Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Support gnmi set, add some testcases and fix some bugs #14

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

Commits on Aug 22, 2018

  1. Fix testdata file name invalid in windows OS

    Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    d75ef11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b151df5 View commit details
    Browse the repository at this point in the history
  3. Support wildcard field for virtual db path

    Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    ed69aeb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2656f4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e65399e View commit details
    Browse the repository at this point in the history
  6. Add unittest for virtual_db

    Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    e034478 View commit details
    Browse the repository at this point in the history
  7. Fix stream get multiple fields error

    Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    27ccce5 View commit details
    Browse the repository at this point in the history
  8. Add test case for gNMI Set

    Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    3f079bd View commit details
    Browse the repository at this point in the history
  9. Add device name for dialout publish message

    Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    b298ca0 View commit details
    Browse the repository at this point in the history
  10. Add option to disable TLS

    Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    df8e3dd View commit details
    Browse the repository at this point in the history
  11. Add support for RPC Set json value

    Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    b99bc6b View commit details
    Browse the repository at this point in the history
  12. Separate path module from db_client and add testcase

    - Move the code that get DB table/key/field from gNMI path to path.go
    - Add testcase for path module
    - Add permit path list for SET RPC, and add testcase to cover it
    Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    dcb76f8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c079dbd View commit details
    Browse the repository at this point in the history
  14. Add db target check when get db table path

    Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    ae5503b View commit details
    Browse the repository at this point in the history
  15. Separate system module from non_db_client

    Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    d2c5ab7 View commit details
    Browse the repository at this point in the history
  16. Add support for system version

    Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    45be005 View commit details
    Browse the repository at this point in the history
  17. Add support for system ntp and shutdown state

    Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    fad9214 View commit details
    Browse the repository at this point in the history
  18. Change system memory and down message format

    Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    44b24a5 View commit details
    Browse the repository at this point in the history
  19. [telemetry]add grpc requirement

    shupengzhang authored and Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    84241e3 View commit details
    Browse the repository at this point in the history
  20. [telemetry]add grpc show interface rxtx rate

    shupengzhang authored and Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    07e6ad3 View commit details
    Browse the repository at this point in the history
  21. [telemetry]add grpc set configdb

    shupengzhang authored and Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    3dc8f0b View commit details
    Browse the repository at this point in the history
  22. Temporarily remove return error when table path check fail

    - Need to refactor path module to support non-path -> valide path
      in stream or periodic mode
    Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    246a62d View commit details
    Browse the repository at this point in the history
  23. [telemetry]change bpg summary key name

    shupengzhang authored and Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    a59e0c3 View commit details
    Browse the repository at this point in the history
  24. [telemetry]fix stream data without key

    shupengzhang authored and Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    2cc321e View commit details
    Browse the repository at this point in the history
  25. [telemetry]fix peridic mode send package time and set configdb with json

    file bug
    shupengzhang authored and Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    6c8016e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    de19489 View commit details
    Browse the repository at this point in the history
  27. [telemetry]fix stream data without key

    shupengzhang authored and Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    49420b2 View commit details
    Browse the repository at this point in the history
  28. [telemetry]add grpc test case

    shupengzhang authored and Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    d319d87 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    955fc1b View commit details
    Browse the repository at this point in the history
  30. [telemetry]add replace db with json file

    shupengzhang authored and Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    c9d5445 View commit details
    Browse the repository at this point in the history
  31. [telemetry]fix delete not work

    shupengzhang authored and Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    6519561 View commit details
    Browse the repository at this point in the history
  32. [telemetry]fix set configdb with unused key error

    shupengzhang authored and Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    f199331 View commit details
    Browse the repository at this point in the history
  33. [telemetry]align code

    shupengzhang authored and Liuqu committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    22df8bf View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Update glide file for jipanyang/gnmi package

    Liuqu committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    39a5403 View commit details
    Browse the repository at this point in the history