feat: `cibtool event add` defaults to default branch
modified ci-broker.md
@@ -700,7 +700,7 @@ Verify that `cib` can process a branch creation event.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -720,7 +720,7 @@ Verify that `cib` can process a branch deletion event.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -730,7 +730,7 @@ Verify that `cib` can process a patch creation event.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -740,7 +740,7 @@ Verify that `cib` can process a patch update event.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1020,8 +1020,8 @@ given a Radicle node, with CI configured with broker.yaml and adapter dummy.sh
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1224,7 +1224,7 @@ given a Git repository xyzzy in the Radicle node
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1259,7 +1259,7 @@ given a Git repository xyzzy in the Radicle node
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1294,7 +1294,7 @@ given a Git repository xyzzy in the Radicle node
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1328,7 +1328,7 @@ given a Git repository xyzzy in the Radicle node
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1362,7 +1362,7 @@ given a Git repository xyzzy in the Radicle node
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1397,7 +1397,7 @@ given a Git repository xyzzy in the Radicle node
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1434,7 +1434,7 @@ given a Git repository xyzzy in the Radicle node
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1470,7 +1470,7 @@ given a Git repository xyzzy in the Radicle node
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1507,7 +1507,7 @@ given a Git repository xyzzy in the Radicle node
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1542,13 +1542,13 @@ given a Radicle node, with CI configured with broker.yaml and adapter dummy.sh
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1778,7 +1778,7 @@ down.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1901,7 +1901,7 @@ given a Git repository xyzzy in the Radicle node
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1930,12 +1930,12 @@ given a Git repository testy in the Radicle node
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -2295,11 +2295,11 @@ Note that we verify both lookup by name and by repository ID, and by
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/bin/cibtoolcmd/event.rs
@@ -77,9 +77,10 @@ pub struct AddEvent {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -181,8 +182,20 @@ impl Leaf for AddEvent {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|