modified radicle-node/src/client.rs
@@ -1,5 +1,6 @@
|
|
|
|
| + | |
|
|
|
|
|
@@ -13,6 +14,7 @@ use crate::control;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -57,7 +59,7 @@ pub struct Runtime {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -113,14 +115,7 @@ impl Runtime {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -140,6 +135,15 @@ impl Runtime {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/client/handle.rs
@@ -10,6 +10,7 @@ use crate::profile::Home;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -51,7 +52,7 @@ impl<T> From<chan::SendError<T>> for Error {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -64,12 +65,19 @@ impl Clone for Handle {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/tests/e2e.rs
@@ -317,7 +317,6 @@ fn test_inventory_sync_star() {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -353,6 +352,8 @@ fn test_replication() {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/wire.rs
@@ -2,7 +2,7 @@ mod message;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/wire/protocol.rs
@@ -31,6 +31,12 @@ use crate::worker::{WorkerReq, WorkerResp};
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -307,6 +313,20 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -344,23 +364,11 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -487,7 +495,10 @@ where
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/worker.rs
@@ -13,6 +13,7 @@ use radicle::storage::{ReadRepository, RefUpdate, WriteRepository, WriteStorage}
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -36,19 +37,20 @@ struct Worker<G: Signer + EcSign> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -71,6 +73,8 @@ impl<G: Signer + EcSign> Worker<G> {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -249,6 +253,7 @@ impl WorkerPool {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -256,6 +261,7 @@ impl WorkerPool {
|
|
|
|
|
|
| + | |
|
|
|
|
|