-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
1 parent
1ffa39f
commit 2fea4c9
Showing
5 changed files
with
129 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,5 +34,6 @@ type SchedulerResyncOptions struct { | |
} | ||
|
||
type SchedulerHistoryOptions struct { | ||
Count int | ||
Count int | ||
SeqNum int | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters