refactor: change code to produce HTML report to run in a thread
modified ci-broker.md
@@ -427,11 +427,15 @@ _Justification:_ This is useful for diagnosis, if nothing else.
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/bin/cibtool.rs
@@ -568,6 +568,8 @@ struct ReportCmd {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -575,7 +577,9 @@ impl ReportCmd {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/pages.rs
@@ -12,6 +12,8 @@ use std::{
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -22,6 +24,7 @@ use time::{macros::format_description, OffsetDateTime};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -29,6 +32,7 @@ use crate::{
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -41,6 +45,9 @@ pub enum PageError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -439,12 +446,16 @@ impl PageData {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -452,6 +463,10 @@ impl StatusPage {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -473,6 +488,34 @@ impl StatusPage {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -525,6 +568,8 @@ impl Clone for StatusPage {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|