Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | tests: split existing masks check into different func | Tim Harder | 2021-03-24 | 1 | -8/+12 | |
| | ||||||
* | tests: force repo re-sync when adding new mask | Tim Harder | 2021-03-24 | 1 | -0/+1 | |
| | | | | | Otherwise the cached version is used and which doesn't include the new mask. | |||||
* | tests: verify multiple `pkgdev mask` entries | Tim Harder | 2021-03-24 | 1 | -5/+25 | |
| | ||||||
* | tests: verify more `pkgdev mask` comment editing failures | Tim Harder | 2021-03-24 | 1 | -0/+18 | |
| | ||||||
* | pkgdev mask: explicitly handle nonexistent editor | Tim Harder | 2021-03-24 | 1 | -2/+13 | |
| | ||||||
* | tests: add `pkgdev mask` target tests | Tim Harder | 2021-03-24 | 1 | -0/+24 | |
| | ||||||
* | tests: add initial `pkgdev mask` tests | Tim Harder | 2021-03-24 | 1 | -0/+94 | |
| | ||||||
* | pkgdev commit: add -T/--tag option to add generic commit tags | Tim Harder | 2021-03-20 | 1 | -0/+24 | |
| | ||||||
* | tests: verify multiple ebuild mods don't get generated summary | Tim Harder | 2021-03-20 | 1 | -0/+5 | |
| | ||||||
* | tests: minor GIT_EDITOR fake summary change | Tim Harder | 2021-03-20 | 1 | -1/+1 | |
| | ||||||
* | tests: verify modifying ebuild EAPI summary generation | Tim Harder | 2021-03-19 | 1 | -1/+5 | |
| | ||||||
* | tests: add initial keywording summary generation tests | Tim Harder | 2021-03-19 | 1 | -0/+18 | |
| | ||||||
* | tests: override GIT_EDITOR so stdin is never required | Tim Harder | 2021-03-19 | 1 | -1/+2 | |
| | ||||||
* | tests: verify revision removal summary | Tim Harder | 2021-03-18 | 1 | -1/+3 | |
| | ||||||
* | tests: verify git rename summary | Tim Harder | 2021-03-18 | 1 | -3/+12 | |
| | ||||||
* | pkgdev commit: sort versions for revbump addition | Tim Harder | 2021-03-18 | 1 | -1/+5 | |
| | ||||||
* | tests: check empty message template file | Tim Harder | 2021-03-11 | 1 | -1/+17 | |
| | ||||||
* | tests: add check for -M/--message-template | Tim Harder | 2021-03-11 | 1 | -5/+45 | |
| | ||||||
* | tests: verify message-related options are passed through to `git commit` | Tim Harder | 2021-03-11 | 1 | -0/+32 | |
| | ||||||
* | tests: verify signed commit support for `pkgdev commit` | Tim Harder | 2021-03-11 | 1 | -0/+17 | |
| | ||||||
* | replace --ignore-failures with -A/--ask option | Tim Harder | 2021-03-11 | 2 | -2/+6 | |
| | | | | For `pkgdev commit` and `pkgdev push`. | |||||
* | pkgdev push: drop explicitly enabled --signed option for gentoo repo | Tim Harder | 2021-03-09 | 1 | -10/+4 | |
| | | | | | | | Fixes #27. It'll either have to be specified directly on the cli or configured via git config. | |||||
* | tests: add some -b/--bug and -c/--closes tests | Tim Harder | 2021-03-09 | 1 | -3/+33 | |
| | ||||||
* | tests: check repo initialization failure | Tim Harder | 2021-03-08 | 1 | -0/+9 | |
| | ||||||
* | pkgdev commit: drop short option (-M) for --mangle | Tim Harder | 2021-03-07 | 1 | -1/+1 | |
| | | | | | Since it's enabled by default for the gentoo repo when unset and it shouldn't be used in many cases outside that. | |||||
* | tests: make tests fail if generated modules don't exist | Tim Harder | 2021-03-07 | 1 | -0/+11 | |
| | | | | To try to force a more consistent test environment. | |||||
* | pkgdev commit: don't generate summaries for revbump additions | Tim Harder | 2021-03-07 | 1 | -4/+2 | |
| | | | | | Because generic 'add <revbump version>' messages aren't descriptive enough as the summary should relate to why the revbump occurred. | |||||
* | tests: add repo root file change msg prefix tests | Tim Harder | 2021-03-07 | 1 | -0/+11 | |
| | ||||||
* | tests: fix mangled file skip test | Tim Harder | 2021-03-07 | 1 | -5/+4 | |
| | ||||||
* | pkgdev commit: support generating manifest commit summaries | Tim Harder | 2021-03-07 | 1 | -0/+12 | |
| | | | | Fixes #12. | |||||
* | tests: verify verbosity level being passed down to pkgcheck | Tim Harder | 2021-03-06 | 2 | -0/+26 | |
| | ||||||
* | tests: add more file mangling skip verification | Tim Harder | 2021-03-06 | 1 | -1/+9 | |
| | ||||||
* | mangle: split gentoo-specific mangling into a separate mangler | Tim Harder | 2021-03-06 | 1 | -55/+34 | |
| | ||||||
* | tests: mangle: add file skip test | Tim Harder | 2021-03-06 | 1 | -0/+12 | |
| | ||||||
* | tests: pkgdev commit: verify FILESDIR content isn't mangled | Tim Harder | 2021-03-06 | 1 | -0/+18 | |
| | ||||||
* | mangle: use registry decorator instead of func naming scheme | Tim Harder | 2021-03-06 | 1 | -12/+24 | |
| | | | | To register mangling functions. | |||||
* | mangle: split file mangling into separate func | Tim Harder | 2021-03-06 | 1 | -1/+1 | |
| | ||||||
* | tests: add argparse namespace fixture | Tim Harder | 2021-03-06 | 1 | -0/+7 | |
| | ||||||
* | pkgdev commit: change 'bump' to 'add' for commits adding versions | Tim Harder | 2021-03-05 | 1 | -7/+7 | |
| | ||||||
* | pkgdev commit: use the full atom version for message summaries | Tim Harder | 2021-03-05 | 1 | -2/+4 | |
| | | | | Fixes #18. | |||||
* | tests: add initial git.run() tests | Tim Harder | 2021-03-05 | 1 | -0/+27 | |
| | ||||||
* | pkgdev: various argparse-related rework | Tim Harder | 2021-03-05 | 3 | -14/+7 | |
| | ||||||
* | pkgdev commit: sort versions in commit messages | Tim Harder | 2021-03-05 | 1 | -2/+12 | |
| | | | | | And use fallback message templates for large numbers (or long version strings) of packages added/removed in a single commit. | |||||
* | pkgdev commit: use 'drop' instead of 'remove' for commit messages | Tim Harder | 2021-03-05 | 1 | -2/+2 | |
| | ||||||
* | tests: add SIGINT test for Mangler | Tim Harder | 2021-03-05 | 1 | -0/+43 | |
| | | | | | Based off the same one used with pkgcheck's parallel pipeline iterator that uses the same design. | |||||
* | tests: add initial Mangler tests | Tim Harder | 2021-03-05 | 1 | -0/+46 | |
| | ||||||
* | tests: add more `pkgdev manifest` target tests | Tim Harder | 2021-03-05 | 1 | -4/+30 | |
| | ||||||
* | tests: add more `pkgdev manifest` restriction parsing tests | Tim Harder | 2021-03-05 | 1 | -1/+21 | |
| | ||||||
* | tests: verify exit codes for various `pkgdev commit` parsing failures | Tim Harder | 2021-03-05 | 1 | -3/+6 | |
| | ||||||
* | tests: add initial `pkgdev manifest` tests | Tim Harder | 2021-03-05 | 1 | -0/+47 | |
| |