modified radicle-httpd/src/api/json.rs
@@ -11,7 +11,7 @@ use radicle::cob::patch::Merge;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -105,7 +105,7 @@ pub(crate) fn issue(id: IssueId, issue: Issue, aliases: &impl AliasStore) -> Val
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -136,7 +136,7 @@ pub(crate) fn patch(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -245,18 +245,13 @@ struct Comment<'a> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/issue.rs
@@ -836,7 +836,7 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle/src/cob/thread.rs
@@ -61,6 +61,8 @@ pub struct Comment {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -78,6 +80,7 @@ impl Comment {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -124,6 +127,11 @@ impl Comment {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -175,16 +183,13 @@ impl From<Action> for nonempty::NonEmpty<Action> {
|
|
|
|
|
|
| - | |
| - | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -193,7 +198,6 @@ impl Thread {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -244,17 +248,6 @@ impl Thread {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -335,14 +328,17 @@ impl cob::store::FromHistory for Thread {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|