Mattia Verga
Mattia Verga
Everything is done in the `Update.install_command()` method, no need to change anything else in template: https://github.com/fedora-infra/bodhi/blob/00000480285718221c0df4878617d09dff27428e/bodhi/server/models.py#L2183-L2214 But I don't think this is doable. You cannot install a module by simply...
That happens because if the "search and add builds" input textbox isn't visible on the page, clicking the remove button on a build will just cause the row to be...
> Ah, you describe what's happening alright... mostly. I've tried clicking remove button many times, it always moves focus to the search box, and never actually removes anything. :( I...
I think this would be a real pain to implement and an unnecessary over-complication. We already have a min time limit set per release and a min karma limit set...
I'm not expert, but I don't see the qsort_r warning in build logs anymore, so... I suppose this is fixed.
A little bit info here: when opening the update list in a web page, it triggers the `__json__()` method for every update object listed. I can't understand why, since the...
@cverna this could be the same issue that randomly hits users while creating new updates in UI. I have been able to reproduce this a couple of times in the...
I have pushed some changes in #3977 to find the reason of the above behavior. Even if we pass the current active session object to `publish()` Bodhi still hangs. The...
> > Yeah this is similar to what I have observed in the production log, it just hangs on handle_update.delay(). In production we have quite a few unexpected connection closure...
You're right, a negative karma threshold will cause the update to be obsoleted. I think we should change this. I mean, what's the difference between "obsolete" and "unpush"? Looking in...