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
/
const.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix config loading if XDG_CONFIG_HOME is defined
Alberto Gireud
2023-04-24
1
-1
/
+1
*
format using black
Arthur Zamarin
2022-12-29
1
-13
/
+16
*
setup.py: move to pure setuptools
Arthur Zamarin
2022-11-19
1
-1
/
+1
*
const: exclude running in git repo functionality from coverage
Tim Harder
2021-03-17
1
-1
/
+1
*
pkgcheck scan: always load settings from bundled config
Tim Harder
2021-03-04
1
-3
/
+4
*
setup: drop test wrapper hack to run tests against a built version
Tim Harder
2021-03-03
1
-7
/
+3
*
drop unnecessary f-string usage
Tim Harder
2021-02-23
1
-2
/
+2
*
drop __title__ usage to avoid circular import issues
Tim Harder
2021-02-16
1
-6
/
+4
*
const: drop unused tuple support
Tim Harder
2020-11-26
1
-7
/
+1
*
import __title__ as a more apt variable name for const/objects modules
Tim Harder
2020-02-06
1
-6
/
+7
*
split object registration from pkgcheck.const into its own module
Tim Harder
2020-02-05
1
-66
/
+2
*
move base.CACHE_DIR to const.USER_CACHE_DIR
Tim Harder
2020-02-05
1
-3
/
+4
*
const: add set path vars similar to pkgcore.const
Tim Harder
2020-01-31
1
-0
/
+12
*
checks: add initial support for verifying Gentoo's perl module versioning scheme
Tim Harder
2019-11-01
1
-0
/
+22
*
scripts: drop demandimport usage
Tim Harder
2019-10-05
1
-3
/
+2
*
const: skip matching class when enumerating subclasses
Tim Harder
2019-09-29
1
-1
/
+1
*
base: move base reporter class into the reporters module
Tim Harder
2019-09-29
1
-2
/
+2
*
base: move results classes into a separate module
Tim Harder
2019-09-29
1
-3
/
+3
*
base: move parent classes for sources, feeds, and checks into their respectiv...
Tim Harder
2019-09-29
1
-2
/
+2
*
drop transforms entirely and use explicit sources instead for all checks
Tim Harder
2019-09-28
1
-3
/
+1
*
const: skip top-level, base classes when enumerating object classes
Tim Harder
2019-09-21
1
-6
/
+22
*
const: add explicit exception for object name overlaps
Tim Harder
2019-09-14
1
-3
/
+5
*
use isort to sort imports
Tim Harder
2019-09-11
1
-3
/
+2
*
const: forcibly disable lazy imports when walking the module namespace
Tim Harder
2019-08-30
1
-2
/
+3
*
various lint cleanups
Tim Harder
2019-08-28
1
-3
/
+4
*
convert to new snakeoil lazy module importing mechanism
Tim Harder
2019-08-20
1
-6
/
+2
*
base: split Template into Feed and Check classes
Tim Harder
2019-08-19
1
-1
/
+1
*
add support for dynamically determining obj class lists
Tim Harder
2019-08-16
1
-0
/
+68