aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* move addons into separate subdirTim Harder2021-02-261-2/+2
* split checkrunners into their own class and simplify parallelizationTim Harder2021-02-261-3/+3
* checks: drop redundant scope class attrTim Harder2020-12-241-4/+2
* use assignment expressions in more placesTim Harder2020-12-061-2/+1
* checks.profiles: add initial suport for NonexistentCategories resultTim Harder2020-11-201-1/+2
* base: rename repository_scope to repo_scopeTim Harder2020-01-031-4/+4
* GitAddon: simplify gitignore path matching usageTim Harder2019-11-201-5/+6
* ignore .gitignore matches for PkgDirCheck and RepoDirCheck resultsTim Harder2019-11-161-3/+7
* inject all required addons for a given addon's inheritance treeTim Harder2019-10-051-6/+6
* checks: make known_results attribute frozensets instead of tuplesTim Harder2019-10-021-2/+2
* use scope instead of threshold for resultsTim Harder2019-09-301-4/+2
* base: split custom package classes into a separate moduleTim Harder2019-09-301-2/+3
* base: move results classes into a separate moduleTim Harder2019-09-291-4/+4
* checks.repo: add initial EmptyCategoryDir and EmptyPackageDir resultsTim Harder2019-09-291-0/+42
* move EmptySource to sources module and drop EmptyFeed classTim Harder2019-09-281-2/+3
* drop unused feed_type class attributesTim Harder2019-09-281-1/+0
* move core check classes from base to checks moduleTim Harder2019-09-211-1/+2
* base: Result: collapse short_desc/long_desc into a single desc attrTim Harder2019-09-121-1/+1
* drop __slots__ usage for result objectsTim Harder2019-08-241-2/+0
* checks: use empty feeds for all checks that can skip the feed phaseTim Harder2019-08-191-4/+1
* base: rename DefaultRepoCheck to GentooRepoCheckTim Harder2019-08-071-1/+1
* checks.repo: RepoDirCheck: use non-parallel impl for nowTim Harder2019-07-301-56/+10
* checks.repo: RepoDirCheck: only skip ignored dirs at the root levelTim Harder2019-07-301-3/+4
* checks.repo: drop unnecessary cpu_count() callsTim Harder2019-07-301-9/+10
* checks.repo: add initial binary file checkTim Harder2019-07-301-0/+96