feat(src/db.rs): Db::get_all_runs returns runs in timestamp order
Signed-off-by: Lars Wirzenius liw@liw.fi
feat! “cibtool run list” output changes
The default output now only lists the run id. With the –json option, more information about each run is returned, as JSON.
This is a breaking change because the output content and format of the command changes.
Signed-off-by: Lars Wirzenius liw@liw.fi
3 files changed
+55
-10
285047d5
→
7a1f7a7a
modified ci-broker.md
@@ -229,8 +229,8 @@ given an installed cibtool
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -657,8 +657,8 @@ then stderr contains "Action: shutdown"
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -819,6 +819,6 @@ when I run cibtool --db x.db run list
|
|
|
|
|
|
| - | |
| + | |
|
|
|
modified src/bin/cibtool.rs
@@ -15,6 +15,7 @@ use std::{
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -30,7 +31,7 @@ use radicle_ci_broker::{
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -626,21 +627,64 @@ impl AddRun {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/db.rs
@@ -320,7 +320,7 @@ impl Db {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -333,6 +333,7 @@ impl Db {
|
|
|
|
|
|
| + | |
|
|
|
|
|