summaryrefslogtreecommitdiff
path: root/src/tox/session/cmd
Commit message (Expand)AuthorAgeFilesLines
* Minor code improvements (#2017)Miroslav Šedivý2021-04-111-6/+3
* minor doc improvements (#2006)Jürgen Gmach2021-04-082-4/+4
* Refactor: Simplify and clean up the code (#1997)Miroslav Šedivý2021-04-061-2/+2
* Start plugin interface documentation and installer (#1991)Bernát Gábor2021-04-0511-15/+18
* Fix legacy list env command for empty/missing envlist (#1988)Jürgen Gmach2021-04-011-1/+1
* Show skipped envs in reports on platform mismatch (#1970)Jürgen Gmach2021-03-202-4/+4
* Fix typos, modernize and simplify some code (#1971)Miroslav Šedivý2021-03-121-2/+0
* Support for ignore_outcome (#1960)Andrey Bienkowski2021-03-042-13/+25
* Fix tox is not exiting because package env thread holding it upBernát Gábor2021-02-151-6/+6
* Smarter tox env finish status report (#1910)Bernát Gábor2021-02-133-20/+35
* Add quickstart (#1907)Bernát Gábor2021-02-121-2/+43
* Add more flake8 checks (#1899)Bernát Gábor2021-02-062-3/+3
* Drop sdistsrc and support --installpkg (#1890)Bernát Gábor2021-02-015-53/+86
* Comment support in ini and alias in show config (#1889)Bernát Gábor2021-01-311-0/+1
* Add platform support (#1888)Bernát Gábor2021-01-301-15/+14
* Add ignore_erros and fix handling commands* (#1876)Bernát Gábor2021-01-271-24/+44
* Multiple small bug-fixes (#1864)Bernát Gábor2021-01-222-3/+2
* rewrite (#1824)Bernát Gábor2021-01-161-7/+0
* Colorize config and fix a circular config bug (#1821)Bernát Gábor2021-01-131-12/+36
* Better handling of packaging env creation (#1807)Bernát Gábor2021-01-134-21/+51
* Better handling of set_env (#1784)Bernát Gábor2021-01-111-3/+6
* Stable deps and eat-our-own dogfood4.0.0a2Bernát Gábor2021-01-081-0/+12
* Handle packaging is run too, and run used as packagingBernát Gábor2021-01-031-0/+2
* Better handling and error messages on backend failedBernát Gábor2021-01-033-7/+14
* Add keyboard interrupt support for parallelBernát Gábor2021-01-035-115/+233
* General rework of the parallel, execute and reportingBernát Gábor2020-12-246-56/+121
* Add parallel show output support, and don't display parallel output by defaultBernát Gábor2020-11-301-2/+3
* Implement parallel mode - without output redirectBernát Gábor2020-11-305-177/+132
* rewrite: Use time.monotonic for runtime durations (#1754)Miroslav Šedivý2020-11-291-6/+6
* show config: fix unused usage, add full coverageBernát Gábor2020-11-281-6/+2
* legacy: add testsBernát Gábor2020-11-282-3/+3
* devenv: fix and add support for running without tox.ini availableBernát Gábor2020-11-281-2/+2
* Fix provisioning supportBernát Gábor2020-11-273-15/+5
* journal: tox 3 (sequential) feature compatibilityBernát Gábor2020-11-091-0/+1
* journal: add first stab at basic journal supportBernát Gábor2020-11-072-1/+6
* tests: add full coverage for tox.session.cmd.run.common(#1733)Gleb Nikonorov2020-11-061-1/+1
* sets: fix configurations being defined multiple times (besides core)Bernát Gábor2020-11-021-7/+8
* show_config: allow displaying config for some keys - handle unbalanced replac...Bernát Gábor2020-11-011-6/+15
* report: duration of the setup and the individual commands and fix devenvBernát Gábor2020-10-303-23/+31
* Add CLI compatibility with version 3, introduce memory sourceBernát Gábor2020-10-307-20/+257
* Rework configuration to allow generic overridesBernát Gábor2020-10-292-2/+4
* Support ignoring command outcomes via the - prefixBernát Gábor2020-10-281-0/+2
* Fix ini replace logic does not work for other config set referencesBernát Gábor2020-10-273-36/+15
* Facilitate usage in parallel with tox 3Bernát Gábor2020-10-271-13/+18
* Better run output, and fix failing cmd not being reportedBernát Gábor2020-10-261-3/+6
* Add typing to test suiteBernát Gábor2020-10-261-1/+2
* More fixesBernát Gábor2020-10-251-2/+2
* Various fixesBernát Gábor2020-10-251-10/+15
* TypingBernát Gábor2020-10-226-12/+16
* Improve documentationBernát Gábor2020-10-198-6/+26