modified crates/radicle-node/src/control.rs
@@ -170,6 +170,14 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-node/src/runtime/handle.rs
@@ -247,6 +247,12 @@ impl radicle::node::Handle for Handle {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-node/src/test/handle.rs
@@ -18,6 +18,7 @@ pub struct Handle {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -85,6 +86,7 @@ impl radicle::node::Handle for Handle {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -93,7 +95,14 @@ impl radicle::node::Handle for Handle {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-protocol/src/service.rs
@@ -856,6 +856,16 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1212,6 +1222,12 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1344,6 +1360,7 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -2386,6 +2403,7 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -2553,6 +2571,9 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -2684,6 +2705,8 @@ pub enum DisconnectReason {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -2712,6 +2735,7 @@ impl fmt::Display for DisconnectReason {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-protocol/src/service/command.rs
@@ -99,6 +99,8 @@ pub enum Command {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -194,6 +196,7 @@ impl fmt::Debug for Command {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle/src/node.rs
@@ -907,6 +907,7 @@ pub trait Handle: Clone + Sync + Send {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1191,6 +1192,13 @@ impl Handle for Node {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle/src/node/command.rs
@@ -120,6 +120,10 @@ pub enum Command {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle/src/node/policy/store.rs
@@ -119,14 +119,15 @@ impl Store<Write> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -248,6 +249,16 @@ impl<T> Store<T> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|