radicle: Remove `delegate` from `Remote` type
modified radicle-cli/src/commands/patch/list.rs
@@ -149,9 +149,6 @@ pub fn timeline(
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -185,9 +182,6 @@ pub fn timeline(
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
|
|
|
modified radicle-httpd/src/api/v1/projects.rs
@@ -318,6 +318,7 @@ async fn tree_handler(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -335,7 +336,7 @@ async fn remotes_handler(State(ctx): State<Context>, Path(project): Path<Id>) ->
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -351,6 +352,7 @@ async fn remote_handler(
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -364,7 +366,7 @@ async fn remote_handler(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1251,7 +1253,7 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1275,7 +1277,7 @@ mod routes {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/storage.rs
@@ -208,17 +208,12 @@ pub struct Remote<V = Verified> {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -226,26 +221,19 @@ impl Remote<Unverified> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified radicle/src/test/storage.rs
@@ -154,10 +154,7 @@ impl ReadRepository for MockRepository {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -165,15 +162,7 @@ impl ReadRepository for MockRepository {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|