Hosting platform for the Arch User Repository (AUR), a collection of packaging scripts created by the Arch Linux community
Find a file
Mario Oenning ad32e6b012 Merge branch 'postgres' into 'master'
feat: Switch to PostgreSQL

See merge request archlinux/aurweb!769
2024-12-10 15:29:34 +00:00
.gitlab/issue_templates housekeep: remove unused templates and rework existing ones 2023-05-01 10:44:45 +01:00
.tx fix(i18n): Adjust transifex host URL 2024-01-21 11:40:14 +01:00
aurweb feat: Switch to postgres 2024-12-10 16:13:12 +01: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 feat: Switch to postgres 2024-12-10 16:13:12 +01:00
doc feat: Switch to postgres 2024-12-10 16:13:12 +01:00
docker feat: Switch to postgres 2024-12-10 16:13:12 +01: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: reformat files with pre-hooks 2024-08-03 08:15:56 +01:00
po feat: Limit comment length 2024-02-25 10:46:47 +01:00
schema feat: Switch to postgres 2024-12-10 16:13:12 +01:00
static templates: update Gitlab navbar to point to Arch namespace 2023-11-24 18:20:25 +01:00
templates feat: Switch to postgres 2024-12-10 16:13:12 +01:00
test feat: Switch to postgres 2024-12-10 16:13:12 +01: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: update .editorconfig url 2024-08-03 11:58:58 +00:00
.env feat: Switch to postgres 2024-12-10 16:13:12 +01: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 feat: Switch to postgres 2024-12-10 16:13:12 +01:00
.mailmap Update maintainer email address 2015-04-11 12:48:15 +02:00
.pre-commit-config.yaml chore(deps): bump pre-commit tools/libs 2024-04-25 07:25:39 +02: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 fix: change git-cliff "tag_pattern" option to regex 2023-12-08 14:12:48 +01:00
CONTRIBUTING.md feat: Switch to postgres 2024-12-10 16:13:12 +01:00
COPYING added GPL2 as our license 2007-09-09 01:31:34 +00:00
docker-compose.aur-dev.yml feat: Switch to postgres 2024-12-10 16:13:12 +01:00
docker-compose.override.yml feat: Switch to postgres 2024-12-10 16:13:12 +01:00
docker-compose.yml feat: Switch to postgres 2024-12-10 16:13:12 +01: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 feat: Switch to postgres 2024-12-10 16:13:12 +01: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 feat: Switch to postgres 2024-12-10 16:13:12 +01:00
pyproject.toml feat: Switch to postgres 2024-12-10 16:13:12 +01:00
pytest.ini feat: allow filtering requests from maintainers 2022-11-22 16:39:11 +00:00
README.md docs: Change i18n.txt to markdown format 2023-12-08 14:10:32 +01:00
renovate.json chore(deps): Ignore python upgrades with Renovate 2024-01-21 10:43:12 +01:00
setup.cfg style: set flake8's max-line-length=88 2022-08-22 23:44:56 -07:00
TESTING feat: Switch to postgres 2024-12-10 16:13:12 +01: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.md for details.

Transifex

Testing

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