-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds a new command to stestr, history. The history command is used for interacting with the history of results in the repository. Prior to this commit you could only interact with the most recent run in the repository via the last command, but anything older was just taking up disk space and never used. The history command to start has 3 subcommands, 'list', 'show', and 'remove'. List will generate a table of all the contents of the repository that will show the run id, the result of the run, when it started, how long it took, and optionally show any metadata for the run. Show will show a run in the repository, this is equivalent to 'stestr last', but takes an optional run id instead of just unconditionally showing the last run. Remove is used to remove runs from the repository, this is useful if you don't need the history anymore and want to clean up some disk space. Fixes #303 Starts #224
- Loading branch information
Showing
13 changed files
with
623 additions
and
1 deletion.
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
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
Oops, something went wrong.