Aurélien Bompard

Results 264 comments of Aurélien Bompard

Oh wait, the class I added the severity to is actually used for the `copr.build.start` messages as well! I got tricked by the name too ;-)

If I understand correctly, no message is triggered when a package's builds are done, right? Only when each build is done. Should I try to add that? Would you be...

Thanks for the explanation @FrostyX . I've looked at the code, and what I understand is that all messages are sent by the backend, but I'm not sure the backend...

I'm getting the same error with mod_wsgi 5.0.0 and Python 3.13 but no Django: ``` [Wed Nov 20 08:00:20.636851 2024] [wsgi:error] [pid 396702:tid 396702] Exception ignored in: [Wed Nov 20...

We are not using a wsgi framework at all: https://pagure.io/koji/blob/master/f/kojihub/kojixmlrpc.py#_792

I think we could set the chroot messages to have `severity = DEBUG`, no? There are always build messages associated with them. With this, people wouldn't get notified by default,...

Ah, this looks like the `summary()` method is missing its `@property` decorator.

Now that I think of it, I don't see when this should *not* be the default behaviour. The only weird thing would be that there will be a flash message...

Thanks for your response! > Remove the expire flash completely. I don't like this solution. Yeah, flash messages are still quite popular for websites based on serverside-generated pages. > Add...

This looks reasonable, could you please add a unit test?