A few follow-ups to multiple release streams support#3091
A few follow-ups to multiple release streams support#3091centosinfra-prod-github-app[bot] merged 3 commits intopackit:mainfrom
Conversation
It is now possible to configure monitoring settings of a package not to file bugzillas. Corresponding fedmsg messages are still sent, but `bug_id` is -1. Handle this case. Signed-off-by: Nikola Forró <nforro@redhat.com> Assisted-by: Claude Opus 4.6 via Claude Code
There was a problem hiding this comment.
Code Review
This pull request adds support for multiple Anitya versions by updating the get_anitya_version method to join versions with a semicolon and fixing a bug in AnityaMultipleVersionsModel.get_by_id where the incorrect model was being queried. It also introduces a safety check for bug_id in the get_resolved_bugs method. Feedback suggests returning None instead of an empty string when the versions list is empty to ensure consistency with the AnityaVersionModel implementation.
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 55s |
Signed-off-by: Nikola Forró <nforro@redhat.com> Assisted-by: Claude Opus 4.6 via Claude Code Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Nikola Forró <nforro@redhat.com> Assisted-by: Claude Opus 4.6 via Claude Code
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 51s |
|
Build succeeded (gate pipeline). ✔️ pre-commit SUCCESS in 1m 46s |
Related to #3083.