feat: add broker run ID to log messages related to a specific CI run
modified src/adapter.rs
@@ -271,7 +271,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -287,6 +287,7 @@ mod test {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/bin/cibtoolcmd/run.rs
@@ -63,7 +63,7 @@ impl Leaf for AddRun {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/broker.rs
@@ -10,6 +10,7 @@ use std::{
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -17,7 +18,7 @@ use crate::{
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -73,6 +74,19 @@ impl Broker {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -104,7 +118,8 @@ impl Broker {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified src/run.rs
@@ -23,9 +23,15 @@ pub struct Run {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|