-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Submodule update for sonic-mgmt-common and sonic-gnmi (#15519)
- Loading branch information
1 parent
673b8b8
commit 39cb254
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule sonic-gnmi
updated
17 files
+22 −0 | .github/workflows/semgrep.yml | |
+29 −6 | Makefile | |
+1 −1 | azure-pipelines.yml | |
+24 −12 | gnmi_server/client_subscribe.go | |
+190 −40 | gnmi_server/server_test.go | |
+937 −0 | gnmi_server/transl_sub_test.go | |
+1 −0 | go.mod | |
+228 −73 | proto/sonic_internal.pb.go | |
+3 −0 | proto/sonic_internal.proto | |
+27 −0 | sonic_data_client/client_test.go | |
+13 −0 | sonic_data_client/db_client.go | |
+1 −0 | sonic_data_client/non_db_client.go | |
+258 −295 | sonic_data_client/transl_data_client.go | |
+386 −0 | sonic_data_client/transl_subscriber.go | |
+5 −1 | swsscommon/Makefile | |
+3 −1 | tools/test/env.sh | |
+58 −71 | transl_utils/transl_utils.go |
Submodule sonic-mgmt-common
updated
12 files
+10 −6 | cvl/cvl_api.go | |
+1 −0 | cvl/cvl_cache.go | |
+32 −13 | cvl/internal/yparser/yparser.go | |
+1 −0 | translib/db/subscribe.go | |
+2 −2 | translib/path/path_validator.go | |
+841 −207 | translib/subscribe.go | |
+0 −33 | translib/subscribe_app_utils.go | |
+883 −0 | translib/subscribe_notify.go | |
+130 −14 | translib/subscribe_test.go | |
+160 −0 | translib/subscribe_utils.go | |
+100 −399 | translib/translib.go | |
+10 −7 | translib/version_test.go |