feat: add metadata about CI run to RSS feed entries
Signed-off-by: Lars Wirzenius liw@liw.fi
feat: produce RSS feed of unfinished CI runs
That’s CI runs that have been triggered, are running, but have not finished.
Signed-off-by: Lars Wirzenius liw@liw.fi
2 files changed
+77
-0
0c5eaeb8
→
00ca0e8f
modified ci-broker.md
@@ -2176,6 +2176,7 @@ then file reports/status.json exists
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/pages.rs
@@ -40,6 +40,7 @@ use crate::{
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -627,6 +628,22 @@ impl PageData {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -646,10 +663,22 @@ impl PageData {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -660,6 +689,48 @@ impl PageData {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -803,6 +874,11 @@ impl StatusPage {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|