Hosting platform for the Arch User Repository (AUR), a collection of packaging scripts created by the Arch Linux community
Find a file
moson 933654fcbb
fix: Restrict context var override on the package page
Users can (accidentally) override context vars with query params.
This may lead to issues when rendering templates (e.g. "comments=").

Signed-off-by: moson <moson@archlinux.org>
2023-10-21 10:41:43 +02:00
.gitlab/issue_templates housekeep: remove unused templates and rework existing ones 2023-05-01 10:44:45 +01:00
.tx style: Run pre-commit 2022-08-22 22:40:45 +02:00
aurweb fix: Restrict context var override on the package page 2023-10-21 10:41:43 +02:00
cache Improve Docker ecosystem 2021-06-24 19:02:35 -07:00
ci/tf feat: Add terraform config for review-app[1] 2023-08-27 12:05:52 +02:00
conf housekeep: TU rename - Table/Column names, scripts 2023-09-30 16:45:05 +02:00
doc housekeep: TU rename - Table/Column names, scripts 2023-09-30 16:45:05 +02:00
docker housekeep: TU rename - Table/Column names, scripts 2023-09-30 16:45:05 +02:00
examples examples: poetry-driven git scripts & aurweb service 2022-01-17 14:05:39 -08:00
LICENSES feat(fastapi): add prometheus /metrics 2021-11-01 11:41:39 -07:00
logs Docker: add [c]git, nginx, fastapi, php-fpm, ca 2021-06-24 19:02:35 -07:00
migrations housekeep: TU rename - Table/Column names, scripts 2023-09-30 16:45:05 +02:00
po housekeep: TU rename - UI elements 2023-09-30 16:45:04 +02:00
schema housekeep: TU rename - Table/Column names, scripts 2023-09-30 16:45:05 +02:00
static housekeep: TU rename - Comments 2023-09-30 16:45:05 +02:00
templates fix: make dependency source use superscript tag 2023-10-18 16:19:58 +00:00
test fix: make dependency source use superscript tag 2023-10-18 16:19:58 +00:00
upgrading housekeep: TU rename - UI elements 2023-09-30 16:45:04 +02:00
util style: Run pre-commit 2022-08-22 22:40:45 +02:00
.coveragerc feature: increase mandatory coverage to 95% 2023-01-25 19:34:52 +00:00
.dockerignore housekeep: Amend .gitignore and .dockerignore 2023-06-16 13:33:39 +02:00
.editorconfig housekeep: remove PHP implementation 2023-04-28 16:10:32 +02:00
.env housekeep: remove PHP implementation 2023-04-28 16:10:32 +02:00
.git-blame-ignore-revs chore: Add .git-blame-ignore-revs file 2022-08-22 22:41:58 +02:00
.gitignore feat: Add terraform config for review-app[1] 2023-08-27 12:05:52 +02:00
.gitlab-ci.yml fix(ci): Don't create error reports from sandbox 2023-10-20 15:45:58 +02:00
.mailmap Update maintainer email address 2015-04-11 12:48:15 +02:00
.pre-commit-config.yaml fix(deps): bump pre-commit hooks 2023-02-06 09:12:00 +01:00
alembic.ini Set up Alembic for database migrations 2020-02-27 16:44:36 +01:00
AUTHORS AUTHORS: Add date ranges to current maintainers 2015-09-29 20:51:03 +02:00
cliff.toml change(git-cliff): remove space in "bug fixes" 2022-02-10 09:17:37 -08:00
CONTRIBUTING.md doc: improve instructions for setting up a dev/test env 2023-05-01 10:23:34 +02:00
COPYING added GPL2 as our license 2007-09-09 01:31:34 +00:00
docker-compose.aur-dev.yml housekeep: remove PHP implementation 2023-04-28 16:10:32 +02:00
docker-compose.override.yml housekeep: remove PHP implementation 2023-04-28 16:10:32 +02:00
docker-compose.yml housekeep: remove PHP implementation 2023-04-28 16:10:32 +02:00
Dockerfile fix(docker): cache & install pre-commit deps during image build 2022-09-11 18:00:11 -07:00
gunicorn.conf.py fix: Cleanup prometheus metrics for dead workers 2023-08-18 22:04:55 +02:00
INSTALL housekeep: TU rename - Table/Column names, scripts 2023-09-30 16:45:05 +02:00
logging.conf style: make logging easier to read 2022-10-28 13:43:32 +01:00
logging.prod.conf fix: add production logging.prod.conf to be less verbose 2022-10-22 21:58:30 +01:00
logging.test.conf change(logging): restrict logging.conf & add logging.test.conf 2022-01-17 12:11:08 -08:00
poetry.lock fix(deps): update dependencies 2023-10-05 17:59:14 +02:00
pyproject.toml chore(release): prepare for 6.2.8 2023-10-15 20:52:57 +02:00
pytest.ini feat: allow filtering requests from maintainers 2022-11-22 16:39:11 +00:00
README.md housekeep: TU rename - UI elements 2023-09-30 16:45:04 +02:00
renovate.json chore(deps): "Group all minor and patch updates together" 2023-05-06 18:03:05 -04:00
setup.cfg style: set flake8's max-line-length=88 2022-08-22 23:44:56 -07:00
TESTING doc: improve instructions for setting up a dev/test env 2023-05-01 10:23:34 +02:00

aurweb

aurweb is a hosting platform for the Arch User Repository (AUR), a collection of packaging scripts that are created and submitted by the Arch Linux community. The scripts contained in the repository can be built using makepkg and installed using the Arch Linux package manager pacman.

The aurweb project includes

  • A web interface to search for packaging scripts and display package details.
  • An SSH/Git interface to submit and update packages and package meta data.
  • Community features such as comments, votes, package flagging and requests.
  • Editing/deletion of packages and accounts by Package Maintainers and Developers.
  • Area for Package Maintainers to post AUR-related proposals and vote on them.

Directory Layout

  • aurweb: aurweb Python modules, Git interface and maintenance scripts
  • conf: configuration and configuration templates
  • static: static resource files
  • templates: jinja2 template collection
  • doc: project documentation
  • po: translation files for strings in the aurweb interface
  • schema: schema for the SQL database
  • test: test suite and test cases
  • upgrading: instructions for upgrading setups from one release to another

Documentation

What Link
Installation INSTALL
Testing test/README.md
Git doc/git-interface.txt
Maintenance doc/maintenance.txt
RPC doc/rpc.txt
Docker doc/docker.md

Translations

Translations are welcome via our Transifex project at https://www.transifex.com/lfleischer/aurweb; see doc/i18n.txt for details.

Transifex

Testing

See test/README.md for details on dependencies and testing.