]> git.ipfire.org Git - thirdparty/patchwork.git/commit
REST: Add 'patch-comment-created', 'cover-comment-created' events
authorDJ Delorie <dj@delorie.com>
Tue, 29 Mar 2022 18:57:32 +0000 (19:57 +0100)
committerStephen Finucane <stephen@that.guru>
Fri, 6 May 2022 17:55:12 +0000 (18:55 +0100)
commite3d8f754804417c98208f322c04696020fa67ee2
tree204ff7cc538d75f373c2082c751997396f5eb685
parentca085722616966f9ed0d1dab877f0f101620f05c
REST: Add 'patch-comment-created', 'cover-comment-created' events

This patch stitches in "comment created" events for patches and cover
letter into the event queue.

Signed-off-by: DJ Delorie <dj@redhat.com>
Signed-off-by: Stephen Finucane <stephen@that.guru>
Closes: #424
[stephenfin: Extend to cover letters also. Fix some formatting issues.
 Add a release note]
13 files changed:
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
docs/api/schemas/v1.3/patchwork.yaml
patchwork/api/embedded.py
patchwork/api/event.py
patchwork/migrations/0046_patch_comment_events.py [new file with mode: 0644]
patchwork/models.py
patchwork/signals.py
patchwork/tests/test_signals.py
releasenotes/notes/comment-events-2bc9b754cad1fb32.yaml [new file with mode: 0644]