httpd: Announce refs in project POST/PATCH routes
modified radicle-httpd/src/api.rs
@@ -19,13 +19,15 @@ use radicle::cob::{issue, Uri};
|
|
|
|
|
|
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -232,6 +234,15 @@ impl TryFrom<&Uri> for DataUri {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/projects.rs
@@ -17,15 +17,14 @@ use tower_http::set_header::SetResponseHeaderLayer;
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -604,6 +603,7 @@ async fn issue_create_handler(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -628,6 +628,8 @@ async fn issue_create_handler(
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -643,7 +645,7 @@ async fn issue_update_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -685,6 +687,8 @@ async fn issue_update_handler(
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -722,6 +726,7 @@ async fn patch_create_handler(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -743,11 +748,14 @@ async fn patch_create_handler(
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -757,6 +765,7 @@ async fn patch_update_handler(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -876,6 +885,8 @@ async fn patch_update_handler(
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|