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

feat: support of Juniper GNMI Extension Header in gnmi input plugin #13116

Merged
merged 38 commits into from
Apr 27, 2023

Commits on Apr 1, 2023

  1. add__gnmi_jnpr_extension

    door7302 committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    058efb8 View commit details
    Browse the repository at this point in the history
  2. change go mod

    door7302 committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    b78ed1e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. validation done

    door7302 committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    c37110d View commit details
    Browse the repository at this point in the history
  2. Update README.md

    door7302 authored Apr 2, 2023
    Configuration menu
    Copy the full SHA
    cdf5cc4 View commit details
    Browse the repository at this point in the history
  3. fix_lint

    door7302 committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    6fccb86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03f876f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e83a96 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. "add test JNPR extension"

    door7302 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    ac8bee6 View commit details
    Browse the repository at this point in the history
  2. final_test_jnpr_extension

    door7302 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    e1661eb View commit details
    Browse the repository at this point in the history
  3. Fix_lint

    door7302 committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    1057f54 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. readme

    door7302 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    f69b3d2 View commit details
    Browse the repository at this point in the history
  2. Update plugins/inputs/gnmi/README.md

    Co-authored-by: Joshua Powers <[email protected]>
    door7302 and powersj authored Apr 20, 2023
    Configuration menu
    Copy the full SHA
    a51dcdb View commit details
    Browse the repository at this point in the history
  3. fix_go_mod

    door7302 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    2fe8f6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73e2061 View commit details
    Browse the repository at this point in the history
  5. change_with_vendor_specific

    door7302 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    79612e2 View commit details
    Browse the repository at this point in the history
  6. minor change

    door7302 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    b070534 View commit details
    Browse the repository at this point in the history
  7. fix testing part

    door7302 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    799caa2 View commit details
    Browse the repository at this point in the history
  8. fix testing part 2

    door7302 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    5fb5c5e View commit details
    Browse the repository at this point in the history
  9. fix testing switch/case lint

    door7302 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    f60b0a0 View commit details
    Browse the repository at this point in the history
  10. update go mod

    door7302 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    9066aeb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8cf6267 View commit details
    Browse the repository at this point in the history
  12. remove length check

    powersj committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    74e99bf View commit details
    Browse the repository at this point in the history
  13. add a conf handler struct

    door7302 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    0fc036a View commit details
    Browse the repository at this point in the history
  14. add a conf handler struct

    door7302 committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    c99e37e View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. fix bracket

    door7302 committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    66af7c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. change stuff

    door7302 committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    3045739 View commit details
    Browse the repository at this point in the history
  2. lint

    door7302 committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    c3173ba View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. fix fmt

    door7302 committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    eaba388 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Align comments

    door7302 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    26adfb6 View commit details
    Browse the repository at this point in the history
  2. run make docs

    powersj committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    7139147 View commit details
    Browse the repository at this point in the history
  3. reorder commit

    powersj committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    a1e076b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    6d492a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c4be37 View commit details
    Browse the repository at this point in the history
  3. fix lint

    door7302 committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    0e2134c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Update plugins/inputs/gnmi/gnmi.go

    Co-authored-by: Thomas Casteleyn <[email protected]>
    door7302 and Hipska authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    3d40bff View commit details
    Browse the repository at this point in the history
  2. fix handler.go

    door7302 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    509e792 View commit details
    Browse the repository at this point in the history
  3. fix readme

    door7302 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    6c90e3d View commit details
    Browse the repository at this point in the history
  4. q=

    door7302 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    45ffd2e View commit details
    Browse the repository at this point in the history