From 4fd5c98346044937e69cd389e7bee5eac0a25c4e Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 1 Mar 2024 13:11:07 +0100 Subject: [PATCH] Automatic commit of package [copr-frontend] release [1.203-1]. Created by command: /usr/bin/tito tag --- .tito/packages/copr-frontend | 2 +- frontend/copr-frontend.spec | 25 ++++++++++++++++++++++++- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.tito/packages/copr-frontend b/.tito/packages/copr-frontend index a41e8d522..78cec602b 100644 --- a/.tito/packages/copr-frontend +++ b/.tito/packages/copr-frontend @@ -1 +1 @@ -1.202-1 frontend/ +1.203-1 frontend/ diff --git a/frontend/copr-frontend.spec b/frontend/copr-frontend.spec index 4e6571f39..2c82dd158 100644 --- a/frontend/copr-frontend.spec +++ b/frontend/copr-frontend.spec @@ -46,7 +46,7 @@ } Name: copr-frontend -Version: 1.202 +Version: 1.203 Release: 1%{?dist} Summary: Frontend for Copr @@ -385,6 +385,29 @@ usermod -L copr-fe %changelog +* Fri Mar 01 2024 Pavel Raiskup 1.203-1 +- big RFE: allow user SSH to builders +- correctly check CoprDir before upload +- migrate projects, build-chroots, monitor, modules, mock_chroots, + webhooks enpoints to restx +- add button for feeding log-detective.com +- add runtime dependency on flask-session and markupsafe +- keep logs 6 weeks instead of 13 +- clean expired projects (by cron) even without user permission +- atomic increments for repo accesses, and fix racy counter tracebacks +- fix fedora-messaging consumer for the new flask +- allow ignoring project-exists errors during creation +- compatibility with Werkzeug/Flask 3 +- fix race condition when creating CoprDir +- specify 4xx status codes for ApiError exceptions +- convert eror message to binary text before emitting +- oidc: add OIDC_USERNAME_CLAIM +- oidc: clean up duplicate return code +- show unknown badge when a package has no builds yet +- allow dot and plus characters in chroot denylist +- more precise description for manual createrepo +- add backref relationship between Package and Build + * Thu Nov 23 2023 Pavel Raiskup 1.202-1 - make alembic working on F39+ - unify naming convention for "_safe" methods