producertable: Adding dump file to record all producer activities to file#34
Merged
stcheng merged 1 commit intosonic-net:masterfrom Aug 31, 2016
Merged
producertable: Adding dump file to record all producer activities to file#34stcheng merged 1 commit intosonic-net:masterfrom
stcheng merged 1 commit intosonic-net:masterfrom
Conversation
- Use json.hpp to construct the JSON data and store into the m_dumpFile,
which could be used as input file for swssconfig.
- Add unit test for verification
Contributor
|
Ack |
prgeor
pushed a commit
to prgeor/sonic-swss-common
that referenced
this pull request
Feb 27, 2025
Pterosaur
pushed a commit
to Pterosaur/sonic-swss-common
that referenced
this pull request
Apr 13, 2025
Enhanced the unmarshaling method to update the existing list entries instead of replacing it, and by providing this as one more option in the method. Optimized the EmitJson method to improve the performance of the Marshaling of object into json data Fixed the issue in finding the type, if the type is defined as typedf which got included as part of Include statement. Added the support to synchronize the access of the pathToSchema, ChildSchema, regexp maps Fixed the issue in MergeStruct method by comparing with src. object and updating the content of the dest. object properly Added the lint:ignore statment to avoid static check on the methods getNodeName, getObjectFieldName Fixed the issue to only skip the validation for sonic yang model, since the validation is handled in the CVL.
Pterosaur
pushed a commit
to Pterosaur/sonic-swss-common
that referenced
this pull request
Apr 13, 2025
* Internal Review: PortChannel support for REST and subscription (sonic-net#33) * Support PortChannel, Subscription, Test * support portchannel subscription code --------- Co-authored-by: Satoru-Shinohara <[email protected]> Co-authored-by: Nikita Agarwal <[email protected]> * Address Review Comments on Community PR (sonic-net#34) --------- Co-authored-by: Nikita Agarwal <[email protected]>
nazariig
pushed a commit
to nazariig/sonic-swss-common
that referenced
this pull request
May 6, 2025
…t#34) ```<br>* 64a9e87 - (HEAD -> 202412) Merge branch '202411' of https://github.com/sonic-net/sonic-swss-common into 202412 (2025-03-13) [Sonic Automation] * 3bc4141 - (origin/202411) [FC] remove FLEX_COUNTER_DELAY_STATUS_FIELD (sonic-net#982) (2025-03-01) [mssonicbld]<br>```
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
which could be used as input file for swssconfig.