-
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.
- Loading branch information
1 parent
3cfc876
commit 438507f
Showing
17 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
Submodule mintaka
updated
5 files
Submodule orion-ld
updated
7 files
Submodule quantum-leap
updated
from 93e6d8 to debf9b
Submodule scorpio
updated
7 files
Submodule stellio
updated
20 files
Submodule sth-comet
updated
12 files
+1 −1 | .github/workflows/ci.yml | |
+1 −3 | CHANGES_NEXT_RELEASE | |
+81 −0 | Changelog | |
+1 −114 | doc/manuals/installation.md | |
+1 −1 | doc/manuals/running.md | |
+1 −1 | lib/database/model/sthDatabaseNameCodecTool.js | |
+1 −1 | lib/database/model/sthDatabaseNameMapperTool.js | |
+1 −1 | package.json | |
+0 −228 | rpm/SPECS/sth.spec | |
+0 −89 | rpm/create-rpm.sh | |
+0 −86 | rpm/get_version_string.sh | |
+0 −0 | sth_default.conf |
Submodule iotagent-json
updated
5 files
+2 −2 | .github/workflows/ci.yml | |
+1 −1 | CHANGES_NEXT_RELEASE | |
+0 −17 | docs/usermanual.md | |
+3 −2 | lib/bindings/HTTPBinding.js | |
+2 −2 | lib/commonBindings.js |
Submodule iotagent-node-lib
updated
5 files
+2 −2 | .github/workflows/ci.yml | |
+1 −0 | CHANGES_NEXT_RELEASE | |
+2 −2 | lib/errors.js | |
+1 −1 | lib/services/ngsi/entities-NGSI-LD.js | |
+13 −17 | lib/services/ngsi/entities-NGSI-v2.js |
Submodule front-end
updated
11 files
+1 −1 | .github/workflows/ci.yml | |
+1 −0 | CHANGES_NEXT_RELEASE | |
+351 −347 | Changelog | |
+8 −7 | configTrust.js | |
+2 −1 | docs/API/plain_rules.md | |
+31 −4 | lib/models/keystone.js | |
+1 −12 | lib/models/notices.js | |
+2 −2 | lib/models/updateAction.js | |
+2 −0 | lib/perseo.js | |
+1 −1 | package.json | |
+1 −1 | test/utils/utilsT.js |
Submodule Fast-DDS
updated
17 files
Submodule credentials-config-service
updated
1 files
+2 −0 | src/main/resources/db/migration/V1_0_2__minimal_table.sql |
Submodule trusted-issuers-registry
updated
8 files
Submodule vc-verifier
updated
6 files
+87 −11 | openapi/api_api.go | |
+21 −6 | openapi/api_api_test.go | |
+0 −58 | openapi/api_auth.go | |
+0 −6 | openapi/routers.go | |
+5 −9 | verifier/verifier.go | |
+7 −8 | verifier/verifier_test.go |