This project is mirrored from https://gitlab.archlinux.org/archlinux/aurweb.git.
Pull mirroring updated .
- 05 Feb, 2022 9 commits
-
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
This causes an issue that should have been obvious from the get-go: if a package request is up in the AUR, but the package has already been picked up by an official repository, we would end up returning a 404 here, leading a TU to not be able to perform an action for a request's target. Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
We'll leave these routes in for one month. On 02/04, they'll be removed. This gives some time for aur helpers to update their method. Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
... I need to stop missing this. We need to centralize version setting into a single file and source it. Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
- 04 Feb, 2022 9 commits
-
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
For tests, we only care about emails having a valid syntax. I don't think we should verify this at all, as aurweb.scripts.notify will timeout if it cant deliver via sendmail/smtp. Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
- 26 Jan, 2022 2 commits
-
-
Kevin Morris authored
changes can be found in 82972d28 contributed by Yaron Shahrabani. - the 'hu' (hebrew) language toggles the `dir="rtl"` attr on - the 'ar' (arabic) language toggles the `dir="rtl"` attr on - other languages, including the default, omit the `dir="rtl"` attr Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Yaron Shahrabani authored
-
- 25 Jan, 2022 1 commit
-
-
Kevin Morris authored
-
- 24 Jan, 2022 1 commit
-
-
Kevin Morris authored
This reverts commit 2f294480.
-
- 23 Jan, 2022 2 commits
-
-
Kevin Morris authored
- this wasn't using .pkg-cache before; we should, in case we already have the updated package downloaded. Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
- directories to be linted can be configured in .gitlab-ci.yml's `REQUIRES_LINT` variable - removed linting from the test job Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
- 20 Jan, 2022 7 commits
-
-
Hunter Wittenborn authored
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
- 19 Jan, 2022 2 commits
-
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Changes to README.md: - Added Documentation links to various documents in the repository. Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
- 18 Jan, 2022 7 commits
-
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Release v6.0.0 - Python This documents UX and functional changes for the v6.0.0 aurweb release. Following this release, we'll be working on a few very nice features noted at the end of this article in Upcoming Work. Preface ------- This v6.0.0 release makes the long-awaited Python port official. Along with the development of the python port, we have modified a number of features. There have been some integral changes to how package requests are dealt with, so _Trusted Users_ should read the entirety of this document. Legend ------ There are a few terms which I'd like to define to increase understanding of these changes as they are listed: - _self_ - Refers to a user viewing or doing something regarding their own account - _/pkgbase/{name}/{action}_ - Refers to a POST action which can be triggered via the relevent package page at `/{pkgbase,packages}/{name}`. Grouped changes explained in multiple items will always be prefixed with the same letter surround...
-
Kevin Morris authored
Signed-off-by:
Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
-