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
@@ -27,7 +27,7 @@ use radicle::{patch, Profile};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -250,6 +250,7 @@ impl Request {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -339,6 +340,9 @@ pub struct PushEvent {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -649,6 +653,7 @@ pub mod tests {
|
|
|
|
|
|
| + | |
|
|
|
|
|