-
v6.1.9c74772cb · ·
Release v6.1.9 - RPC enrichments and bugfixes --------------------------- bugfixes: - 73f0bddf: handle default requests when using pages - ff92e95f: delete associated ssh public keys with account deletion - 6b0978b9: (deps) update dependencies from renovate - 512ba023: (deps) update dependency fastapi to ^0.87.0 - 1216399d: (test) FastAPI 0.87.0 - error fixes - a832b3cd: (test) FastAPI 0.87.0 - warning fixes - a08681ba: Add "Show more..." link for "Required by" - 7864ac6d: search-by parameter for keyword links features: - 50287cb0: (rpc) add "by" parameters - package relations - 0583f30a: (rpc) add "by" parameter - groups - 5484e68b: (rpc) add "by" parameter - submitter - efd20ed2: (rpc) add "by" parameter - keywords - bcd808dd: (rpc) add "by" parameter - comaintainers - 500d6b40: add co-maintainers to RPC - bce5b81a: allow filtering requests from maintainers - d5e102e3: add "Submitter" field to /rpc info request miscellaneous tasks: - 4f56a016: fix mailing-lists urls - c248a74f: fix mailing-list URL on passreset page - c74772cb: bump to v6.1.9
-
v6.1.8c0e80607 · ·
Release v6.1.8 - Filter Requests and meta-archives enrichments --------------------------- bugfixes: - 52433440: add production logging.prod.conf to be less verbose - 3dcbee5a: make overwriting of archive files atomic - 286834ba: regression on gzipped filenames from 3dcbee5a documentation: - 8555e232: fix mailing list after migration to mailman3 features: - b757e669: add filters and stats for requests - 48e5dc67: remove empty lines from ssh_keys text area, and show helpful message - 333051ab: add field "Submitter" to metadata-archives - 6ee34ab3: add field "CoMaintainers" to metadata-archives housekeeping: - 04176034: bump renovate dependencies - d00371f4: bump renovate dependencies miscellaneous tasks: - 9c0f8f05: rename logging.py and redis.py to avoid circular imports - c0e80607: bump to v6.1.8 performance: - 5669821b: tweak some queries in mkpkglists - f10c1a05: add PackageKeywords.PackageBaseID index refactor: - 7e06823e: remove redundand parenthesis when return tuple styling: - d793193f: make logging easier to read
-
v6.1.5eb0c5605 · ·
Release v6.1.5 - Git Archive See doc/git-archive.md for a complete specification of our Git Archive implementation. bugfixes: - ec315201: retry transactions who fail due to deadlocks - 0dddaeeb: remove sessions of suspended users documentation: - e00b0059: remove --spec popularity from cron recommendations features: - 30e72d2d: archive git repository (experimental) upgrade: - eb0c5605: bump version to v6.1.5
-
v6.1.4f450b5df · ·
Release v6.1.4 - Bugfixes bugfixes: - 37c7dee0: produce DeleteNotification a line before handle_request - adc3a218: add 'unsafe-inline' to script-src CSP documentation: - 62495404: (rpc) include route doc at the top of aurweb.routers.rpc features: - 8e8b746a: (rpc) add GET /rpc/v5/search/{arg} openapi route - 17f2c05f: (rpc) add GET /rpc/v5/suggest/{arg} openapi route upgrade: - f450b5df: bump to version v6.1.4
-
v6.1.35e75a00c · ·
Release v6.1.3 - Updates, Bugfixes, RPC OpenAPI, CSP bugfixes: - 7fed5742: display requests for TUs which no longer have an associated User - a629098b: conditional display on Request's 'Filed by' field - 0388b128: package description on /packages/{name} view - 310c469b: run pre-commit checks instead of flake8 and isort - b38e765d: (deps) update dependency aiofiles to ^0.8.0 - cdc7bd61: (deps) update dependency email-validator to v1.2.1 - a981ae40: (deps) update dependency httpx to ^0.23.0 - a73af3e7: (deps) update dependency hypercorn to ^0.14.0 - bb310bdf: (deps) update dependency uvicorn to ^0.18.0 - 486f8bd6: (deps) update dependency aiofiles to v22 - 6ab9663b: (deps) update dependency authlib to v1 - 7ad22d81: (deps) update dependency bcrypt to v4 - 3de17311: (deps) update dependency bleach to v5 - 307d944c: (deps) update dependency protobuf to v4 - 69d67247: (deps) update dependency redis to v4 - a2d08e44: (docker) run `pre-commit run -a` once - 03776c46: (docker) cache & install pre-commit deps during image build - b3853e01: (pre-commit) include migrations in fixes/checks - 4e061846: (test) JSONResponse() requires a content argument with fastapi 0.83.0 - bb6e602e: (deps) update dependency fastapi to ^0.83.0 features: - df0a4a2b: (rpc) add /rpc/v5/{type} openapi-compatible routes - 9faa7b80: add cdn.jsdelivr.net to script/style CSP miscellaneous tasks: - a84d115f: (deps) add renovate.json - 655402a5: (deps) update dependency pytest-asyncio to ^0.19.0 - a39f34d6: (deps) update dependency pytest to v7 testing: - 83ddbd22: get /requests displays all requests, including those without a User - 25e05830: test that /packages/{name} produces the package's description upgrade: - 5e75a00c: bump to version v6.1.3
-
v6.1.0929bb756 · ·
Release v6.1.0 - Features & Bugfixes bugfixes: - 8598ea6f: (gitlab-ci) update coverage reporting in CI - 98f55879: (docker) don't run redis with protected mode - 4a58e134: (docker) fix typo scheme -> schema - 0b03a687: (docker) document runtime deps - 034e47bc: hide Unflag package from non-maintainers - 28970ccc: align text on left - a509e404: (python) use standard dict/list type annotation - 1d633536: strip whitespace when parsing package keywords - 0e82916b: (python) don't show maintainer link for non logged in users - 913ce8a4: (performance) lazily load expensive modules within aurweb.db - 952c2478: (docker) apply chown each time sshd is started - d63615a9: (docker) fix ca entrypoint logic and healthcheck - 9497f6e6: (aurweb) resolve exception in ratelimit - 801df832: (rpc) correct URLPath in package results - 7b047578: correct kwarg name for approved users of creds.has_credential - 7a52da55: guard POST keywords & allow co-maintainers to see keyword form - 15d016eb: secure access to comment edits to user who owns the comment - 33bf5df2: show unflag link to flagger - f1073296: Use SameSite=Lax on cookies - 8e43932a: (doc) re-add Max-Age to list of secure cookie attributes - fd4aaed2: use max-age for all cookie expirations documentation: - ade624c2: (README) update contributing guidelines - ce5dbf0e: (contributing) Update Coding Style features: - 2c080b2e: add pagination on comments - 1a7f6e1f: (db) add an index for SSHPubKeys.PubKey - 6c7e2749: (db) add an index for SSHPubKeys.PubKey (#2) - fb1fb2ef: documentation for web authentication (login, verification) - ab2956ee: add pytest unit of independent user unflagging - 08d48520: allow co-maintainers to disown their pkg miscellaneous tasks: - edef6cc6: (css) drop old vendor prefixes - 505eb904: Add .git-blame-ignore-revs file styling: - 9c6c13b7: Run pre-commit - 57c04099: set flake8's max-line-length=88 ci: - de5538a4: (lint) Use pre-commit - fbb3e052: use cache/virtualenv for test dependencies - 929bb756: (lint) add .pre-commit cache for pre-commit update: - 9648628a: requests dependency - a82d552e: migrate new transifex client configuration - 4565aa38: Swedish translations
-
v6.0.284ddd1dec · ·
Release v6.0.28 - 2022-05-12 --------------------------- bugfixes: - a553d5d9: replace distutils.util.strtobool with our own - 02d114d5: hide email when account's email hidden is set - 0b544885: (poetry) remove mysql-connector dependency changes: - 7a525d76: remove poetry-dynamic-versioning upgrade: - 4ddd1dec: bump to v6.0.28
-
v6.0.20c7c79a15 · ·
Release v6.0.20 bugfixes: - 9204b761: ...do not add to ActiveTUs when voting on a proposal documentation: - 9f452a62: fix link formatting in CONTRIBUTING - 7c363797: (docker) basic usage instructions - 27f30212: (docker) note ports and `curl` usage - d92f1838: (docker) explain how to generate dummy data - 1bb4daa3: merge CodingGuidelines into CONTRIBUTING.md upgrade: - c7c79a15: bump to v6.0.20