- Feb 06, 2023
-
-
Mario Oenning authored
Bump hooks with "pre-commit autoupdate". There is an issue with the latest poetry version and the "isort" hook module https://github.com/PyCQA/isort/issues/2077 Signed-off-by:
moson-mo <mo-son@mailbox.org>
-
- Jan 27, 2023
-
-
Leonidas Spyropoulos authored
Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
Leonidas Spyropoulos authored
Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
Mario Oenning authored
Signed-off-by:
moson-mo <mo-son@mailbox.org>
-
Mario Oenning authored
Fixes issue parsing .SRCINFO files Issue report: #422 Signed-off-by:
moson-mo <mo-son@mailbox.org>
-
- Jan 26, 2023
-
-
Leonidas Spyropoulos authored
Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
Mario Oenning authored
When running aurweb with hot-reloading, the CPU consumption is quite high. This is because it is using "StatReload" for detecting modified files. (which seems to be rather inefficient) When "watchfiles" is installed it'll automatically usees that instead and CPU load goes down to 1%. watchfiles uses filesystem events for detecting changes and is way more efficient. Signed-off-by:
moson-mo <mo-son@mailbox.org>
-
- Jan 25, 2023
-
-
Leonidas Spyropoulos authored
This reverts commit 0e44687a. Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
Mario Oenning authored
Signed-off-by:
moson-mo <mo-son@mailbox.org>
-
Mario Oenning authored
Fixes errors that might occur when loading the package details page. Problem: We are querying a list of "Required by" packages. This list is loaded with all details for a "PackageDependency" record. Now we also have a reference to some attributes from the related package (PackageDependency.Package.xxx) This will effectively trigger the ORM to run another query (lazyload), to fetch the missing Package data (for each PackageDependency record). At that point it might have happened that a referenced package got deleted / updated so that we can't retrieve this data anymore and our dep.Package object is "None" Fix: We can force our query to include Package data right away. Thus we can avoid running a separate query (per "required by"...) As a side-effect we get better performance. Signed-off-by:
moson-mo <mo-son@mailbox.org>
-
Leonidas Spyropoulos authored
fastapi ^0.89.0 coverage v7 srcinfo ^0.1.0 Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
Leonidas Spyropoulos authored
Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
Mario Oenning authored
When we edit a comment we can enable notifications (if not yet enabled). We should also do this when the comment text is not changed. Signed-off-by:
moson-mo <mo-son@mailbox.org>
-
Mario Oenning authored
Currently, the "Enable notifications" checkbox is only shown when editing a comment. We should also show it when a new comment is about to be added. Signed-off-by:
moson-mo <mo-son@mailbox.org>
-
- Jan 23, 2023
-
-
Mario Oenning authored
Signed-off-by:
moson-mo <mo-son@mailbox.org>
-
renovate authored
-
- Jan 15, 2023
-
-
use `docker compose exec` instead of `docker ps` and `docker exec` Signed-off-by:
Christian Heusel <christian@heusel.eu>
-
- Jan 14, 2023
-
-
Leonidas Spyropoulos authored
Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
Leonidas Spyropoulos authored
Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
Mario Oenning authored
Adds the "Support" section (displayed on "Home") to the "Dashboard" page as well. Signed-off-by:
moson-mo <mo-son@mailbox.org>
-
- Jan 13, 2023
-
-
Mario Oenning authored
nginx health check always results in "unhealthy": There is no such option "--no-verify" for curl. We can use "-k" or "--insecure" for disabling SSL checks. Signed-off-by:
moson-mo <mo-son@mailbox.org>
-
- Jan 12, 2023
-
-
Mario Oenning authored
Provides a convenient way to check for responses on the mailing list prior to Accepting/Rejecting requests. We compute the Message-ID hash that can be used to link back to the article in the mailing list archive. Signed-off-by:
moson-mo <mo-son@mailbox.org>
-
- Jan 11, 2023
-
-
Kevin Morris authored
-
Kevin Morris authored
-
Kevin Morris authored
-
Kevin Morris authored
-
Kevin Morris authored
-
Kevin Morris authored
-
Kevin Morris authored
-
Kevin Morris authored
-
Kevin Morris authored
-
Kevin Morris authored
-
Kevin Morris authored
-
Kevin Morris authored
-
Kevin Morris authored
-
Kevin Morris authored
-
Kevin Morris authored
-
Kevin Morris authored
-
Kevin Morris authored
-
Kevin Morris authored
-