modified radicle-cli/src/commands/init.rs
@@ -367,7 +367,7 @@ fn sync(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/sync.rs
@@ -531,7 +531,6 @@ pub fn announce_inventory(mut node: Node) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified radicle-node/src/bounded.rs
@@ -1,4 +1,4 @@
| - | |
| + | |
|
|
|
|
|
@@ -189,6 +189,22 @@ impl<T, const N: usize> TryFrom<Vec<T>> for BoundedVec<T, N> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/control.rs
@@ -168,7 +168,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/runtime/handle.rs
@@ -243,9 +243,9 @@ impl radicle::node::Handle for Handle {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/service.rs
@@ -10,7 +10,7 @@ pub mod message;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -31,7 +31,7 @@ use radicle::node::seed;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -172,8 +172,8 @@ pub enum Command {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -203,7 +203,7 @@ impl fmt::Debug for Command {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -788,7 +788,8 @@ where
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -938,6 +939,7 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -953,6 +955,7 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -999,6 +1002,7 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1007,14 +1011,12 @@ where
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1311,7 +1313,11 @@ where
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1723,7 +1729,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1765,10 +1771,8 @@ where
|
|
|
|
|
|
| - | |
| - | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1778,14 +1782,18 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -2014,7 +2022,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/service/gossip.rs
@@ -23,10 +23,12 @@ pub fn node(config: &Config, timestamp: Timestamp) -> NodeAnnouncement {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/handle.rs
@@ -61,6 +61,7 @@ impl radicle::node::Handle for Handle {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -100,7 +101,7 @@ impl radicle::node::Handle for Handle {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/test/simulator.rs
@@ -655,6 +655,7 @@ impl<S: WriteStorage + 'static, G: Signer> Simulation<S, G> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle-node/src/tests.rs
@@ -674,7 +674,12 @@ fn test_refs_announcement_relay() {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -740,13 +745,13 @@ fn test_refs_announcement_fetch_trusted_no_inventory() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1426,6 +1431,7 @@ fn test_queued_fetch_from_ann_same_rid() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1616,7 +1622,7 @@ fn test_push_and_pull() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node/src/worker/fetch.rs
@@ -22,6 +22,8 @@ pub struct FetchResult {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -69,12 +71,12 @@ impl Handle {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -82,7 +84,7 @@ impl Handle {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -125,6 +127,7 @@ impl Handle {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle/src/node.rs
@@ -429,8 +429,8 @@ pub enum Command {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -654,6 +654,7 @@ pub enum FetchResult {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -671,6 +672,7 @@ impl FetchResult {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -685,12 +687,13 @@ impl FetchResult {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -725,6 +728,7 @@ impl FetchResults {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -849,8 +853,8 @@ pub trait Handle: Clone + Sync + Send {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -1107,8 +1111,8 @@ impl Handle for Node {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/storage.rs
@@ -1,7 +1,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -28,7 +28,7 @@ use self::git::UserInfo;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -374,6 +374,8 @@ pub trait ReadStorage {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -626,6 +628,10 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/storage/git.rs
@@ -89,7 +89,7 @@ impl<'a> TryFrom<git2::Reference<'a>> for Ref {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -125,6 +125,18 @@ impl ReadStorage for Storage {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -189,7 +201,7 @@ impl Storage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/test/storage.rs
@@ -1,4 +1,4 @@
| - | |
| + | |
|
|
|
|
|
@@ -76,9 +76,11 @@ impl ReadStorage for MockStorage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| + | |
| + | |
|
|
|
|
|