Skip to content

Commit

Permalink
Update Submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 28, 2023
1 parent 253d2ab commit cf1fc76
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion core/cygnus
2 changes: 1 addition & 1 deletion core/orion-ld
Submodule orion-ld updated 39 files
+1 −1 .github/workflows/deploy.yml
+0 −2 CHANGES_NEXT_RELEASE
+5 −5 README.md
+1 −1 src/app/contextBroker/contextBroker.cpp
+4 −5 src/app/orionld/orionld.cpp
+1 −0 src/lib/cache/CachedSubscription.h
+56 −36 src/lib/cache/subCache.cpp
+9 −1 src/lib/cache/subCache.h
+12 −1 src/lib/common/Timer.cpp
+6 −1 src/lib/logMsg/traceLevels.h
+8 −0 src/lib/mongoBackend/MongoCommonUpdate.cpp
+7 −0 src/lib/mongoBackend/mongoSubCache.cpp
+4 −0 src/lib/mongoBackend/mongoUpdateSubscription.cpp
+6 −0 src/lib/ngsiNotify/QueueWorkers.cpp
+1 −0 src/lib/orionld/common/orionldServerConnect.cpp
+1 −1 src/lib/orionld/common/orionldState.h
+129 −16 src/lib/orionld/common/subCacheApiSubscriptionInsert.cpp
+10 −2 src/lib/orionld/dbModel/dbModelToApiSubscription.cpp
+44 −3 src/lib/orionld/mongoc/mongocSubCachePopulateByTenant.cpp
+1 −1 src/lib/orionld/mongoc/mongocSubCachePopulateByTenant.h
+19 −8 src/lib/orionld/mongoc/mongocSubCountersUpdate.cpp
+1 −0 src/lib/orionld/mongoc/mongocSubCountersUpdate.h
+2 −0 src/lib/orionld/mongoc/mongocSubscriptionInsert.cpp
+1 −1 src/lib/orionld/mongoc/mongocSubscriptionReplace.cpp
+1 −1 src/lib/orionld/notifications/notificationFailure.cpp
+4 −2 src/lib/orionld/notifications/notificationSuccess.cpp
+0 −8 src/lib/orionld/notifications/orionldAlterationsTreat.cpp
+5 −3 src/lib/orionld/notifications/subCacheAlterationMatch.cpp
+9 −1 src/lib/orionld/serviceRoutines/orionldPatchSubscription.cpp
+53 −3 src/lib/orionld/troe/pgConnectionGet.cpp
+3 −3 src/lib/orionld/troe/pgInit.cpp
+1 −1 src/lib/rest/rest.cpp
+780 −0 test/functionalTest/cases/0000_ngsi10_convenience/subscriptions_onchange-kz.test
+2 −2 test/functionalTest/cases/0000_ngsild/ngsild_new_subscription-cache-propagation.test
+501 −0 test/functionalTest/cases/0000_ngsild/ngsild_new_subscription_patch_and_propagation.test
+1 −0 test/functionalTest/cases/0000_ngsild/ngsild_notification_issue-1322.test
+226 −0 test/functionalTest/cases/0000_ngsild/ngsild_subscription-and-patches-makes-a-crash.test
+15 −7 test/functionalTest/cases/1308_subscription_cache/subCacheThrottlingAndExpiration.test
+2 −2 test/unittests/mongoBackend/mongoUpdateContext_withOnchangeSubscriptions_test.cpp
2 changes: 1 addition & 1 deletion iot-agents/iotagent-ultralight
2 changes: 1 addition & 1 deletion iot-agents/open-vidu
2 changes: 1 addition & 1 deletion processing/perseo/front-end
2 changes: 1 addition & 1 deletion robotics/iotagent-opcua
2 changes: 1 addition & 1 deletion security/keypass
Submodule keypass updated 2 files
+1 −1 ChangeLog
+3 −3 Dockerfile

0 comments on commit cf1fc76

Please sign in to comment.