Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Set patch status to `merged` automatically
Alexis Sellier committed 3 years ago
commit 48105b8b359b66e2daa53bba2e98adaf7ee446f1
parent fff45817bcd9c1b3cc3d8f0cc00ca963e678b98f
2 files changed +4 -1
modified radicle-httpd/src/api/v1/delegates.rs
@@ -101,6 +101,7 @@ mod routes {
                  "open": 1,
                  "draft": 0,
                  "archived": 0,
+
                  "merged": 0,
                },
                "issues": {
                  "open": 1,
modified radicle-httpd/src/api/v1/projects.rs
@@ -751,6 +751,7 @@ mod routes {
                  "open": 1,
                  "draft": 0,
                  "archived": 0,
+
                  "merged": 0,
                },
                "issues": {
                  "open": 1,
@@ -781,6 +782,7 @@ mod routes {
                 "open": 1,
                 "draft": 0,
                 "archived": 0,
+
                 "merged": 0,
               },
               "issues": {
                 "open": 1,
@@ -2267,7 +2269,7 @@ mod routes {
              },
              "title": "A new `hello world`",
              "description": "change `hello world` in README to something else",
-
              "state": { "status": "open" },
+
              "state": { "status": "merged" },
              "target": "delegates",
              "tags": [],
              "revisions": [