-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into releases * Draco 1.3.1 * Lightweight M2M 1.3.0 * Cygnus: 1.17.0 * IOTA Lib: 2.11.0 * IOTA JSON: 1.12.0 * IOTA UL 1.11.0 * IOTA LWM2M: 1.3.0 * IOTA Sigfox: 1.3.0
- Loading branch information
Showing
14 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
Submodule cygnus
updated
20 files
Submodule draco
updated
41 files
Submodule iotagent-json
updated
32 files
Submodule iotagent-lightweightM2M
updated
33 files
Submodule iotagent-node-lib
updated
174 files
Submodule iotagent-sigfox
updated
18 files
+1 −1 | .textlintrc | |
+6 −0 | .travis.yml | |
+4 −4 | README.md | |
+5 −1 | bin/iotagent-sigfox | |
+3 −0 | bin/sigfox-test.js | |
+8 −1 | config.js | |
+1 −1 | docker/Dockerfile | |
+54 −2 | docker/README.md | |
+9 −1 | docker/entrypoint.sh | |
+149 −0 | docs/installationguide.md | |
+33 −0 | docs/limits.conf | |
+184 −0 | docs/sysctl.conf | |
+2 −2 | lib/errors.js | |
+15 −3 | lib/sigfoxHandlers.js | |
+4 −3 | mkdocs.yml | |
+2 −2 | package.json | |
+8 −0 | rpm/SPECS/iotasigfox.spec | |
+119 −0 | test/unit/requiredFields-test.js |
Submodule iotagent-ultralight
updated
31 files
Submodule documentation
updated
147 files
Submodule server-docker
updated
60 files
Submodule back-end
updated
10 files
+4 −0 | .travis.yml | |
+4 −15 | Dockerfile | |
+17 −0 | README.md | |
+4 −1 | documentation/config.md | |
+4 −1 | perseo_core-entrypoint.sh | |
+15 −2 | pom.xml | |
+17 −9 | rpm/SPECS/cep-core.spec | |
+1 −1 | rpm/create-rpm.sh | |
+6 −3 | src/main/java/com/telefonica/iot/perseo/TimeRulesStore.java | |
+12 −0 | src/main/java/com/telefonica/iot/perseo/Utils.java |
Submodule front-end
updated
26 files
+6 −1 | .travis.yml | |
+2 −2 | Dockerfile | |
+22 −2 | bin/perseo | |
+5 −0 | config.js | |
+19 −19 | documentation/admin.md | |
+12 −0 | documentation/api.md | |
+8 −0 | documentation/configuration.md | |
+247 −53 | documentation/plain_rules.md | |
+1 −0 | lib/constants.js | |
+1 −0 | lib/models/metrics.js | |
+2 −0 | lib/models/notices.js | |
+1 −1 | lib/models/postAction.js | |
+279 −82 | lib/models/updateAction.js | |
+21 −2 | lib/myutils.js | |
+2 −0 | lib/routes/noticesController.js | |
+14 −1 | lib/routes/rulesController.js | |
+12 −4 | lib/routes/visualRulesController.js | |
+3 −3 | package.json | |
+19 −0 | rpm/SPECS/cep.spec | |
+1 −0 | test/data/bad_rules/rule_update_action_id_attr.json | |
+1 −0 | test/data/bad_rules/rule_update_action_type_attr.json | |
+1 −0 | test/data/error_in_axn_rules/blood_rule_update.json | |
+1 −0 | test/data/good_rules/blood_rule_update.json | |
+1 −0 | test/data/good_rules/blood_rule_update_trust.json | |
+186 −123 | test/unit/updateAction.js | |
+6 −1 | test/utils/clients.js |
Submodule wirecloud-docker
updated
11 files
+1 −1 | 1.3/Dockerfile | |
+8 −1 | 1.3/docker-compose.yml | |
+92 −9 | 1.3/settings.py | |
+10 −2 | 1.3/urls.py | |
+674 −0 | LICENSE | |
+20 −1 | README.md | |
+1 −1 | dev/.gitignore | |
+1 −0 | dev/Dockerfile | |
+8 −1 | dev/docker-compose.yml | |
+91 −9 | dev/settings.py | |
+10 −2 | dev/urls.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters