Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging master to fork #1

Merged

Commits on Jun 26, 2020

  1. Translib phase I changes (#11)

    * Translib changes phase I
    
    * Translib changes phase I
    
    * Resolved the review comments
    
    * Returning nil for the error parameter
    anand-kumar-subramanian committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    89d95a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Package update and enhancements/fixes in YGOT, and Request Binder (#12)

    YGOT:-
    
    To improve the performance of the Unmarshal and EmitJSON methods.
    Caching the schema information to path instead of finding the schema for the path every time.
    Disabled the validation of the response while marshaling the ygot object.
    Added the debug check for the debug logs to get generated/printed only when the debug flag is enabled
    Fixes in the Unmarshal method for the node leaf-list, and leaf contains union which has enum as one of its type.
    Added changes in the Unmarshal method to throw an error if the request payload has the state information.
    Request Binder:-
    
    Added the method validateObjectType - to check and throw an error if the given request payload contains state information.
    Added the changes not to validate the request payload if the model of the payload is sonic yang, since CVL validates the sonic yang model request
    Package update:-
    
    Updated the ygot package to the version v0.7.1
    Updated the goyang package to the version v0.0.0-20200309174518-a00bece872fc
    Updated the gnmi package to the version v0.0.0-20200307010808-e7106f7f5493
    mbalachandar committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    9f2c938 View commit details
    Browse the repository at this point in the history