modified radicle-node/src/runtime.rs
@@ -20,6 +20,7 @@ use radicle::node::address::Store as _;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -48,6 +49,9 @@ pub enum Error {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/service.rs
@@ -1765,6 +1765,8 @@ where
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/tests/e2e.rs
@@ -182,6 +182,9 @@ fn test_replication() {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/profile.rs
@@ -109,6 +109,8 @@ pub enum Error {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified radicle/src/storage.rs
@@ -122,6 +122,8 @@ pub enum Error {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -372,6 +374,8 @@ pub trait ReadStorage {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -630,6 +634,10 @@ where
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/storage/git.rs
@@ -5,6 +5,7 @@ pub mod transport;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -88,6 +89,7 @@ impl<'a> TryFrom<git2::Reference<'a>> for Ref {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -114,13 +116,33 @@ impl ReadStorage for Storage {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -155,17 +177,23 @@ impl WriteStorage for Storage {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1248,11 +1276,11 @@ mod tests {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/test/fixtures.rs
@@ -10,6 +10,7 @@ use crate::rad;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -46,6 +47,7 @@ pub fn storage<P: AsRef<Path>, G: Signer>(path: P, signer: &G) -> Result<Storage
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -68,6 +70,7 @@ pub fn project<P: AsRef<Path>, G: Signer>(
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified radicle/src/test/storage.rs
@@ -79,6 +79,10 @@ impl ReadStorage for MockStorage {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|