Hosting platform for the Arch User Repository (AUR), a collection of packaging scripts created by the Arch Linux community
Find a file
Leonidas Spyropoulos 77e4979f79
fix: remove the extra spaces in requests textarea
fixes: #503
Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
2024-06-10 11:41:19 +01: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 fix: revert Set reply-to header for notifications to ML 2024-06-10 11:40:36 +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: Limit comment length 2024-02-25 10:46:47 +01:00
doc docs: Change i18n.txt to markdown format 2023-12-08 14:10:32 +01: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 chore(deps): bump pre-commit tools/libs 2024-04-25 07:25:39 +02:00
po feat: Limit comment length 2024-02-25 10:46:47 +01:00
schema housekeep: replace deprecated datetime functions 2024-04-25 18:24:16 +02:00
static templates: update Gitlab navbar to point to Arch namespace 2023-11-24 18:20:25 +01:00
templates fix: remove the extra spaces in requests textarea 2024-06-10 11:41:19 +01:00
test fix: revert Set reply-to header for notifications to ML 2024-06-10 11:40:36 +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: 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): lint job - fix for python 3.12 2024-04-28 17:49:08 +02: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 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 housekeep: poetry - include python version 3.12 2024-04-25 07:46:39 +02:00
pyproject.toml chore(release): prepare for 6.2.10 2024-05-18 20:46:17 +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 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.md for details.

Transifex

Testing

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