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
/
pkgdir.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
format using black
Arthur Zamarin
2022-12-29
1
-37
/
+52
*
pkgdir: add a check for total files/ size
Michał Górny
2022-06-15
1
-1
/
+21
*
pkgdir: un-hardcode limit from SizeViolation check
Michał Górny
2022-06-15
1
-3
/
+6
*
checks.pkgdir: minor variable name simplification
Tim Harder
2021-03-18
1
-8
/
+8
*
GitAddon: store commit timestamp instead of date string
Tim Harder
2021-03-18
1
-1
/
+1
*
move addons into separate subdir
Tim Harder
2021-02-26
1
-4
/
+4
*
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
-3
/
+0
*
addons: check for cache support during init_addon()
Tim Harder
2020-12-21
1
-2
/
+2
*
use assignment expressions in more places
Tim Harder
2020-12-06
1
-4
/
+2
*
coerce int/float attrs on initialization
Tim Harder
2020-12-01
1
-4
/
+3
*
checks: add GitCacheCheck and EclassCacheCheck check classes
Tim Harder
2020-11-30
1
-4
/
+2
*
use itermatch() instead if match() for relevant repo queries
Tim Harder
2020-11-29
1
-2
/
+2
*
LiveOnlyPackage: display days old for pkgs less than a year old
Tim Harder
2020-11-29
1
-3
/
+7
*
checks: rename SkipOptionalCheck exception to SkipCheck
Tim Harder
2020-11-25
1
-2
/
+2
*
avoid running checks requiring git cache when it is disabled
Tim Harder
2020-11-25
1
-5
/
+3
*
sort imports with isort
Tim Harder
2020-11-16
1
-1
/
+1
*
various lint fixes
Tim Harder
2020-11-14
1
-1
/
+1
*
various lint clean ups
Tim Harder
2020-11-05
1
-3
/
+3
*
LiveOnlyCheck: report all live-only pkgs with age shown
Tim Harder
2020-11-04
1
-4
/
+3
*
LiveOnlyCheck: avoid unnecessary pkgset sorting
Tim Harder
2020-11-03
1
-1
/
+1
*
LiveOnlyCheck: only report packages over a year old
Tim Harder
2020-11-03
1
-4
/
+31
*
checks.pkgdir: add LiveOnlyCheck that flags live only packages
Tim Harder
2020-11-03
1
-1
/
+19
*
checks.pkgdir: fix unit in SizeViolation docstring
Tim Harder
2020-10-13
1
-1
/
+1
*
checks.pkgdir: use KiB instead of k for SizeViolation limit units
Tim Harder
2020-10-13
1
-1
/
+1
*
checks: use f-strings for various string formatting '%' usage
Tim Harder
2019-12-05
1
-12
/
+12
*
PkgDirCheck: rename UnknownFile result to UnknownPkgDirEntry
Tim Harder
2019-11-20
1
-7
/
+12
*
GitAddon: simplify gitignore path matching usage
Tim Harder
2019-11-20
1
-6
/
+3
*
rename Glep31Violation result to BannedCharacter
Tim Harder
2019-11-20
1
-6
/
+11
*
Glep31Violation: show banned chars in output message
Tim Harder
2019-11-20
1
-13
/
+20
*
ignore .gitignore matches for PkgDirCheck and RepoDirCheck results
Tim Harder
2019-11-16
1
-2
/
+17
*
checks: make known_results attribute frozensets instead of tuples
Tim Harder
2019-10-02
1
-3
/
+3
*
base: move results classes into a separate module
Tim Harder
2019-09-29
1
-11
/
+11
*
base: move parent classes for sources, feeds, and checks into their respectiv...
Tim Harder
2019-09-29
1
-2
/
+3
*
PkgDirCheck: use PackageRepoSource with a backing RawRepoSource
Tim Harder
2019-09-29
1
-1
/
+1
*
drop unused feed_type class attributes
Tim Harder
2019-09-28
1
-2
/
+0
*
drop transforms entirely and use explicit sources instead for all checks
Tim Harder
2019-09-28
1
-1
/
+2
*
move result version filtering to result classes
Tim Harder
2019-09-21
1
-1
/
+1
*
base: Result: collapse short_desc/long_desc into a single desc attr
Tim Harder
2019-09-12
1
-10
/
+10
*
use isort to sort imports
Tim Harder
2019-09-11
1
-3
/
+3
*
PkgDirCheck: add initial UnknownFile keyword
Tim Harder
2019-09-02
1
-11
/
+27
*
checks: mark all checks requiring pkgsets as having package scope
Tim Harder
2019-08-28
1
-0
/
+2
*
alter check class init to support JSON object (de)serialization
Tim Harder
2019-08-26
1
-34
/
+35
*
drop __slots__ usage for result objects
Tim Harder
2019-08-24
1
-18
/
+0
*
convert to new snakeoil lazy module importing mechanism
Tim Harder
2019-08-20
1
-2
/
+1
*
PkgDirCheck: use RawRepoSource as a pkg source
Tim Harder
2019-08-19
1
-28
/
+34
*
base: split Template into Feed and Check classes
Tim Harder
2019-08-19
1
-1
/
+1
*
tests: add simple message check for EqualVersions
Tim Harder
2019-08-13
1
-1
/
+1
*
base: add PackageResult class to simplify package type results
Tim Harder
2019-08-13
1
-54
/
+27
*
checks.pkgdir: EqualVersions: use proper package feed threshold
Tim Harder
2019-08-13
1
-2
/
+2
[next]