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(agentctl): Support specific history seq num and improve layout #1717

Merged
merged 4 commits into from
Sep 3, 2020

Commits on Sep 2, 2020

  1. feat(agentctl): Support specifying seq number for history and improve…

    … layout
    
    Updated layout:
    
     SEQ     TYPE            START  INPUT      OPERATIONS   RESULT  SUMMARY
        0  ⟱  config replace  50m    17 values  -            ok      Initial resync
        1  ⇩  config change   7m     3  values  11 executed  ok
        2  ⇧  status update   7m     1  values  1  executed  ok
        3  ⇧  status update   7m     1  values  1  executed  ok
        4  ⇅  config check    5m     -          -            ok
    
    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    5dd11e4 View commit details
    Browse the repository at this point in the history
  2. feat: Include seqNum in results

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    e57d8dd View commit details
    Browse the repository at this point in the history
  3. feat(agentctl): Improvements for config command

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    a664725 View commit details
    Browse the repository at this point in the history
  4. Cleanup agentctl command example layout

    Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
    ondrej-fabry committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    d14b068 View commit details
    Browse the repository at this point in the history