feat: add length of event queue to status.json
Signed-off-by: Lars Wirzenius liw@liw.fi
3 files changed
+56
-1
85414e86
→
1da13086
modified ci-broker.md
@@ -21,6 +21,8 @@ be named in one place:
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -694,6 +696,7 @@ when I run bash radenv.sh cibtool --db ci-broker.db event add --repo testy --ref
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1068,6 +1071,7 @@ when I run chmod +x adapter.sh
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1096,3 +1100,35 @@ when I try to run cib --config broker.yaml queued
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified src/bin/cib.rs
@@ -129,7 +129,7 @@ struct QueuedCmd {}
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -149,6 +149,7 @@ impl QueuedCmd {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -162,6 +163,22 @@ impl QueuedCmd {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/pages.rs
@@ -659,6 +659,7 @@ struct StatusData {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -676,6 +677,7 @@ impl From<&PageData> for StatusData {
|
|
|
|
|
|
| + | |
|
|
|
|
|