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

Add Go CI. #125

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Add Go CI. #125

wants to merge 18 commits into from

Commits on May 24, 2022

  1. Add Go CI.

     * (M) .github/workflows/go.yml
       - Add Go GitHub action to run tests and check build.
    robshakir committed May 24, 2022
    Configuration menu
    Copy the full SHA
    c44107f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d8906f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45e0d3e View commit details
    Browse the repository at this point in the history
  4. Fix typo in goveralls name.

    robshakir committed May 24, 2022
    Configuration menu
    Copy the full SHA
    71a6e13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2dbca7 View commit details
    Browse the repository at this point in the history
  6. Add WalkDeleted function which calls a function for every deleted lea…

    …f node.
    
    PiperOrigin-RevId: 448341825
    robshakir committed May 24, 2022
    Configuration menu
    Copy the full SHA
    04f3f1f View commit details
    Browse the repository at this point in the history
  7. Generate Delete notifications using either "elem" or "element" depend…

    …ing on what
    
    the actual deleted nodes use.
    Update tests to replace "element" with "elem".
    
    PiperOrigin-RevId: 448345211
    robshakir committed May 24, 2022
    Configuration menu
    Copy the full SHA
    be3df6c View commit details
    Browse the repository at this point in the history
  8. Fix flakyness in TestGNMIUpdateForDelete by sorting slice of Notifica…

    …tions during diff.
    
    PiperOrigin-RevId: 449260768
    robshakir committed May 24, 2022
    Configuration menu
    Copy the full SHA
    816a3a8 View commit details
    Browse the repository at this point in the history
  9. Internal change

    PiperOrigin-RevId: 449268264
    robshakir committed May 24, 2022
    Configuration menu
    Copy the full SHA
    1037413 View commit details
    Browse the repository at this point in the history
  10. Internal change

    PiperOrigin-RevId: 450680726
    robshakir committed May 24, 2022
    Configuration menu
    Copy the full SHA
    b1a62cb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    37a5d5c View commit details
    Browse the repository at this point in the history
  12. Remove composites check.

    robshakir committed May 24, 2022
    Configuration menu
    Copy the full SHA
    e1c58f8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f8f8f41 View commit details
    Browse the repository at this point in the history
  14. Fix syntax errors.

    robshakir committed May 24, 2022
    Configuration menu
    Copy the full SHA
    185a9d9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2346d4b View commit details
    Browse the repository at this point in the history
  16. Fix example code.

    robshakir committed May 24, 2022
    Configuration menu
    Copy the full SHA
    1aaf4d1 View commit details
    Browse the repository at this point in the history
  17. Revert change.

    robshakir committed May 24, 2022
    Configuration menu
    Copy the full SHA
    91120c9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5a76b59 View commit details
    Browse the repository at this point in the history