modified radicle-cli/src/commands/issue.rs
@@ -327,12 +327,13 @@ fn list(
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
|
|
|
|
|
modified radicle-cli/src/commands/patch/list.rs
@@ -20,8 +20,10 @@ pub fn run(
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/cob/identity.rs
@@ -93,6 +93,9 @@ pub enum ApplyError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -311,6 +314,13 @@ impl store::FromHistory for Proposal {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/cob/issue.rs
@@ -34,6 +34,8 @@ pub type IssueId = ObjectId;
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -134,6 +136,16 @@ impl store::FromHistory for Issue {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/cob/patch.rs
@@ -75,6 +75,9 @@ pub enum ApplyError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -344,6 +347,16 @@ impl store::FromHistory for Patch {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/cob/store.rs
@@ -3,6 +3,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -28,11 +29,11 @@ pub trait HistoryAction {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -44,11 +45,14 @@ pub trait FromHistory: Sized + Default {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -68,6 +72,8 @@ pub trait FromHistory: Sized + Default {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -103,6 +109,8 @@ pub enum Error {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -113,6 +121,12 @@ pub enum Error {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -197,7 +211,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -212,7 +226,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -227,7 +241,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/thread.rs
@@ -31,6 +31,9 @@ pub enum OpError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -264,6 +267,13 @@ impl cob::store::FromHistory for Thread {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|