feat: add cibtool remove event option --all to empty event queue
Signed-off-by: Lars Wirzenius liw@liw.fi
3 files changed
+45
-6
32825106
→
caf839b5
modified ci-broker.md
@@ -922,6 +922,37 @@ when I run cibtool --db x.db event list
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/bin/cibtool.rs
@@ -301,7 +301,7 @@ enum CibToolError {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/bin/cibtoolcmd/event.rs
@@ -255,9 +255,13 @@ impl Leaf for ShowEvent {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -267,17 +271,21 @@ impl Leaf for RemoveEvent {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|