summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* PEP-660 support (#2502)Bernát Gábor2022-11-261-0/+1
|
* Cleanup .gitignoreBernát Gábor2022-03-031-14/+9
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Use tox over tox4 (#2345)Bernát Gábor2022-02-081-1/+0
|
* Start plugin interface documentation and installer (#1991)Bernát Gábor2021-04-051-1/+1
| | | | | | | | - 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>
* Inline plugin definition support - tox_.py (#1963)Bernát Gábor2021-03-071-0/+1
|
* General rework of the parallel, execute and reportingBernát Gábor2020-12-241-0/+1
| | | | | | | | | | | | | | | | | | | | | - move environment marker always at start of output - use single char logging level representation - skip support for parallel runs - rework parallel run to collect output per env, and also collect logging lines, fix logging timestamps by materializing the log messages when they are emited (collect the resulting output, instead replaying the log records at a later stage) - support for the -c file to specify tox configuration file at custom path - fix PEP-517 implementation by implementing a new type hinted PEP-517 frontend/backend interface - add a executor for PEP-517 communication that starts up just one process and then reuses that one process for all subsequent messages, this also collects stdout/stderr for executed commands - introduce async executor for the commands (alongside the current sync) - add prefix to threads to ease of identification in debugging Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Fix provisioning supportBernát Gábor2020-11-271-25/+5
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Add typing to test suiteBernát Gábor2020-10-261-0/+1
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* TypingBernát Gábor2020-10-221-0/+2
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Setup CI for tox 4 (#1551)Bernát Gábor2020-04-171-0/+2
|
* First iteration of the rewrite4.0.0a1Bernat Gabor2020-03-301-0/+31
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>