Jelle van der Waa
Jelle van der Waa
``` Updating package cache... -> Querying alpm database...done -> Latest package: ruby-msgpack 1.2.10-1 Tue Apr 23 14:28:52 2019 -> Updating database cache...Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/sqlalchemy/engine/base.py", line 1244,...
When updating now, sometimes network issues arise and updating errors out. For monitoring it would be nicer not make this a fatal error and add a check in monitoring for...
When creating an AVG for libvorbis, warn that lib32-vorbis also exists in the repositories and most likely also needs an AVG (they have a different pkgbase). Test case * Create...
Add an option to search through CVE, AVG and ASA? (With a way to filter on type?) The fulltext search should search the 'subject' and the 'body' of an CVE,...
Provide a way to view the trackers API endpoints such as /all.json. The API documentation should be auto-generated and described in code. One possibility would be Sphinx with the [flask...
https://github.com/archlinux/archweb/blob/d8da58a821f40a4195a8ab3b471d50a9fd3635ce/templates/devel/profile.html#L31 here JavaScript fixes a tons of field properties. For example `public_email` is a Char field and not an email field https://github.com/archlinux/archweb/blob/e4b211e8dc1cc16d73eb3227b00dce504b720021/devel/models.py#L31
Add vulture (dead code detector to CI)
It would be really useful to have an RSS feed available of recently orphaned packages so people can subscribe and adopt packages they know/use. It would make orphans more visible...
``` ../../../../../opt/hostedtoolcache/Python/3.9.9/x64/lib/python3.9/site-packages/django/conf/__init__.py:222 /opt/hostedtoolcache/Python/3.9.9/x64/lib/python3.9/site-packages/django/conf/__init__.py:222: RemovedInDjango50Warning: The USE_L10N setting is deprecated. Starting with Django 5.0, localized formatting of data will always be enabled. For example Django will display numbers and dates using...
Currently we have no real official REST API or consistent JSON API. We need to figure out what data we want to have easily query'able for users. Current "API": *...