fix: if adapter does not provide a run id, invent one
modified src/broker.rs
@@ -17,7 +17,7 @@ use radicle::prelude::RepoId;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -68,7 +68,7 @@ impl Broker {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -121,6 +121,14 @@ impl Broker {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/run.rs
@@ -56,6 +56,7 @@ impl Run {
|
|
|
|
|
|
| + | |
|
|
|
|
|