feat: cibool run remove
Also fix Db::remove_run, which has never actually worked, because the run id column was named wrongly. Oops.
Signed-off-by: Lars Wirzenius liw@liw.fi
4 files changed
+65
-1
e167d05e
→
fe9ffca3
modified ci-broker.md
@@ -1883,6 +1883,34 @@ when I run cibtool --db x.db run list --adapter-run-id abracadabra
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/bin/cibtool.rs
@@ -224,6 +224,7 @@ impl Subcommand for RunCmd {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -239,6 +240,9 @@ enum RunSubCmd {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/bin/cibtoolcmd/run.rs
@@ -1,3 +1,5 @@
| + | |
| + | |
|
|
|
|
|
@@ -173,6 +175,36 @@ impl Leaf for ShowRun {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/db.rs
@@ -450,7 +450,7 @@ impl Db {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|