feat: log a warning if report directory does not exist
Signed-off-by: Lars Wirzenius liw@liw.fi
chore: prepare release 0.15.0
Signed-off-by: Lars Wirzenius liw@liw.fi
6 files changed
+39
-4
33b4b65b
→
19575f49
modified Cargo.lock
@@ -1945,7 +1945,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified Cargo.toml
@@ -1,6 +1,6 @@
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified NEWS.md
@@ -4,6 +4,21 @@ This file summarizes the user-visible changes to `radicle-ci-broker`
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified debian/changelog
@@ -1,3 +1,9 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/logger.rs
@@ -138,6 +138,7 @@ enum Id {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -583,6 +584,15 @@ pub fn pages_directory_unset() {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/pages.rs
@@ -762,8 +762,12 @@ impl StatusPage {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|