Skip to content

Commit

Permalink
Update Submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 4, 2023
1 parent 3cfc876 commit 438507f
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion core/quantum-leap
2 changes: 1 addition & 1 deletion core/stellio
Submodule stellio updated 20 files
+1 −1 .github/workflows/anchore.yml
+1 −1 .github/workflows/build.yml
+1 −1 .github/workflows/codeql.yml
+4 −3 search-service/src/main/kotlin/com/egm/stellio/search/authorization/EnabledAuthorizationService.kt
+22 −11 search-service/src/main/kotlin/com/egm/stellio/search/authorization/EntityAccessRightsService.kt
+58 −66 search-service/src/main/kotlin/com/egm/stellio/search/service/EntityOperationService.kt
+1 −1 search-service/src/main/kotlin/com/egm/stellio/search/service/EntityPayloadService.kt
+21 −0 search-service/src/main/kotlin/com/egm/stellio/search/web/BatchAPIResponses.kt
+70 −59 search-service/src/main/kotlin/com/egm/stellio/search/web/EntityOperationHandler.kt
+6 −2 search-service/src/test/kotlin/com/egm/stellio/search/authorization/EnabledAuthorizationServiceTests.kt
+72 −10 search-service/src/test/kotlin/com/egm/stellio/search/authorization/EntityAccessRightsServiceTests.kt
+40 −13 search-service/src/test/kotlin/com/egm/stellio/search/service/EntityOperationServiceTests.kt
+19 −3 search-service/src/test/kotlin/com/egm/stellio/search/service/EntityQueryServiceTests.kt
+3 −4 search-service/src/test/kotlin/com/egm/stellio/search/service/QueryServiceTests.kt
+85 −23 search-service/src/test/kotlin/com/egm/stellio/search/web/EntityOperationHandlerTests.kt
+15 −0 search-service/src/test/resources/ngsild/two_sensors_one_invalid.jsonld
+0 −0 shared/src/main/kotlin/com/egm/stellio/shared/model/ApiExceptions.kt
+2 −2 shared/src/main/kotlin/com/egm/stellio/shared/model/NgsiLdEntity.kt
+16 −10 shared/src/main/kotlin/com/egm/stellio/shared/util/JsonLdUtils.kt
+1 −1 subscription-service/src/main/kotlin/com/egm/stellio/subscription/utils/DBConversionUtils.kt
2 changes: 1 addition & 1 deletion iot-agents/iotagent-ultralight
2 changes: 1 addition & 1 deletion security/authzforce
Submodule authzforce updated 1 files
+1 −4 README.md
2 changes: 1 addition & 1 deletion security/keyrock
Submodule keyrock updated 1 files
+1 −1 README.md
2 changes: 1 addition & 1 deletion security/vc-verifier

0 comments on commit 438507f

Please sign in to comment.