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
@@ -271,6 +271,8 @@ pub enum Command {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -291,6 +293,7 @@ impl fmt::Debug for Command {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -922,6 +925,16 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1265,6 +1278,12 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1397,6 +1416,7 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -2430,6 +2450,7 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -2597,6 +2618,9 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -2728,6 +2752,8 @@ pub enum DisconnectReason {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -2756,6 +2782,7 @@ impl fmt::Display for DisconnectReason {
|
|
|
|
|
|
| + | |
|
|
|
|
|
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> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|