modified radicle-httpd/src/api/json.rs
@@ -14,7 +14,7 @@ use radicle::cob::thread;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -96,7 +96,7 @@ pub(crate) fn tree(tree: &Tree, path: &str, stats: &Stats) -> Value {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -116,7 +116,7 @@ pub(crate) fn patch(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -249,7 +249,7 @@ impl<'a> Comment<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/projects.rs
@@ -15,6 +15,7 @@ use tower_http::set_header::SetResponseHeaderLayer;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -456,7 +457,7 @@ async fn issues_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -578,7 +579,7 @@ async fn issue_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -740,7 +741,7 @@ async fn patches_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -765,7 +766,7 @@ async fn patch_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/node.rs
@@ -694,6 +694,12 @@ impl Handle for Node {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/node/tracking/store.rs
@@ -5,6 +5,7 @@ use std::{fmt, io, ops::Not as _, time};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -254,10 +255,12 @@ impl Config {
|
|
|
|
|
|
| + | |
|
|
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|