Skip to content

Commit

Permalink
Automatic commit of package [copr-frontend] release [1.203-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag
  • Loading branch information
praiskup committed Mar 1, 2024
1 parent 28ae0d2 commit 4fd5c98
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/copr-frontend
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.202-1 frontend/
1.203-1 frontend/
25 changes: 24 additions & 1 deletion frontend/copr-frontend.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}

Name: copr-frontend
Version: 1.202
Version: 1.203
Release: 1%{?dist}
Summary: Frontend for Copr

Expand Down Expand Up @@ -385,6 +385,29 @@ usermod -L copr-fe


%changelog
* Fri Mar 01 2024 Pavel Raiskup <[email protected]> 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 <[email protected]> 1.202-1
- make alembic working on F39+
- unify naming convention for "_safe" methods
Expand Down

0 comments on commit 4fd5c98

Please sign in to comment.