]> git.ipfire.org Git - thirdparty/patchwork.git/commit
REST: Allow creating, updating, deleting of bundles
authorStephen Finucane <stephen@that.guru>
Sun, 8 Sep 2019 22:31:47 +0000 (23:31 +0100)
committerStephen Finucane <stephen@that.guru>
Thu, 17 Oct 2019 17:51:02 +0000 (18:51 +0100)
commit9795ec7505d78de5819ef3e1ebbd446f4010d7aa
tree8a390065ee9c7fa00c2d2e26ca946a3728fb6a01
parent3589c00edd0a5e5214196da22a5af4848cb9023b
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
docs/api/schemas/latest/patchwork.yaml
docs/api/schemas/patchwork.j2
docs/api/schemas/v1.0/patchwork.yaml
docs/api/schemas/v1.1/patchwork.yaml
docs/api/schemas/v1.2/patchwork.yaml
patchwork/api/bundle.py
patchwork/models.py
patchwork/settings/base.py
patchwork/tests/api/test_bundle.py
releasenotes/notes/update-bundle-via-api-2946d8c4e730d545.yaml [new file with mode: 0644]