Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: don't hold data so that Analysis can be picklednedbat/picklable | Ned Batchelder | 2022-12-08 | 5 | -37/+23 |
| | |||||
* | build: igor.py cheats shows the github branch view | Ned Batchelder | 2022-12-08 | 1 | -0/+1 |
| | |||||
* | chore: make upgrade | Ned Batchelder | 2022-12-07 | 7 | -63/+100 |
| | |||||
* | build: use tox.pip to ensure all tox pins are the same | Ned Batchelder | 2022-12-07 | 1 | -1/+1 |
| | |||||
* | test: this was wrong? | Ned Batchelder | 2022-12-07 | 1 | -1/+1 |
| | |||||
* | chore: make upgrade | Ned Batchelder | 2022-12-07 | 6 | -69/+69 |
| | | | | | | | | | | | | | | | | | | | -check-manifest==0.48 \ +check-manifest==0.49 \ -cibuildwheel==2.11.2 \ +cibuildwheel==2.11.3 \ -filelock==3.8.0 \ +filelock==3.8.2 \ -hypothesis==6.59.0 \ +hypothesis==6.60.0 \ -importlib-resources==5.10.0 \ +importlib-resources==5.10.1 \ -platformdirs==2.5.4 \ +platformdirs==2.6.0 \ -pylint==2.15.7 \ +pylint==2.15.8 \ -virtualenv==20.17.0 \ +virtualenv==20.17.1 \ | ||||
* | build: a target to summarize `make upgrade` | Ned Batchelder | 2022-12-07 | 1 | -0/+2 |
| | |||||
* | build: this link could be useful in the future | Ned Batchelder | 2022-12-06 | 1 | -0/+1 |
| | |||||
* | test: use an ubuntu that has all the deadsnakes nightlies. | Ned Batchelder | 2022-12-06 | 1 | -1/+5 |
| | |||||
* | test: use deadsnakes v3.0.0 | Ned Batchelder | 2022-12-05 | 1 | -2/+1 |
| | |||||
* | fix(docs): pre-release urls were wrong in the package description | Ned Batchelder | 2022-12-03 | 1 | -1/+10 |
| | |||||
* | docs: opvars / unopvars | Ned Batchelder | 2022-12-03 | 1 | -1/+3 |
| | |||||
* | chore: bump version | Ned Batchelder | 2022-12-03 | 2 | -2/+8 |
| | |||||
* | build: more-correct version bumping | Ned Batchelder | 2022-12-03 | 1 | -5/+8 |
| | |||||
* | docs: prep for 7.0.0b17.0.0b1 | Ned Batchelder | 2022-12-03 | 2 | -3/+7 |
| | |||||
* | docs: update man page for `report --format` | Ned Batchelder | 2022-12-03 | 1 | -1/+4 |
| | |||||
* | test: setting COLUMNS=80 broadly makes pytest too narrow | Ned Batchelder | 2022-12-03 | 2 | -3/+6 |
| | | | | | Better to set it precisely where it is needed. This also ensures that running cog from the Makefile will get the right results. | ||||
* | test: deadsnakes dropped 3.9, so don't test it nightly | Ned Batchelder | 2022-12-03 | 1 | -1/+0 |
| | |||||
* | docs: mastodon links | Ned Batchelder | 2022-12-03 | 2 | -1/+5 |
| | |||||
* | chore: make upgrade | Ned Batchelder | 2022-12-03 | 3 | -18/+9 |
| | |||||
* | build: do we still need this pin? | Ned Batchelder | 2022-12-03 | 1 | -6/+0 |
| | |||||
* | docs: prep for 7.0.0b1 | Ned Batchelder | 2022-12-03 | 3 | -7/+10 |
| | |||||
* | docs: edit the changelog for 7.0.0 | Ned Batchelder | 2022-12-03 | 1 | -18/+61 |
| | |||||
* | test: ensure columns=80 for cogging | Ned Batchelder | 2022-12-03 | 1 | -1/+5 |
| | |||||
* | test: only rerun the failed tests in CI | Sviatoslav Sydorenko | 2022-12-02 | 1 | -12/+3 |
| | | | | | | | | This patch simplifies attempting to execute the tests again on failures in CI. It also limits the scope of the tests being rerun to include only those that failed on the first try. Additionally, it enables the maximum verbosity so that the retry is more useful for troubleshooting. | ||||
* | chore: make upgrade | Ned Batchelder | 2022-12-02 | 9 | -28/+31 |
| | |||||
* | build: use --resolver=backtracking as advised | Ned Batchelder | 2022-12-02 | 1 | -1/+1 |
| | |||||
* | fix: when checking source existence for remapping, zipfiles are ok | Ned Batchelder | 2022-12-01 | 3 | -16/+73 |
| | |||||
* | fix: prevent infinite recursion | Ned Batchelder | 2022-12-01 | 2 | -3/+9 |
| | | | | | If using relative file paths, and a file remapping failed, we'd get an infinite recursion. | ||||
* | test: don't add tests conditionally, skip them instead | Ned Batchelder | 2022-12-01 | 1 | -6/+5 |
| | | | | This keeps the total number of tests the same in all situations. | ||||
* | chore: make upgrade | Ned Batchelder | 2022-12-01 | 6 | -42/+42 |
| | |||||
* | feat: file paths are only remapped if the result exists | Ned Batchelder | 2022-11-29 | 7 | -16/+44 |
| | |||||
* | test: colored pytest output in GitHub Actions | Ned Batchelder | 2022-11-29 | 2 | -0/+2 |
| | |||||
* | style: fix spelling | Ned Batchelder | 2022-11-28 | 18 | -57/+53 |
| | | | | un-executed, white space, time stamp. | ||||
* | build: next version will be 7.0 | Ned Batchelder | 2022-11-28 | 4 | -3/+8 |
| | |||||
* | refactor: ensure all sqlite cursors are closed | Ned Batchelder | 2022-11-27 | 1 | -93/+131 |
| | |||||
* | refactor: SimpleReprMixing wasn't simple, it was auto | Ned Batchelder | 2022-11-27 | 3 | -10/+10 |
| | | | | Also, I'm not sure I like it as a mixin... | ||||
* | feat: implicit path mapping during reporting. #1212 | Ned Batchelder | 2022-11-27 | 6 | -13/+192 |
| | |||||
* | chore: make upgrade | Ned Batchelder | 2022-11-26 | 9 | -167/+163 |
| | |||||
* | style: long arg lists should be one per line | Ned Batchelder | 2022-11-26 | 1 | -51/+142 |
| | |||||
* | docs: add issue 1483 to the changelog | Ned Batchelder | 2022-11-25 | 1 | -1/+2 |
| | |||||
* | build: cheats for commit-specific installs | Ned Batchelder | 2022-11-20 | 1 | -1/+7 |
| | |||||
* | perf: more combine speed-ups | Ned Batchelder | 2022-11-20 | 5 | -13/+42 |
| | | | | | | | By avoiding writing metadata that differs but doesn't change the data, we get a higher hitrate on the hash-checking when combining. Use --debug=process to include these details for debugging. | ||||
* | build: allow for .devN version numbers | Ned Batchelder | 2022-11-17 | 4 | -16/+34 |
| | |||||
* | refactor, docs: clean-up for #1387 | Ned Batchelder | 2022-11-17 | 5 | -9/+33 |
| | |||||
* | feat: added support for finding unexecuted namespace packages (#1387) | Felix Horvat | 2022-11-17 | 7 | -5/+41 |
| | | | | | | | | | | | | | | | | | | | * add support for namespace packages * fixed typo * update documentation * fixed lint issues * changed versionadded * convert to config setting * removed pure formatting changes * code review changes Co-authored-by: Ned Batchelder <ned@nedbatchelder.com> | ||||
* | chore: make upgrade | Ned Batchelder | 2022-11-14 | 9 | -76/+72 |
| | |||||
* | build(deps): bump actions/dependency-review-action from 2 to 3 (#1487) | dependabot[bot] | 2022-11-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 2 to 3. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
* | docs: more uniform pr references | Ned Batchelder | 2022-11-11 | 1 | -16/+15 |
| | |||||
* | feat: complete removal of `[run] note` | Ned Batchelder | 2022-11-11 | 5 | -24/+2 |
| |