modified radicle-httpd/src/api.rs
@@ -51,8 +51,8 @@ impl Context {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/delegates.rs
@@ -49,9 +49,9 @@ async fn delegates_projects_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/projects.rs
@@ -83,9 +83,9 @@ async fn project_root_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -395,7 +395,7 @@ async fn issues_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -432,7 +432,7 @@ async fn issue_create_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -466,7 +466,7 @@ async fn issue_update_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -514,7 +514,7 @@ async fn issue_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -549,7 +549,7 @@ async fn patch_create_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -582,7 +582,7 @@ async fn patches_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -603,7 +603,7 @@ async fn patch_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/test.rs
@@ -17,7 +17,6 @@ use radicle::git::raw as git2;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -110,7 +109,7 @@ pub fn seed(dir: &Path) -> Context {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -122,7 +121,7 @@ pub fn seed(dir: &Path) -> Context {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|