modified radicle-cob/src/identity.rs
@@ -23,7 +23,4 @@ pub trait Identity {
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
modified radicle-cob/src/lib.rs
@@ -40,12 +40,15 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -111,16 +114,14 @@ mod tests;
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/src/object/collaboration/create.rs
@@ -40,7 +40,11 @@ impl<Author> Create<Author> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -48,10 +52,11 @@ pub fn create<S, Signer, Author, Resource>(
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -88,7 +93,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/src/object/collaboration/get.rs
@@ -3,7 +3,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -13,23 +13,23 @@ use super::error;
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/src/object/collaboration/info.rs
@@ -14,7 +14,7 @@ use std::collections::BTreeSet;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -43,18 +43,17 @@ pub struct ChangeGraphInfo {
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/src/object/collaboration/list.rs
@@ -3,7 +3,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -13,21 +13,20 @@ use super::error;
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/src/object/collaboration/update.rs
@@ -12,7 +12,7 @@ use super::error;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -34,7 +34,11 @@ pub struct Update<Author> {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -42,10 +46,11 @@ pub fn update<S, Signer, Resource, Author>(
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -71,7 +76,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -94,7 +99,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/src/test/identity/person.rs
@@ -102,11 +102,4 @@ impl Identity for Person {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
modified radicle-cob/src/test/identity/project.rs
@@ -14,6 +14,15 @@ pub struct RemoteProject {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -104,25 +113,6 @@ fn from_commit(
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -133,11 +123,4 @@ impl Identity for RemoteProject {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
modified radicle-cob/src/test/storage.rs
@@ -8,7 +8,7 @@ use crate::{
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -60,7 +60,7 @@ impl Storage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/src/tests.rs
@@ -4,9 +4,7 @@ use crypto::test::signer::MockSigner;
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -26,6 +24,7 @@ fn roundtrip() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -35,7 +34,7 @@ fn roundtrip() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -57,6 +56,7 @@ fn list_cobs() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -70,6 +70,7 @@ fn list_cobs() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -79,7 +80,7 @@ fn list_cobs() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -104,6 +105,7 @@ fn update_cob() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -113,7 +115,7 @@ fn update_cob() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -121,6 +123,7 @@ fn update_cob() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -131,7 +134,7 @@ fn update_cob() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -160,6 +163,7 @@ fn traverse_cobs() {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -181,6 +185,7 @@ fn traverse_cobs() {
|
|
|
|
|
|
| + | |
|
|
|
|
|