modified radicle-cli/tests/commands.rs
@@ -11,7 +11,7 @@ use radicle::storage::{ReadRepository, ReadStorage};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -444,6 +444,7 @@ fn test_replication_via_seed() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-node/src/runtime.rs
@@ -116,7 +116,7 @@ impl<G: Signer + Ecdh + 'static> Runtime<G> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/service/config.rs
@@ -2,7 +2,7 @@ use localtime::LocalDuration;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -47,6 +47,8 @@ pub struct Config {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -58,6 +60,7 @@ impl Default for Config {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-node/src/service/tracking.rs
@@ -14,25 +14,32 @@ pub use store::Error;
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -41,7 +48,7 @@ impl Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -50,7 +57,7 @@ impl Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/peer.rs
@@ -16,7 +16,7 @@ use crate::prelude::*;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -92,6 +92,7 @@ pub struct Config<G: Signer + 'static> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -106,6 +107,7 @@ impl Default for Config<MockSigner> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -125,7 +127,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/node/tracking.rs
@@ -90,9 +90,10 @@ impl TryFrom<&sqlite::Value> for Policy {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|