- Nov 27, 2022
-
-
Leonidas Spyropoulos authored
Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
-
Mario Oenning authored
Fixes: Keyword-links on the package page pass wrong query-parameter. Thus a name/description search is performed instead of keywords Issue report: #397 Signed-off-by: moson-mo <mo-son@mailbox.org>
-
- Nov 25, 2022
-
-
Mario Oenning authored
Fix glitch on the package page: "Show more..." not displayed for the "Required by" list Fix test case: Function name does not start with "test" hence it was never executed during test runs Issue report: #363 Signed-off-by: moson-mo <mo-son@mailbox.org>
-
- Nov 24, 2022
-
-
Mario Oenning authored
FastAPI 0.87.0 switched to the httpx library for their TestClient * cookies need to be defined on the request instance instead of method calls Signed-off-by: moson-mo <mo-son@mailbox.org>
-
Mario Oenning authored
FastAPI 0.87.0 switched to the httpx library for their TestClient * allow_redirects is deprecated and replaced by follow_redirects Signed-off-by: moson-mo <mo-son@mailbox.org>
-
- Nov 23, 2022
-
- Nov 22, 2022
-
-
Leonidas Spyropoulos authored
Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
-
Mario Oenning authored
Signed-off-by: moson-mo <mo-son@mailbox.org>
-
Leonidas Spyropoulos authored
Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
-
Leonidas Spyropoulos authored
These are usually easy to handle from TUs so allow to filter for them Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
-
Leonidas Spyropoulos authored
Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
-
- Nov 11, 2022
-
-
Mario Oenning authored
Add "by" parameter: comaintainers Signed-off-by: moson-mo <mo-son@mailbox.org>
-
Mario Oenning authored
Add "by" parameter: keywords Signed-off-by: moson-mo <mo-son@mailbox.org>
-
Mario Oenning authored
Add "by" parameter: submitter Signed-off-by: moson-mo <mo-son@mailbox.org>
-
Mario Oenning authored
Adding "by" parameter to search by "groups" Signed-off-by: moson-mo <mo-son@mailbox.org>
-
Mario Oenning authored
This adds new "by" search-parameters: provides, conflicts and replaces Signed-off-by: moson-mo <mo-son@mailbox.org>
-
- Nov 08, 2022
-
-
Leonidas Spyropoulos authored
The default page shows the pending requests which were working OK if one used the Filters button. This fixes the case when someone submits by using the pager (Next, Last etc). Closes: #405 Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
-
- Nov 07, 2022
-
-
Mario Oenning authored
small addition to the patch provided in #404 Signed-off-by: moson-mo <mo-son@mailbox.org>
-
- Nov 04, 2022
-
-
Those changed after the migration to mailman3 Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
-
- Nov 01, 2022
-
-
Leonidas Spyropoulos authored
Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
-
Leonidas Spyropoulos authored
Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
-
Leonidas Spyropoulos authored
This is used on the export for package-meta.v1.gz generation Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
-
Mario Oenning authored
We can omit the "distinct" from some queries because constraints in the DB ensure uniqueness: * Groups sub-query PackageGroup: Primary key makes "PackageID" + "GroupID" unique Groups: Unique index on "Name" column -> Technically we can't have a package with the same group-name twice * Licenses sub-query: PackageLicense -> Primary key makes "PackageID" + "LicenseID" unique Licenses -> Unique index on "Name" column -> Technically we can't have a package with the same license-name twice * Keywords sub-query: PackageKeywords -> Primary key makes "PackageBaseID" + "KeywordID" unique (And a Package can only have one PackageBase) Keywords -> Unique index on "Name" column -> Technically we can't have a package with the same Keyword twice * Packages main-query: We join PackageBases and Users on their primary key columns (which are guaranteed to be unique) -> There is no way we could end up with more than one record for a Package Signed-off-by: moson-mo <mo-son@mailbox.org>
-
- Oct 31, 2022
-
-
Leonidas Spyropoulos authored
With the 3dcbee5a the filenames inside the .gz archives contained .tmp at the end. This fixes those by using Gzip Class constructor instead of the gzip.open method. Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
-
-
- Oct 28, 2022
-
-
-
Leonidas Spyropoulos authored
Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
-
Leonidas Spyropoulos authored
Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
-
Leonidas Spyropoulos authored
Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
-
-
- Oct 22, 2022
-
-
Leonidas Spyropoulos authored
Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
-
Leonidas Spyropoulos authored
email-validator: 1.2.1 -> ^1.3.0 uvicorn: ^0.18.0 -> ^0.19.0 fastapi: ^0.83.0 -> ^0.85.0 pytest-asyncio: ^0.19.0 -> ^0.20.1 pytest-cov ^3.0.0 -> ^4.0.0 Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
-
Leonidas Spyropoulos authored
Closes: #396 Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
-
Leonidas Spyropoulos authored
Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
-
- Oct 15, 2022
-
-
Leonidas Spyropoulos authored
Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
-
- Oct 11, 2022
-
-
Kevin Morris authored
Signed-off-by: Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Signed-off-by: Kevin Morris <kevr@0cost.org>
-
- Sep 30, 2022
-
-
Kevin Morris authored
Signed-off-by: Kevin Morris <kevr@0cost.org>
-
Kevin Morris authored
Closes #348 Signed-off-by: Kevin Morris <kevr@0cost.org>
-
- Sep 26, 2022
-
-
Kevin Morris authored
-