modified radicle-node/src/tests/e2e.rs
@@ -205,13 +205,16 @@ fn test_replication_no_delegates() {
|
|
|
|
|
|
| - | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/worker/fetch.rs
@@ -88,6 +88,8 @@ enum VerifiedRemote {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -251,6 +253,7 @@ impl<'a> StagingPhaseFinal<'a> {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -266,10 +269,15 @@ impl<'a> StagingPhaseFinal<'a> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -338,8 +346,22 @@ impl<'a> StagingPhaseFinal<'a> {
|
|
|
|
|
|
| + | |
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -363,7 +385,11 @@ impl<'a> StagingPhaseFinal<'a> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/storage.rs
@@ -304,10 +304,11 @@ pub trait ReadRepository {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/storage/git.rs
@@ -202,8 +202,6 @@ pub enum VerifyError {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -371,9 +369,10 @@ impl ReadRepository for Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -381,24 +380,24 @@ impl ReadRepository for Repository {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/test/storage.rs
@@ -140,8 +140,11 @@ impl ReadRepository for MockRepository {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|