modified radicle-cli/src/commands/id.rs
@@ -7,6 +7,7 @@ use anyhow::{anyhow, Context};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -731,7 +732,7 @@ fn update<R, G>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/inbox.rs
@@ -12,7 +12,7 @@ use radicle::issue::cache::Issues as _;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -261,7 +261,7 @@ fn list_repo<'a, R: ReadStorage>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/issue.rs
@@ -13,6 +13,7 @@ use radicle::cob::{issue, thread};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -815,7 +816,7 @@ fn open<R, G>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -849,7 +850,7 @@ fn edit<'a, 'g, R, G>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -891,7 +892,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/commands/job.rs
@@ -6,7 +6,7 @@ use anyhow::{anyhow, Context as _};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -269,7 +269,7 @@ fn trigger<R, G>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -289,7 +289,7 @@ fn start<R, G>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -301,7 +301,9 @@ where
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -343,7 +345,7 @@ fn list<R: WriteRepository + cob::Store>(store: &JobStore<R>) -> anyhow::Result<
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -366,7 +368,7 @@ fn finish<R, G>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/terminal/cob.rs
@@ -3,6 +3,7 @@ use radicle::{
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -61,7 +62,7 @@ pub fn patches<'a, R>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -72,7 +73,7 @@ pub fn patches_mut<'a, R>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -83,7 +84,7 @@ pub fn issues<'a, R>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -94,7 +95,7 @@ pub fn issues_mut<'a, R>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/Cargo.toml
@@ -55,4 +55,4 @@ qcheck-macros = { version = "1", default-features = false }
|
|
|
|
|
|
| - | |
| + | |
modified radicle-cob/src/object/collaboration/create.rs
@@ -1,7 +1,6 @@
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -58,7 +57,7 @@ pub fn create<T, S, G>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/src/object/collaboration/remove.rs
@@ -1,7 +1,5 @@
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -17,7 +15,7 @@ use super::error;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/src/object/collaboration/update.rs
@@ -3,7 +3,6 @@ use std::iter;
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -61,7 +60,7 @@ pub fn update<T, S, G>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/src/object/storage.rs
@@ -4,7 +4,6 @@ use std::{collections::BTreeMap, error::Error};
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -59,6 +58,8 @@ pub trait Storage {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -74,7 +75,7 @@ pub trait Storage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -83,7 +84,7 @@ pub trait Storage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/src/test/storage.rs
@@ -1,6 +1,6 @@
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -105,6 +105,8 @@ impl object::Storage for Storage {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -148,12 +150,16 @@ impl object::Storage for Storage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -161,11 +167,15 @@ impl object::Storage for Storage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle-node/src/worker/fetch.rs
@@ -8,6 +8,7 @@ use localtime::LocalTime;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -299,7 +300,7 @@ fn cache_cobs<S, C>(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-remote-helper/src/lib.rs
@@ -13,6 +13,7 @@ use std::{env, fmt, io};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -262,7 +263,7 @@ pub(crate) fn warn(s: impl fmt::Display) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-remote-helper/src/list.rs
@@ -4,6 +4,7 @@ use thiserror::Error;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -34,7 +35,7 @@ pub enum Error {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -83,7 +84,7 @@ pub fn for_push<R: ReadRepository>(profile: &Profile, stored: &R) -> Result<(),
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/identity.rs
@@ -11,6 +11,7 @@ use thiserror::Error;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -192,13 +193,14 @@ impl Identity {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -227,7 +229,7 @@ impl Identity {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -248,7 +250,7 @@ impl Identity {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -892,7 +894,7 @@ impl<R> fmt::Debug for IdentityMut<'_, R> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/issue.rs
@@ -17,6 +17,7 @@ use crate::cob::thread::{Comment, CommentId, Thread};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -589,7 +590,7 @@ impl<R, C> std::fmt::Debug for IssueMut<'_, '_, R, C> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -792,7 +793,7 @@ impl IssueCounts {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -805,7 +806,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/issue/cache.rs
@@ -10,6 +10,7 @@ use crate::cob::cache::{Remove, StoreReader, StoreWriter, Update};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -107,7 +108,7 @@ impl<'a, R, C> Cache<super::Issues<'a, R>, C> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -127,7 +128,7 @@ impl<'a, R, C> Cache<super::Issues<'a, R>, C> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -199,7 +200,7 @@ impl<'a, R, C> Cache<super::Issues<'a, R>, C> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/job.rs
@@ -21,6 +21,7 @@ use crate::cob::{EntryId, ObjectId, TypeName};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -315,7 +316,7 @@ impl<R> std::fmt::Debug for JobMut<'_, '_, R> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -397,7 +398,7 @@ impl<'a, R> Deref for JobStore<'a, R> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/patch.rs
@@ -1976,7 +1976,7 @@ pub struct PatchMut<'a, 'g, R, C> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2507,7 +2507,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2590,7 +2590,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/patch/cache.rs
@@ -15,8 +15,8 @@ use crate::prelude::RepoId;
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -119,7 +119,7 @@ impl<'a, R, C> Cache<super::Patches<'a, R>, C> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -149,7 +149,7 @@ impl<'a, R, C> Cache<super::Patches<'a, R>, C> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -170,7 +170,7 @@ impl<'a, R, C> Cache<super::Patches<'a, R>, C> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -276,7 +276,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -488,7 +488,7 @@ impl Iterator for NoCacheIter<'_> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/store.rs
@@ -174,7 +174,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -190,7 +190,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -204,7 +204,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -423,7 +423,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -487,7 +487,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/profile.rs
@@ -605,7 +605,7 @@ impl Home {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -621,7 +621,7 @@ impl Home {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -637,7 +637,7 @@ impl Home {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -653,7 +653,7 @@ impl Home {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/storage/git/cob.rs
@@ -11,20 +11,18 @@ use storage::RepositoryError;
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -92,6 +90,8 @@ impl cob::object::Storage for Repository {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -146,13 +146,13 @@ impl cob::object::Storage for Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -166,13 +166,13 @@ impl cob::object::Storage for Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -377,6 +377,8 @@ impl<R: storage::WriteRepository> cob::object::Storage for DraftStore<'_, R> {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -421,13 +423,13 @@ impl<R: storage::WriteRepository> cob::object::Storage for DraftStore<'_, R> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -441,12 +443,12 @@ impl<R: storage::WriteRepository> cob::object::Storage for DraftStore<'_, R> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/test/storage.rs
@@ -364,6 +364,8 @@ impl radicle_cob::object::Storage for MockRepository {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -384,7 +386,7 @@ impl radicle_cob::object::Storage for MockRepository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -394,7 +396,7 @@ impl radicle_cob::object::Storage for MockRepository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|