modified radicle-httpd/src/api/json.rs
@@ -14,6 +14,8 @@ use radicle_surf::blob::Blob;
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -32,6 +34,17 @@ pub(crate) fn commit(commit: &Commit) -> Value {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/sessions.rs
@@ -7,12 +7,12 @@ use axum::{Json, Router};
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -55,12 +55,7 @@ async fn session_create_handler(State(ctx): State<Context>) -> impl IntoResponse
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -73,12 +68,7 @@ async fn session_handler(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|