Adds branch name for push events
3 files changed
+40
-2
3c2c2c24
→
3c2c2c24
modified doc/architecture.md
@@ -113,6 +113,7 @@ An example request that the broker sends looks like this:
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -135,6 +136,7 @@ An example request that the broker sends looks like this:
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/event.rs
@@ -370,9 +370,20 @@ pub fn is_patch_ref(name: &str) -> Option<&str> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -423,4 +434,24 @@ mod test {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
modified src/msg.rs
@@ -26,7 +26,7 @@ use radicle::{patch, Profile};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -243,6 +243,7 @@ impl Request {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -332,6 +333,9 @@ pub struct PushEvent {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -642,6 +646,7 @@ pub mod tests {
|
|
|
|
|
|
| + | |
|
|
|
|
|