cob: Add missing `verdict` field to `review.edit`
modified radicle-httpd/src/api/v1/projects.rs
@@ -687,8 +687,12 @@ async fn patch_update_handler(
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/cob/patch.rs
@@ -157,6 +157,8 @@ pub enum Action {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -585,7 +587,11 @@ impl store::FromHistory for Patch {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -601,6 +607,7 @@ impl store::FromHistory for Patch {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -1185,8 +1192,13 @@ impl store::Transaction<Patch> {
|
|
|
|
|
|
| + | |
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1431,9 +1443,12 @@ where
|
|
|
|
|
|
| + | |
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -2137,12 +2152,17 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2213,7 +2233,9 @@ mod test {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|