Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove the utils module | Ronny Pfannschmidt | 2023-03-29 | 1 | -2/+1 |
| | | | | | move command utils to _run_cmd move data_from_mime to integration | ||||
* | breaking: replace trace with logging | Ronny Pfannschmidt | 2023-03-29 | 1 | -11/+24 |
| | |||||
* | refactor: unify command running apis | Ronny Pfannschmidt | 2023-03-11 | 1 | -3/+2 |
| | | | | | | | introduces the _run_cmd private module which is used across the board starts to remove use of the do/do_ex which predate | ||||
* | refactor: split tracing and command running into own modules | Ronny Pfannschmidt | 2023-03-11 | 1 | -1/+1 |
| | |||||
* | pre-commit updates | Ronny Pfannschmidt | 2023-02-12 | 1 | -1/+1 |
| | |||||
* | fix #691 - support root in pyproject.toml even for cli | Ronny Pfannschmidt | 2022-06-26 | 1 | -7/+19 |
| | | | | | superseeds #702 which served as inspiration adds integration tests | ||||
* | FIXUP: restore hg-git support | Ronny Pfannschmidt | 2022-06-21 | 1 | -4/+7 |
| | |||||
* | Bump minimal python to 3.7 | Ronny Pfannschmidt | 2022-05-29 | 1 | -4/+4 |
| | |||||
* | complete mypy transformation | Ronny Pfannschmidt | 2022-05-29 | 1 | -7/+12 |
| | |||||
* | typing fixed in face of ongoing python 3.6 support | Ronny Pfannschmidt | 2022-05-29 | 1 | -74/+12 |
| | |||||
* | Support signed commit commands in tests | Xiao Di Guan | 2022-02-07 | 1 | -6/+10 |
| | |||||
* | add own ci job for legacy setuptools testing an skip it for normal tests | Ronny Pfannschmidt | 2021-09-02 | 1 | -0/+7 |
| | |||||
* | apply reorder-python-imports | Ronny Pfannschmidt | 2021-08-07 | 1 | -1/+2 |
| | |||||
* | Merge main branch into hg-git branch | paugier | 2021-07-06 | 1 | -1/+1 |
|\ | |||||
| * | [pre-commit.ci] auto fixes from pre-commit.com hooks | pre-commit-ci[bot] | 2021-04-12 | 1 | -1/+1 |
| | | | | | | | | for more information, see https://pre-commit.ci | ||||
* | | Better testing hg-git | paugier | 2021-03-25 | 1 | -1/+4 |
| | | |||||
* | | hg-git: test like git + fixes | paugier | 2021-03-23 | 1 | -0/+26 |
|/ | |||||
* | style: run pre-commit | Henry Schreiner | 2021-03-16 | 1 | -3/+3 |
| | |||||
* | pytest 6.2.0 support | Ronny Pfannschmidt | 2020-12-13 | 1 | -1/+1 |
| | |||||
* | add python 3.9 to tox and drop six | Ronny Pfannschmidt | 2020-11-28 | 1 | -4/+3 |
| | |||||
* | testing: use and test SOURCE_DATE_EPOCH handling | Rasmus Villemoes | 2020-10-14 | 1 | -0/+2 |
| | | | | | | | | | | | | | Now that SOURCE_DATE_EPOCH is honoured, we can avoid the need to monkeypatch the time attribute with a MockTime object, while at the same time testing handling of SOURCE_DATE_EPOCH being set in the environment. Most tests will actually benefit from knowing exactly what to expect, so set SOURCE_DATE_EPOCH globally. There's an existing test in test_git.py which currently manually produces the yyyymmdd string to compare to - extend that test a bit to do it both with and without SOURCE_DATE_EPOCH being set, so that we keep at least one "today's date" test. | ||||
* | add python testsworkflows | Ronny Pfannschmidt | 2020-05-01 | 1 | -4/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | port testsuite to pathlib, and try to resolve windows short paths trace git toplevel mismatch (observed on win32 name shortening) exclude python2 on windows remove the appveyor config, its broken drop most travis envs that we have in github workflows now add actions for creating egg artifacts/wheels/sdists WIP: experiment with act WIP: fix workflow typo WIP: add missed runs-on fix typoed excludes fixup: upload actuall wheel/sdist in the build step style fixes for the actions config | ||||
* | Don't pass entrypoing name around anymore and allow passing fallback_root to ↵ | Ionel Cristian Mărieș | 2019-05-10 | 1 | -1/+1 |
| | | | | get_version. | ||||
* | print the origin of modules we obtain the version of | Ronny Pfannschmidt | 2018-05-18 | 1 | -1/+2 |
| | |||||
* | inflict black on the codebase :) | Ronny Pfannschmidt | 2018-05-13 | 1 | -6/+10 |
| | |||||
* | Adapt git_file_finder tests style | Stéphane Bidoul (ACSONE) | 2018-04-25 | 1 | -0/+4 |
| | |||||
* | acceptance test and changelog for issue #167 | Ronny Pfannschmidt | 2017-04-08 | 1 | -3/+7 |
| | |||||
* | fix #138 - add support for the pip-egg-info folder | Ronny Pfannschmidt | 2017-02-07 | 1 | -0/+8 |
| | |||||
* | address #93 - experimental tools for interacting with git shallow clones | Ronny Pfannschmidt | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | finish restructuring tests | Ronny Pfannschmidt | 2015-11-29 | 1 | -2/+27 |
| | |||||
* | finish extracting mercurial tests into own file | Ronny Pfannschmidt | 2015-11-28 | 1 | -0/+29 |
| | |||||
* | Stylefixes | Markus Unterwaditzer | 2015-06-18 | 1 | -0/+1 |
| | |||||
* | extend reporting for pytest | Ronny Pfannschmidt | 2015-04-09 | 1 | -3/+6 |
| | |||||
* | create a package, return to self-use, split module | Ronny Pfannschmidt | 2015-02-17 | 1 | -0/+8 |