- Jan 13, 2025
-
-
Leonidas Spyropoulos authored
-
- Jan 12, 2025
-
-
Leonidas Spyropoulos authored
pygit2 and watchfiles for precompiled wheels greenlet for python 3.13 compatibility python-multipart for security vulnerability Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
Leonidas Spyropoulos authored
Pacman 7 introduced sandboxing which breaks cache in containers due to permissions on containers Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
- Sep 15, 2024
-
-
Leonidas Spyropoulos authored
Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
- Sep 12, 2024
-
-
Using .count() isn't great as it runs a count query on a subquery which selects all fields in the Users table. This rewrites it into a simple SELECT count(ID) from USers query.
-
- Aug 20, 2024
-
-
Fabio Castelli authored
fix: reduce the number of subqueries against Packages by preloading the existing dependencies names from AUR
-
-
fix: reduce the number of subqueries against User by loading eagerly the Users from PackageComaintainer
-
- Aug 19, 2024
-
-
Levente Polyak authored
Mariadb has scheduled to remove the deprecated mysql drop-in interface. Let's adapt which also removes a lot of warnings while spinning up the service.
-
Levente Polyak authored
This is a very useful stack for local development as well, by allowing to easily access a local grafana instance and look at the accessed endpoints, query usage and durations etc. As a nice side effect this also makes sure we have an easy way to actually test any changes to the opentelemetry integration in an actual environment instead of just listening to a raw socket.
-
Levente Polyak authored
We want the dependent services to wait until the initialization service of mariadb finishes, but also properly accept if it already exited before a leaf service gets picked up and put into created state. By using the service_completed_successfully signal, we can ensure precisely this, without being racy and leading to none booted services. While at it, remove the compose version identifiers as docker-compose deprecated them and always warned about when running docker-compose.
-
- Aug 17, 2024
-
-
Leonidas Spyropoulos authored
-
This adds tracing to fastapi, redis, and sqlalchemy. It uses the recommended OLTP exporter to send the tracing data.
-
Leonidas Spyropoulos authored
-
- Aug 16, 2024
-
-
Jelle van der Waa authored
The pkgbase/util.py `make_context` helper does a lot of unrelated expensive queries which are not required for any of the templates. Only the 404 template shows git_clone_uri_* and pkgbase.
-
Leonidas Spyropoulos authored
-
- Aug 09, 2024
-
-
Jelle van der Waa authored
The previous approach fetched the matching row, by using `exists()` SQLAlchemy changes the query to a `SELECT 1`.
-
Jelle van der Waa authored
Don't query for notify, requests and vote information when the user is not logged in as this information is not shown.
-
Jelle van der Waa authored
A non-logged in user cannot vote/enable notifications or submit a request so hide these links.
-
Leonidas Spyropoulos authored
-
- Aug 05, 2024
-
-
renovate authored
-
- Aug 04, 2024
- Aug 03, 2024
-
-
Signed-off-by:
Diego Viola <diego.viola@gmail.com>
-
Leonidas Spyropoulos authored
-
Leonidas Spyropoulos authored
Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
Levente Polyak authored
Signed-off-by:
Levente Polyak <anthraxx@archlinux.org>
-
Levente Polyak authored
The RSS feed should be perfectly fine even when caching them for 5 minutes. This should massively reduce the response times on the endpoint. Signed-off-by:
Levente Polyak <anthraxx@archlinux.org>
-
- Jun 24, 2024
-
-
Mario Oenning authored
Show "(deleted)" on requests page for user accounts that were removed. Fixes #505 Signed-off-by:
moson <moson@archlinux.org>
-
- Jun 10, 2024
-
-
Leonidas Spyropoulos authored
-
Leonidas Spyropoulos authored
fixes: #503 Signed-off-by:
Leonidas Spyropoulos <artafinde@archlinux.org>
-
Leonidas Spyropoulos authored
The change broke the initial emails to the ML. Not sure why but reverting this now and might look at later This reverts commit 78342236. fixes: #502
-
- May 18, 2024
-
-
Leonidas Spyropoulos authored
-
- Apr 28, 2024
-
-
Mario Oenning authored
Signed-off-by:
moson <moson@archlinux.org>
-
- Apr 25, 2024
-
-
Mario Oenning authored
tests show warnings for deprecated utc functions with python 3.12 Signed-off-by:
moson <moson@archlinux.org>
-
Mario Oenning authored
Signed-off-by:
moson <moson@archlinux.org>
-
Mario Oenning authored
Prep for python 3.12 Reformat files with latest pre-commit tools Signed-off-by:
moson <moson@archlinux.org>
-
- Apr 08, 2024
-
-
Mario Oenning authored
Signed-off-by:
moson <moson@archlinux.org>
-