GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/pkgcore/pkgcheck.git
master
pkgcore-based QA utility for ebuild repos
PkgCore Project (pkgcore@gentoo.org)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkgcheck
/
checks
/
unstable_only.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
format using black
Arthur Zamarin
2022-12-29
1
-8
/
+6
*
checks: drop unused base module import
Tim Harder
2021-02-23
1
-1
/
+1
*
checks: drop redundant scope class attr
Tim Harder
2020-12-24
1
-1
/
+0
*
use assignment expressions in more places
Tim Harder
2020-12-06
1
-2
/
+1
*
make sure versions are sorted for RedundantVersion and UnstableOnly results
Tim Harder
2020-01-31
1
-1
/
+1
*
checks: use f-strings for various string formatting '%' usage
Tim Harder
2019-12-05
1
-3
/
+5
*
UnstableOnly: sort keywords
Tim Harder
2019-10-06
1
-1
/
+2
*
inject all required addons for a given addon's inheritance tree
Tim Harder
2019-10-05
1
-3
/
+3
*
checks: make known_results attribute frozensets instead of tuples
Tim Harder
2019-10-02
1
-1
/
+1
*
base: move results classes into a separate module
Tim Harder
2019-09-29
1
-2
/
+2
*
drop unused feed_type class attributes
Tim Harder
2019-09-28
1
-1
/
+0
*
drop transforms entirely and use explicit sources instead for all checks
Tim Harder
2019-09-28
1
-1
/
+2
*
move core check classes from base to checks module
Tim Harder
2019-09-21
1
-1
/
+2
*
use set comprehensions where applicable
Tim Harder
2019-09-20
1
-1
/
+1
*
checks: mark a bunch of results as info type instead of warnings
Tim Harder
2019-09-18
1
-1
/
+1
*
base: Result: collapse short_desc/long_desc into a single desc attr
Tim Harder
2019-09-12
1
-1
/
+1
*
checks: mark all checks requiring pkgsets as having package scope
Tim Harder
2019-08-28
1
-0
/
+1
*
alter check class init to support JSON object (de)serialization
Tim Harder
2019-08-26
1
-5
/
+6
*
drop __slots__ usage for result objects
Tim Harder
2019-08-24
1
-2
/
+0
*
base: add PackageResult class to simplify package type results
Tim Harder
2019-08-13
1
-6
/
+3
*
checks: don't explicitly clear check-related data structures on finish()
Tim Harder
2019-08-12
1
-3
/
+0
*
base: rename DefaultRepoCheck to GentooRepoCheck
Tim Harder
2019-08-07
1
-1
/
+1
*
make all check classes use 'Check' suffix for consistency
Tim Harder
2019-07-25
1
-1
/
+1
*
only run StableRequestCheck, UnstableOnlyReport, and GitCommitsCheck against ...
Tim Harder
2019-07-22
1
-1
/
+1
*
initial work towards parallel check running
Tim Harder
2019-07-19
1
-3
/
+3
*
addons: rename StableCheckAddon to StableArchesAddon
Tim Harder
2019-01-01
1
-3
/
+3
*
addons.StableCheckAddon: avoid overriding default arches
Tim Harder
2019-01-01
1
-8
/
+7
*
move check modules into their own subdir
Tim Harder
2018-10-20
1
-0
/
+70