summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix regex validation for SHA 512 hashesissue_2018Jürgen Gmach2021-04-121-1/+1
| | | | | | The regex searched for `521` instead of `512`. Closes #2018
* Explain how CLI verbosity level gets determinedJürgen Gmach2021-04-121-2/+5
| | | | This fixes #2005
* Minor code improvements (#2017)Miroslav Šedivý2021-04-118-21/+12
| | | | | | | | | * Use !r to repr strings * Simplify loops and expressions * Improve exception traceback * Add Python 3.10 to installation.rst
* Replace .format with f-strings (#2011)Miroslav Šedivý2021-04-104-6/+6
| | | | | * Use f-strings * Use textwrap.shorten
* Docs: define which files to keep py2 compatible (#2015)Miroslav Šedivý2021-04-101-1/+5
|
* Port pip requirements.txt parser (#2009)Bernát Gábor2021-04-098-413/+636
|
* minor doc improvements (#2006)Jürgen Gmach2021-04-083-5/+5
|
* fix replacement of sections with dash (#2000)Oliver Bestwalter2021-04-061-1/+1
| | | | Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com> Co-authored-by: Miroslav Šedivý <eumiro@gmail.com>
* Support extras in (editable) path requirements (#1998)Bernát Gábor2021-04-061-15/+40
| | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Refactor: Simplify and clean up the code (#1997)Miroslav Šedivý2021-04-0612-58/+37
| | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* remove duplicated word (#1992)Jürgen Gmach2021-04-051-1/+1
|
* add missing word (#1993)Jürgen Gmach2021-04-051-1/+1
|
* Start plugin interface documentation and installer (#1991)Bernát Gábor2021-04-0553-1120/+1669
| | | | | | | | - Add documentation for the plugin interface - Introduce the installer abstraction - Rework how we handle tox deps section, requirement and constraint files - Support for escaping comments in tox.ini configs Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Fix legacy list env command for empty/missing envlist (#1988)Jürgen Gmach2021-04-011-1/+1
|
* fix typo (#1981)Jürgen Gmach2021-03-271-1/+1
|
* Show skipped envs in reports on platform mismatch (#1970)Jürgen Gmach2021-03-206-17/+26
| | | Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
* Fix typos, modernize and simplify some code (#1971)Miroslav Šedivý2021-03-125-17/+7
|
* Inline plugin definition support - tox_.py (#1963)Bernát Gábor2021-03-076-10/+56
|
* fix typo (#1962)Jürgen Gmach2021-03-071-1/+1
|
* Fix unescaped } breaking expansions that follow it (#1961)Andrey Bienkowski2021-03-062-42/+22
| | | Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
* Support for bracket styled posargs (#1954)Andrey Bienkowski2021-03-041-5/+26
| | | Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>
* Support for ignore_outcome (#1960)Andrey Bienkowski2021-03-043-13/+31
| | | Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>
* Add suport for setup.cfg and legacy toml (#1927)Bernát Gábor2021-02-2712-200/+324
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Bump dependenciesBernát Gábor2021-02-201-35/+14
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Fix tox is not exiting because package env thread holding it upBernát Gábor2021-02-156-20/+54
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Do not show inherited keys as unused (#1913)Bernát Gábor2021-02-144-8/+10
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Normalize the description line to contain single whitespace and no newline ↵Bernát Gábor2021-02-141-0/+5
| | | | | | (#1912) Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Remove double word (#1911)Jürgen Gmach2021-02-131-1/+1
|
* Smarter tox env finish status report (#1910)Bernát Gábor2021-02-134-26/+43
| | | | | | - do not report when interrupted - do not report for the final env Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Do not make temp requirements file for deps (#1906)Bernát Gábor2021-02-122-8/+6
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Support requirements file containing --hash (#1905)Bernát Gábor2021-02-121-2/+10
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Add quickstart (#1907)Bernát Gábor2021-02-121-2/+43
|
* Support running python 2 targets (#1900)Bernát Gábor2021-02-094-13/+38
|
* Add more flake8 checks (#1899)Bernát Gábor2021-02-0628-69/+100
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Add package_root support (#1891)Bernát Gábor2021-02-013-3/+21
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Drop sdistsrc and support --installpkg (#1890)Bernát Gábor2021-02-018-99/+153
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Comment support in ini and alias in show config (#1889)Bernát Gábor2021-01-313-5/+25
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Add platform support (#1888)Bernát Gábor2021-01-303-15/+38
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Add list_dependencies_command support (#1887)Bernát Gábor2021-01-301-3/+8
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Add support for install_command virtualenv settings (#1886)Bernát Gábor2021-01-306-22/+56
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Support for pip_pre config (#1885)Bernát Gábor2021-01-301-1/+11
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Recreate tox_env support (#1883)Bernát Gábor2021-01-301-1/+8
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Add ignore_erros and fix handling commands* (#1876)Bernát Gábor2021-01-272-25/+51
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Fix bad package dependencies with differing extras (#1869)Bernát Gábor2021-01-232-17/+18
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Support = as arg separator and dir in req files (#1867)Bernát Gábor2021-01-239-67/+92
|
* Recreate when virtualenv changes (#1866)Bernát Gábor2021-01-221-0/+8
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Multiple small bug-fixes (#1864)Bernát Gábor2021-01-229-18/+24
|
* Cleanup local subprocess file handlers (#1863)Bernát Gábor2021-01-221-0/+7
|
* Add support for virtualenv configuration options (#1862)Bernát Gábor2021-01-217-28/+81
| | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Add CLI documentation (#1852)Bernát Gábor2021-01-172-12/+11
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>