Changelog |
* Tue Mar 25 2025 Pavel Raiskup <praiskup@redhat.com> 2.2-1
- fix FTBFS when using python below 3.12
- Add sysusers.d config file to allow rpm to create users/groups automatically
- fix code formatting test causing FTBFS on F43+
- Revert "convert eror message to binary text before emitting"
- fix a few pylint and sqlalchemy warnings
- we use the standard results URL also for Pulp projects
- feat: provide log-detective explain integration for failed builds
- bugfix: use after/with-build-id fields when "rebuilding all"
- make coprdirs have their repo available in the buildroot
- isolate PR builds from different packages within one project
- remove redundant byte compile lines, these dirs are empty already
- change order of login menu, sign up should be the latest
- create HTTP redirects for projects migrated to PULP
- stop using deprecated Query.get method
- unify error message for rebuild and rebuild all
- add sponsors of copr project to page footer
- add API documentation to the copr project useful links
- migrate os.listdir() to os.scandir() to increase performance
- assume user has been notified by clicking "Expire now" button
- fix /build/source-chroot/ endpoint
- document how to report security issues
- change default logging level to INFO for check_for_anitya_version_updates
- add script to migrate existing build results to Pulp
- pagure events: use text() wrapper around raw queries
- regenerate devel repository when multiple builds are deleted
- support build-time dependencies from other storages
- move repo functions to a separate file
- builds_initiated_via_hook always passed as a list & doc string update
- custom webhook handler now adds webhook history record
- doc: link dnf.conf(5)
* Thu Oct 03 2024 Pavel Raiskup <praiskup@redhat.com> 2.1-1
- bugfix Packit 500, attempt no. 2
* Wed Oct 02 2024 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 2.0-1
- Show Webhook History table under Settings -> Integrations
- Fix the 500 for racy creation attempts
- Implement project, build, chroot deletion and creation in Pulp
- Provide statistics on how many users submitted at least one build in past month
- Use the same repofile for all CentOS Stream versions
* Tue May 21 2024 Jakub Kadlcik <frostyx@email.cz> 1.206-1
- Center the outage warning banner text
- Fix unexpected output schema for deleting builds
- Fix parsing build IDs to be deleted
- add per package timeout option
- Alembic: fix a migration syntax warning
- EOL-emails deterministic
- List temporary project after normal projects
- Don't index unlisted and temporary projects
- Speedup the update-indexes command
- Make EOL chroot emails shorter
- Add tests for branching custom directory
- Run rawhide-to-release for all CoprDirs
- Delete compatibility code between flask and flask-restx
- Migrate builds to flask-restx
- Fix bug in reporting failed SRPMs to log-detective
- Commit after every 10 deleted projects instead of 100
- Don't pass raw SQL as string but rather SQLAlchemy text
* Fri Apr 12 2024 Jakub Kadlcik <frostyx@email.cz> 1.205-1
- Update download stats footnote
- Migrate more enpoints to flask-restx
- Speedup the removal of temporary projects
- Add link to the Outdated chroots removal policy
- Compatibility with SQLAlchemy 2.0
* Mon Mar 04 2024 Pavel Raiskup <praiskup@redhat.com> 1.204-1
- opt-in the log-detective.com button
* Fri Mar 01 2024 Pavel Raiskup <praiskup@redhat.com> 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 <praiskup@redhat.com> 1.202-1
- make alembic working on F39+
- unify naming convention for "_safe" methods
- don't ignore custom method repos when resubmitting from the WebUI
- the "recent copr builds" on homepage are opt-in configurable
- allow keeping temporary projects up to 2 years
- don't log errors/tracebacks if OIDC is disabled
- don't create a separate logger for the oidc.py file
- explain the reason for skipping chroot builds
- better priority=X docs in web-UI
- propagate the "priority" value in 'dnf5 copr enable' output
* Tue Aug 15 2023 Pavel Raiskup <praiskup@redhat.com> 1.201-1
- buildchroot results returned via API can provide epoch==null
- skip ExcludeArch and ExclusiveArch for resubmitted builds
- added support for OIDC groups
- allow specifying fully-qualified Mock bootstrap images
- move chroot_to_branch() method to python-copr-common
- config-based build-chroot tags, allows using Reslloc "on-demand" resources
- relationship between Action model and Copr model added
- the 1:1 between (FAS) groups and Copr groups is now enforced
- priority=X added to the per-project repo configuration
- make the pyp2spec the default PyPI spec generator in Copr
- new failed-to-succeeded-stats command
- add packages count at homepage (opt-in)
- better clone_url matching on webhooks
- added redis authentication support
- don't list temporary projects on the main homepage
- confirmation needed before 'drop-db' is executed
* Tue May 23 2023 Jakub Kadlcik <frostyx@email.cz> 1.200-1
- Send follow_fedora_branching value via API
- Add support for OIDC
- Allow submitting EPEL8 module builds
- Show resalloc-webui link in the task queue
- Accept the OpenID response as a POST request
- OpenAPI first steps
- Automatically create aliases for routes with trailing slash
- Include the Amazon Linux logo for Amazon Linux chroots
- General check if it makes sense to upload SRPM
- Add command for generating usage treemap
- Frontend: add loggs to python-backoff decorator
- APIv3 rpmrepo: provide module_hotfixes opt
- Show API config even for not logged users
* Wed Apr 05 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.199-1
- Bump version for release mess
* Tue Apr 04 2023 Jiri Kyjovsky <j1.kyjovsky@gmail.com> 1.198-1
- Don't 500 for KRB5_USER_DENYLIST_PATTERNS=None
- Explicitly ask which user checks the permissions
- Make sure user can build in the project before uploading
- Change the whooshee packages field to IDLIST
- Run copr-frontend update-indexes daily
|