summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2019-09-08 23:31:47 +0100
committerStephen Finucane <stephen@that.guru>2019-10-17 18:51:02 +0100
commit9795ec7505d78de5819ef3e1ebbd446f4010d7aa (patch)
tree8a390065ee9c7fa00c2d2e26ca946a3728fb6a01 /releasenotes
parent3589c00edd0a5e5214196da22a5af4848cb9023b (diff)
downloadpatchwork-9795ec7505d78de5819ef3e1ebbd446f4010d7aa.tar
patchwork-9795ec7505d78de5819ef3e1ebbd446f4010d7aa.tar.gz
REST: Allow creating, updating, deleting of bundles
Allow users to create a new bundle, change the name, public flag and patches of an existing bundle, and delete an existing bundle. Some small nits with existing tests are resolved. Signed-off-by: Stephen Finucane <stephen@that.guru> Closes: #316
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/update-bundle-via-api-2946d8c4e730d545.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/update-bundle-via-api-2946d8c4e730d545.yaml b/releasenotes/notes/update-bundle-via-api-2946d8c4e730d545.yaml
new file mode 100644
index 0000000..bfa1ef5
--- /dev/null
+++ b/releasenotes/notes/update-bundle-via-api-2946d8c4e730d545.yaml
@@ -0,0 +1,4 @@
+---
+api:
+ - |
+ Bundles can now be created, updated and deleted via the REST API.