fix: "cibtool run list" shows ids without loading run info
modified ci-broker.md
@@ -434,7 +434,7 @@ when I run cibtool --db ci-broker.db event list
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified ci-broker.yaml
@@ -25,6 +25,11 @@
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/bin/cibtoolcmd/run.rs
@@ -217,18 +217,14 @@ impl Leaf for ListRuns {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -238,6 +234,11 @@ impl Leaf for ListRuns {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/subplot.rs
@@ -398,6 +398,16 @@ fn stdout_has_one_line(runcmd: &Runcmd) {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|