-
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
Add filter field for versions #898
Labels
Milestone
Comments
Zlopez
added a commit
to Zlopez/anitya
that referenced
this issue
Jun 29, 2020
* Add filter filed to project html template * Add method for filtering to BaseBackend * Call the above method on every backend * Add column filter to Project * Add migration for new column Closes fedora-infra#898 Signed-off-by: Michal Konečný <[email protected]>
Zlopez
added a commit
to Zlopez/anitya
that referenced
this issue
Jun 30, 2020
* Add filter filed to project html template * Add method for filtering to BaseBackend * Call the above method on every backend * Add column filter to Project * Add migration for new column * Change API call api/version/get to return empty list if no version is retrieved * Add button to apply filter for admins Closes fedora-infra#898 Signed-off-by: Michal Konečný <[email protected]>
Zlopez
added a commit
to Zlopez/anitya
that referenced
this issue
Jul 1, 2020
* Add filter filed to project html template * Add method for filtering to BaseBackend * Call the above method on every backend * Add column filter to Project * Add migration for new column * Change API call api/version/get to return empty list if no version is retrieved * Add button to apply filter for admins Closes fedora-infra#898 Signed-off-by: Michal Konečný <[email protected]>
Zlopez
added a commit
to Zlopez/anitya
that referenced
this issue
Jul 2, 2020
* Add filter filed to project html template * Add method for filtering to BaseBackend * Call the above method on every backend * Add column filter to Project * Add migration for new column * Change API call api/version/get to return empty list if no version is retrieved * Add button to apply filter for admins Closes fedora-infra#898 Signed-off-by: Michal Konečný <[email protected]>
I'm closing this one in favor of #753 |
After I thought about this for a while it could still be helpful. There are projects, that are tagging things that are not releases at all and this ticket will help to filter that. |
Zlopez
added a commit
to Zlopez/anitya
that referenced
this issue
Dec 2, 2020
* Add filter filed to project html template * Add method for filtering to BaseBackend * Call the above method on every backend * Add column filter to Project * Add migration for new column * Change API call api/version/get to return empty list if no version is retrieved * Add button to apply filter for admins Closes fedora-infra#898 Signed-off-by: Michal Konečný <[email protected]>
Zlopez
added a commit
to Zlopez/anitya
that referenced
this issue
Dec 2, 2020
* Add filter filed to project html template * Add method for filtering to BaseBackend * Call the above method on every backend * Add column filter to Project * Add migration for new column * Change API call api/version/get to return empty list if no version is retrieved * Add button to apply filter for admins Closes fedora-infra#898 Signed-off-by: Michal Konečný <[email protected]>
Zlopez
added a commit
to Zlopez/anitya
that referenced
this issue
Dec 2, 2020
* Add filter filed to project html template * Add method for filtering to BaseBackend * Call the above method on every backend * Add column filter to Project * Add migration for new column * Change API call api/version/get to return empty list if no version is retrieved * Update API v2 versions call * Add button to apply filter for admins Closes fedora-infra#898 Signed-off-by: Michal Konečný <[email protected]>
Zlopez
added a commit
that referenced
this issue
Dec 3, 2020
* Add filter filed to project html template * Add method for filtering to BaseBackend * Call the above method on every backend * Add column filter to Project * Add migration for new column * Change API call api/version/get to return empty list if no version is retrieved * Update API v2 versions call * Add button to apply filter for admins Closes #898 Signed-off-by: Michal Konečný <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
We should add filter field to versions, so we could prevent retrieving some of the versions. This field should prevent the versions containing matching string to be retrieved.
For example if filter is set to
prefix
, it will skip versions likeprefix-5.5
,3.2.1-prefix
and so on.Requirements
project_new
template with tooltipBaseBackend
that will filter the retrieved versions based on the project filterfilter
toProject
, this column will be same as prefixHow this will make Anitya better
This will allow users to filter versions containing specific strings and lowers the number of flaged projects with versions for deletion.
The text was updated successfully, but these errors were encountered: