feat: check that all adapters in triggers are defined
3 files changed
+44
-3
94089393
→
5f203cd2
modified src/config.rs
@@ -54,7 +54,21 @@ impl Config {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -160,6 +174,10 @@ pub enum ConfigError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/logger.rs
@@ -159,6 +159,8 @@ enum Id {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -513,6 +515,24 @@ pub fn queueproc_processing_event(event: &CiEvent) {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/queueproc.rs
@@ -172,7 +172,8 @@ impl QueueProcessor {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -364,7 +365,9 @@ impl EventProcessor {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|