drop status page argument to Broker::execute_ci
modified src/bin/cib.rs
@@ -16,7 +16,6 @@ use radicle_ci_broker::{
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -138,15 +137,9 @@ impl QueuedCmd {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -174,9 +167,6 @@ enum CibError {
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -207,10 +197,6 @@ impl CibError {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified src/broker.rs
@@ -15,7 +15,6 @@ use crate::{
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -69,11 +68,7 @@ impl Broker {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -147,7 +142,6 @@ mod test {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -166,13 +160,6 @@ mod test {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -265,8 +252,7 @@ echo '{"response":"finished","result":"success"}'
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -299,8 +285,7 @@ exit 1
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified src/queueproc.rs
@@ -16,7 +16,6 @@ use crate::{
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -25,7 +24,6 @@ const WAIT_FOR_EVENTS_DURATION: u64 = 10_000;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -34,7 +32,6 @@ impl QueueProcessorBuilder {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -47,18 +44,12 @@ impl QueueProcessorBuilder {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -116,7 +107,7 @@ impl QueueProcessor {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|