Jelle van der Waa
Jelle van der Waa
These SQL query's don't work anymore. The feature should be a report as the other reports in devel/reports.py. An solution is the following code, except it's slow since it does...
Updated the query to our current DB model: ```SELECT DISTINCT pp.pkgbase, ppr.user_id, child.pkgname FROM packages_depend ppd JOIN packages pp ON ppd.pkg_id = pp.id JOIN packages_packagerelation ppr ON pp.pkgbase = ppr.pkgbase...
Thanks for creating the issue, this has come up before. But I was thinking about hinting about overlapping packages when creating a todo list which seems to have come up...
The first step has finally been taken, by adding a todolist type ce24198793d59ad0d6d6f8277fb4eb90ea05cdd7 to archweb. Next up is adding overlapping packages to the todolist view.
Do we want to consider adding a link the flash message to directly create a new AVG.
The AUR is a totally separate codebase written in PHP with a small Python backend.
> Hello! It has been a while since this issue was last updated. Would this be okay to work on? Sure!
Maybe we shouldn't hardcode the amount of columns :)
A new proposal has come up which proposes: 1. Send emails to mirror admins (define them in archweb) 2. Store "flagged" mirrors, make the script check if flagged mirrors are...
Another idea is setting the mirror inactive when it has errors like DNS resolving issue and email the mirror admin that his mirror has been disabled and he should re-email...