Re: Testing, please ignore

2022-03-28 Thread Daniel Axtens
Stephen Finucane writes: > I've seen reports that the mailing list is rejecting emails. Let's see if > that's > true for everyone. Please ignore. Just the moderation queue getting overfull and me missing emails about people who post before subscribing :/ Kind regards, Daniel > > Stephen >

Re: [PATCH] patch-list: Link to delegate's assigned patches

2022-03-28 Thread Daniel Axtens
Sean Anderson writes: > Hi Stephen, > > On 11/29/21 12:58 PM, Stephen Finucane wrote: >> On Mon, 2021-11-22 at 18:20 -0500, Sean Anderson wrote: >>> This adds a link to all patches currently delegated to a user. This can >>> be much easier than going through the delegate filter, especially if

[patch 1/1] models: add "comment added to patch" event

2022-03-28 Thread DJ Delorie
This small patch stitches in "comment added" events into the event queue. Signed-off-by: DJ Delorie Closes: #424 diff --git a/patchwork/api/event.py b/patchwork/api/event.py index 71f9593..45b3f4f 100644 --- a/patchwork/api/event.py +++ b/patchwork/api/event.py @@ -13,6 +13,7 @@ from

Re: [patch 1/1] models: add "comment added to patch" event

2022-03-28 Thread Carlos O'Donell
On 2/24/22 15:25, DJ Delorie wrote: > > This small patch stitches in "comment added" events into the event > queue. > > Signed-off-by: DJ Delorie > Closes: #424 I'm not going to comment on the technical parts of DJ's patch, but I will add some context here. I filed issue #424 because it is a