feat: allow config file to set description in HTML report
modified src/bin/cib.rs
@@ -236,6 +236,9 @@ impl QueuedCmd {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -281,6 +284,9 @@ impl ProcessEventsCmd {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/bin/cibtoolcmd/report.rs
@@ -9,6 +9,11 @@ pub struct ReportCmd {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -24,6 +29,9 @@ impl Leaf for ReportCmd {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/config.rs
@@ -52,6 +52,8 @@ pub struct Config {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -91,6 +93,10 @@ impl Config {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/pages.rs
@@ -88,6 +88,7 @@ struct PageData {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -103,9 +104,15 @@ impl PageData {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
|
|
|
|
|
@@ -824,6 +831,7 @@ struct PageArgs {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -840,10 +848,15 @@ impl StatusPage {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -914,6 +927,7 @@ impl StatusPage {
|
|
|
|
|
|
| + | |
|
|
|
|
|