-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Separate stable releases from unstable ones #753
Comments
I actually thought about this feature recently. I just need to think how to implement this. Currently I have few ideas in the head:
Either case will help with false notifications about new versions and will made versions on the project more readable. |
i think a way to accomplish that would be:
new tickets (for fedora) should be triggered for the "stable" list, in my opinion. { |
This sounds like a good idea. I will look at it more closely, when I start working on this issue. |
I have the same problem with Tcl package in Fedora (https://bugzilla.redhat.com/show_bug.cgi?id=1488695). I just want bugzilla reports about stable releases, not alphas, but it seems:
So at the moment there is Fedora bugzilla about development version of the package, but I am missing notifications about stable updates (this is what recently happened in https://bugzilla.redhat.com/show_bug.cgi?id=1488695). |
This needs to be added as a monitoring option for Anitya (something like "Monitoring - stable"). So we could only report versions that the maintainer is really interested in. This way we don't brake the already setup projects and it will affect only Fedora maintainers. |
Thanks to #898, the user will be able specify filters that will be used on any retrieved versions. This will allow user to ignore some of the versions released by upstream. I still need to look at the option of marking the versions as pre-release and sending the message containing separated stable versions. |
Here is the list of changes that needs to be done to implement this ticket:
Notes:
|
* Add pre-release property to version * Add pre-release filter column to project * Change prerelease method on version classes * UI changes for the new field * Add field `versions_stable` to `ProjectVersionUpdated` Closes fedora-infra#753 Signed-off-by: Michal Konečný <[email protected]>
* Add pre-release property to version * Add pre-release filter column to project * Change prerelease method on version classes * UI changes for the new field * Add field `versions_stable` to `ProjectVersionUpdated` Closes fedora-infra#753 Signed-off-by: Michal Konečný <[email protected]>
* Add pre-release property to version * Add pre-release filter column to project * Change prerelease method on version classes * UI changes for the new field * Add field `versions_stable` to `ProjectVersionUpdated` Closes fedora-infra#753 Signed-off-by: Michal Konečný <[email protected]>
* Add pre-release property to version * Add pre-release filter column to project * Change prerelease method on version classes * UI changes for the new field * Add field `versions_stable` to `ProjectVersionUpdated` Closes #753 Signed-off-by: Michal Konečný <[email protected]>
It would be great to be able to exclude specific patterns.
Sometime one does not want to get notified of alpha,beta,pre- and test-releases, release-candidates....
it worked in such a way with cnucnu and i always miss that feature.
i for my part almost never package unstable software and i think most packagers do so.
The text was updated successfully, but these errors were encountered: