forked from Open-IoT-Service-Platform/platform-launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-submodules: updated the git submodules to point to the latest com…
…mits Signed-off-by: Marcel Wagner <[email protected]>
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule oisp-backend
updated
127 files
Submodule oisp-frontend
updated
221 files
Submodule oisp-gearpump-rule-engine
updated
10 files
+3 −3 | Dockerfile | |
+0 −19 | cf-deploy.sh | |
+0 −1 | deployer/Procfile | |
+57 −35 | deployer/src/app.py | |
+0 −70 | deployer/src/cloudfoundry_bridge.py | |
+0 −48 | deployer/src/dashboard_api.py | |
+3 −3 | deployer/src/gearpump_api.py | |
+0 −122 | deployer/src/vcap.py | |
+0 −0 | deployer/vendor/.keep | |
+0 −20 | local-push-to-gearpump.sh |
Submodule oisp-mqtt-gw
updated
13 files
+15 −37 | Dockerfile-broker | |
+2 −0 | Dockerfile-gateway | |
+2 −1 | README.md | |
+14 −23 | S85start-analytics-gateway.sh | |
+33 −16 | config.js | |
+1 −1 | ingestion/mosquitto-auth/mosquitto_jwt_auth/jwt_auth_plugin/__init__.py | |
+9 −30 | ingestion/mosquitto-auth/mosquitto_jwt_auth/jwt_auth_plugin/config.py | |
+0 −1 | lib/mqtt/connector.js | |
+4 −2 | package.json | |
+3 −3 | setup-analytics-gateway.sh | |
+2 −6 | start-analytics-gateway.sh | |
+47 −0 | start-broker.sh | |
+6 −4 | test/tools/mqtt-test.js |
Submodule oisp-websocket-server
updated
13 files
+159 −0 | .circleci/config.yml | |
+11 −1 | Dockerfile | |
+82 −66 | Gruntfile.js | |
+28 −0 | buildscripts/eslint/config.json | |
+3 −2 | buildscripts/jshint/config.json | |
+109 −30 | config.js | |
+85 −12 | iot-entities/connectionBindings.js | |
+0 −42 | lib/cfenv/reader.js | |
+10 −11 | lib/heartbeat.js | |
+4 −6 | lib/logger/winstonLogger.js | |
+23 −22 | package.json | |
+0 −5 | scripts/docker-start.sh | |
+14 −8 | server.js |