modified radicle-httpd/Cargo.toml
@@ -16,8 +16,8 @@ logfmt = [
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/axum_extra.rs
@@ -1,6 +1,7 @@
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -10,15 +11,15 @@ use serde::Serialize;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -52,15 +53,15 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/delegates.rs
@@ -1,6 +1,7 @@
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -18,13 +19,13 @@ pub fn router(ctx: Context) -> Router {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/node.rs
@@ -1,6 +1,7 @@
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -12,12 +13,12 @@ pub fn router(ctx: Context) -> Router {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/projects.rs
@@ -1,10 +1,11 @@
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -40,6 +41,7 @@ pub fn router(ctx: Context) -> Router {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -47,13 +49,13 @@ pub fn router(ctx: Context) -> Router {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -87,10 +89,7 @@ async fn project_root_handler(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -109,7 +108,7 @@ pub struct CommitsQueryString {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -194,7 +193,7 @@ async fn history_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -220,7 +219,7 @@ async fn commit_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -244,13 +243,21 @@ async fn activity_handler(
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
|
|
|
|
|
@@ -262,10 +269,7 @@ async fn tree_handler(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -296,7 +300,7 @@ async fn remotes_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -323,14 +327,13 @@ async fn remote_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -338,7 +341,7 @@ async fn blob_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -365,7 +368,7 @@ async fn readme_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -399,7 +402,7 @@ async fn issues_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/sessions.rs
@@ -4,9 +4,10 @@ use std::env;
|
|
|
|
|
|
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -27,12 +28,12 @@ pub fn router(ctx: Context) -> Router {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -45,7 +46,7 @@ async fn session_create_handler(Extension(ctx): Extension<Context>) -> impl Into
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -67,7 +68,7 @@ async fn session_get_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/stats.rs
@@ -1,6 +1,7 @@
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -9,12 +10,12 @@ use crate::api::Context;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/lib.rs
@@ -98,9 +98,9 @@ async fn git_handler(
|
|
|
|
|
|
| - | |
|
|
|
|
| + | |
|
|
|
|
|