Skip to content

models: Allow using any version value for min_version

Detlev Casanova requested to merge wip/detlev/at9232-show-latest-only into master

In commit 80c00c5c ("Only display the configured number of results"), a min_version field was added to set the minimum version of the results to show.

This field was limited to a series value (v2021 was allowed but not v2022pre).

This commit changes that so that any version value can be used. This removes the filtering in the SQL query and moves it to post-filtering with the packages python module.

https://phabricator.apertis.org/T9232

Merge request reports