feat: `cibtool trigger --patch` option
modified ci-broker.md
@@ -948,7 +948,7 @@ given a Git repository xyzzy in the Radicle node
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1056,8 +1056,8 @@ given file config.yaml from filter-repository.yaml
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1105,8 +1105,8 @@ given file config.yaml from filter-node.yaml
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1151,7 +1151,7 @@ given a Git repository xyzzy in the Radicle node
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1160,7 +1160,7 @@ when I try to run cibtool --db ci-broker.db trigger --repo xyzzy --commit v1.0
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1191,8 +1191,8 @@ given a Git repository other in the Radicle node
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -2078,7 +2078,7 @@ _Who:_ `cib-devs`
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2100,11 +2100,11 @@ _Who:_ `cib-devs`
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2303,11 +2303,11 @@ when I try to run ./env.sh cibtool --db x.db event add --repo rad:z3byzFpcfbMJBp
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/bin/cibtool.rs
@@ -386,4 +386,7 @@ enum CibToolError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
modified src/bin/cibtoolcmd/trigger.rs
@@ -1,3 +1,10 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -21,8 +28,12 @@ pub struct TriggerCmd {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -46,7 +57,21 @@ impl Leaf for TriggerCmd {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -86,3 +111,43 @@ impl Leaf for TriggerCmd {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |