Hosting platform for the Arch User Repository (AUR), a collection of packaging scripts created by the Arch Linux community
Find a file
Leonidas Spyropoulos 1f40f6c5a0
housekeep: set current maintainers
Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
2023-07-08 12:38:19 +01: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: add recipients to BCC when email is hidden 2023-07-08 11:19:02 +02:00
cache Improve Docker ecosystem 2021-06-24 19:02:35 -07:00
conf feat: cache package search results with Redis 2023-07-04 11:57:56 +02:00
doc fix: make AURSID a session cookie if "remember me" is not checked 2023-05-26 22:57:47 +02:00
docker fix(docker): Suppress error PEP-668 2023-06-15 14:19:02 +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 perf: add index to tweak our default search query 2023-07-02 13:55:21 +02:00
po fix: add recipients to BCC when email is hidden 2023-07-08 11:19:02 +02:00
schema style: set flake8's max-line-length=88 2022-08-22 23:44:56 -07:00
static feat: Add "Requests" filter option for package name 2023-05-25 11:18:08 +02:00
templates fix: add recipients to BCC when email is hidden 2023-07-08 11:19:02 +02:00
test fix: add recipients to BCC when email is hidden 2023-07-08 11:19:02 +02:00
upgrading Add new upgrade instructions 2020-03-27 08:49:34 -04: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 housekeep: Amend .gitignore and .dockerignore 2023-06-16 13:33:39 +02:00
.gitlab-ci.yml housekeep: remove PHP implementation 2023-04-28 16:10:32 +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
INSTALL doc: amend INSTALL instructions 2023-04-29 09:59:34 +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 dependency fastapi to ^0.100.0 2023-07-08 11:24:29 +00:00
pyproject.toml housekeep: set current maintainers 2023-07-08 12:38:19 +01:00
pytest.ini feat: allow filtering requests from maintainers 2022-11-22 16:39:11 +00:00
README.md housekeep: remove PHP implementation 2023-04-28 16:10:32 +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 Trusted Users and Developers.
  • Area for Trusted Users 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.