Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | matching: cleanup test files | Martin Czygan | 2021-12-06 | 5 | -74/+0 |
| | |||||
* | turn "match_release_fuzzy" into a class | Martin Czygan | 2021-11-16 | 5 | -0/+74 |
Goal of this refactoring was to make the matching process a bit more configurable by using a class and a cascade of queries. For a limited test set: `FuzzyReleaseMatcher.match` is works the same as `match_release_fuzzy`. |