Skip to content
Snippets Groups Projects
Commit 2ab6e9ea authored by Erkan Karabulut's avatar Erkan Karabulut
Browse files

rename folders

parent 109f93c8
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 28687 deletions
......@@ -38,8 +38,8 @@ build_docker:
# script is the only required keyword that a job needs. It’s a shell script that is executed by the runner.
# A good practice is to have the scripts in files and call the files here
script:
- docker build -t $CI_REGISTRY_IMAGE/tsmatch-api:latest -f ./EFPF_Connector/Dockerfile ./EFPF_Connector
- docker build -t $CI_REGISTRY_IMAGE/tsmatch-engine:latest -f ./TSMatch_Engine/Dockerfile ./TSMatch_Engine
- docker build -t $CI_REGISTRY_IMAGE/tsmatch-api:latest -f ./efpf_connector/Dockerfile ./efpf_connector
- docker build -t $CI_REGISTRY_IMAGE/tsmatch-engine:latest -f ./tsmatch_engine/Dockerfile ./tsmatch_engine
- docker build -t $CI_REGISTRY_IMAGE/graphdb:latest -f ./graphdb/Dockerfile ./graphdb
- docker build -t $CI_REGISTRY_IMAGE/broker:latest -f ./broker/Dockerfile ./broker
- docker build -t $CI_REGISTRY_IMAGE/iot_thing:latest -f ./thing/Dockerfile ./thing
......
This diff is collapsed.
{
"name": "openapi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon ./index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "JiTos",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"http": "^0.0.1-security",
"tsmatch-connector": "file:../tsmatch-connector",
"uuid": "^8.3.2",
"ws": "^7.5.5"
},
"devDependencies": {
"nodemon": "^2.0.14"
}
}
# Specifies files to intentionally ignore when using Git
# http://git-scm.com/docs/gitignore
node_modules/
bin/
bld/
dist/
es5/
es6/
etc/
coverage/
$RECYCLE.BIN/
*.sublime-project
*.sublime-workspace
.idea/
.vs/
.vscode/
.settings/
.versions/
.tmp/
.sass-cache
log.txt
debug.log
npm-debug.log*
engine
tmp/config.txt
*~
*.sw[mnpcod]
*.log
*.tmp
*.tmp.*
*.swp
.DS_Store
Thumbs.db
.typingsrc
UserInterfaceState.xcuserstate
agent.info.ts
\ No newline at end of file
This diff is collapsed.
{
"name": "tsmatch_application",
"version": "1.0.0",
"description": "TSMatch application backend -- coaty part",
"scripts": {
"build": "gulp build",
"lint": "gulp lint",
"lint:fix": "gulp lint:fix",
"service": "node -r dotenv/config dist/service/Agent.js"
},
"readme": "README.md",
"author": "bnouhanna",
"license": "MIT",
"private": true,
"dependencies": {
"@coaty/binding.mqtt": "^2.0.2",
"@coaty/core": "^2.0.0",
"@types/express": "^4.17.7",
"colors": "^1.4.0",
"dotenv": "^8.2.0",
"mqtt": "^4.2.1",
"pg": "^7.18.2",
"prompts": "^2.3.2",
"rxjs": "^6.5.4",
"neo4j-driver": "^4.3.1",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@types/node": "^13.9.0",
"@types/prompts": "^2.0.8",
"fs-extra": "^8.1.0",
"gulp": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^5.0.1",
"tslint": "^5.20.1",
"typescript": "^3.8.3"
}
}
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"noUnusedLocals": true,
"noUnusedParameters": false,
"skipLibCheck": true,
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": false,
"inlineSourceMap": true,
"inlineSources": false,
"noImplicitAny": false,
"removeComments": true,
"rootDir": "src",
"outDir": "dist",
"lib": [
"es6",
"scripthost"
],
"module": "commonjs",
"moduleResolution": "node",
"target": "es5"
},
"compileOnSave": false
}
\ No newline at end of file
{
"extends": "@coaty/core/tslint-config"
}
\ No newline at end of file
# OSX
#
.DS_Store
# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
*.iml
# node.js
#
node_modules/
npm-debug.log
yarn-error.log
# BUCK
buck-out/
\.buckd/
*.keystore
!debug.keystore
# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://docs.fastlane.tools/best-practices/source-control/
*/fastlane/report.xml
*/fastlane/Preview.html
*/fastlane/screenshots
# Bundle artifact
*.jsbundle
# CocoaPods
/ios/Pods/
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
};
This diff is collapsed.
{
"name": "TSMatchApp",
"version": "1.2.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.9",
"@react-native-community/checkbox": "^0.5.6",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/push-notification-ios": "^1.8.0",
"@react-native-picker/picker": "^1.9.4",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.12.8",
"buffer": "^6.0.3",
"react": "16.13.1",
"react-native": "0.63.3",
"react-native-cardview": "^2.0.5",
"react-native-dropdown-picker": "4.0.2",
"react-native-elements": "^3.0.0-alpha.1",
"react-native-extended-stylesheet": "^0.12.0",
"react-native-gesture-handler": "^1.9.0",
"react-native-invoke-app": "^1.0.6",
"react-native-push-notification": "^7.4.0",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "^2.16.1",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^12.1.0",
"react-native-svg-charts": "^5.4.0",
"react-native-uuid": "^1.4.9",
"react-native-vector-icons": "^7.1.0",
"react-redux": "^7.2.2",
"react_native_mqtt": "^1.3.1",
"redux": "^4.0.5",
"underscore": "^1.12.0",
"xml2js": "^0.4.23",
"events": "^3.3.0",
"timers": "^0.1.1",
"stream": "^0.0.2",
"string_decoder": "^1.3.0"
},
"devDependencies": {
"@react-native-community/eslint-config": "^1.1.0",
"eslint": "^6.5.1",
"jest": "^25.1.0",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
}
}
# Specifies files to intentionally ignore when using Git
# http://git-scm.com/docs/gitignore
node_modules/
bin/
bld/
dist/
es5/
es6/
etc/
coverage/
$RECYCLE.BIN/
*.sublime-project
*.sublime-workspace
.idea/
.vs/
.vscode/
.settings/
.versions/
.tmp/
.sass-cache
log.txt
debug.log
npm-debug.log*
engine
tmp/config.txt
*~
*.sw[mnpcod]
*.log
*.tmp
*.tmp.*
*.swp
.DS_Store
Thumbs.db
.typingsrc
UserInterfaceState.xcuserstate
agent.info.ts
\ No newline at end of file
This diff is collapsed.
{
"name": "tsmatch_component",
"version": "1.0.0",
"description": "a first set-up for the TSMatch component responsible for dat matching between IoT devices and services",
"scripts": {
"build": "gulp build",
"lint": "gulp lint",
"lint:fix": "gulp lint:fix",
"broker": "coaty-scripts broker",
"broker:verbose": "coaty-scripts broker --verbose",
"service": "node -r dotenv/config dist/service/Agent.js"
},
"readme": "README.md",
"author": "Bnouhanna",
"license": "MIT",
"private": true,
"dependencies": {
"@coaty/core": "^2.0.0",
"dotenv": "^8.2.0",
"natural": "^2.1.5",
"pg": "^7.18.2",
"rxjs": "^6.5.4",
"string-similarity": "^4.0.2",
"run-parallel": "^1.2.0",
"neo4j-driver": "^4.3.1",
"js-yaml": "^4.1.0",
"underscore": "^1.13.1"
},
"devDependencies": {
"@types/node": "^13.9.0",
"@types/string-similarity": "^3.0.0",
"fs-extra": "^8.1.0",
"gulp": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^5.0.1",
"tslint": "^5.20.1",
"typescript": "^3.8.3"
}
}
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"noUnusedLocals": true,
"noUnusedParameters": false,
"skipLibCheck": true,
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": false,
"inlineSourceMap": true,
"inlineSources": false,
"noImplicitAny": false,
"removeComments": true,
"rootDir": "src",
"outDir": "dist",
"lib": [
"es6",
"scripthost"
],
"module": "commonjs",
"moduleResolution": "node",
"target": "es5"
},
"compileOnSave": false
}
\ No newline at end of file
{
"extends": "@coaty/core/tslint-config"
}
\ No newline at end of file
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment