modified radicle-httpd/src/api.rs
@@ -17,6 +17,7 @@ use tower_http::cors::{self, CorsLayer};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -52,6 +53,8 @@ impl Context {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -60,6 +63,7 @@ impl Context {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -183,5 +187,6 @@ mod project {
|
|
|
|
|
|
| + | |
|
|
|
modified radicle-httpd/src/api/error.rs
@@ -73,6 +73,10 @@ pub enum Error {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/delegates.rs
@@ -6,6 +6,7 @@ use axum::{Json, Router};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -34,6 +35,7 @@ async fn delegates_projects_handler(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -54,6 +56,8 @@ async fn delegates_projects_handler(
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -61,6 +65,7 @@ async fn delegates_projects_handler(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -107,7 +112,8 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/projects.rs
@@ -14,6 +14,7 @@ use tower_http::set_header::SetResponseHeaderLayer;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -77,6 +78,7 @@ async fn project_root_handler(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -91,6 +93,7 @@ async fn project_root_handler(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -99,6 +102,7 @@ async fn project_root_handler(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -800,7 +804,8 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -831,7 +836,8 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/test.rs
@@ -16,6 +16,7 @@ use radicle::crypto::ssh::keystore::MemorySigner;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -85,7 +86,9 @@ pub fn contributor(dir: &Path) -> Context {
|
|
|
|
|
|
| + | |
|
|
| + | |
|
|
|
|
|