summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Scheduler: Introduced JobStatus instead of simple success booleantristan/one-cache-size-job-2Tristan Van Berkom2019-01-0713-38/+68
* _scheduler/scheduler.py: Only run one cache size job at a timeTristan Van Berkom2019-01-071-8/+45
* _scheduler/scheduler.py: Make _schedule_jobs() privateTristan Van Berkom2019-01-071-16/+18
* utils.py: Fix stack traces when killing already dead processesTristan Van Berkom2019-01-072-8/+6
* Merge branch 'juerg/shell-buildtree' into 'master'Tristan Van Berkom2019-01-061-1/+1
|\
| * _frontend/app.py: Use buildtree for interactive shell on build failureJürg Billeter2019-01-061-1/+1
|/
* Merge branch 'chandan/no-sdist' into 'master'Chandan Singh2019-01-041-44/+5
|\
| * .gitlab-ci.yml: Remove prepare stageChandan Singh2019-01-041-44/+5
|/
* Merge branch 'chandan/update-requirements-one-liner' into 'master'Tristan Van Berkom2019-01-0412-21/+60
|\
| * CONTRIBUTING.rst: Add instructions to update requirements fileschandan/update-requirements-one-linerChandan Singh2019-01-042-5/+23
| * Add Makefile to update requirements filesChandan Singh2019-01-041-0/+21
| * Rename "tools" directory to "requirements"Chandan Singh2019-01-0410-17/+17
|/
* Merge branch 'juerg/source-guess-target' into 'master'Jürg Billeter2019-01-041-0/+10
|\
| * _frontend/cli.py: Reinstate support for guessing targetsjuerg/source-guess-targetJürg Billeter2019-01-041-0/+10
|/
* Merge branch 'coldtom/collections' into 'master'Tristan Van Berkom2019-01-032-14/+14
|\
| * Use collections.abc for Mapping, IterableThomas Coldrick2019-01-032-14/+14
|/
* Merge branch 'tristan/toxic-linting' into 'master'Tristan Van Berkom2019-01-038-21/+43
|\
| * tools/dev-requirements.{in,txt}: Removed requirements on pylint/codestyle pyt...Tristan Van Berkom2019-01-032-6/+2
| * tools/requirements.{in,txt}: Fix warning about duplicate jinjaTristan Van Berkom2019-01-032-2/+2
| * CONTRIBUTING.rst: Adding instructions to run the linter separatelytristan/toxic-lintingTristan Van Berkom2019-01-031-9/+12
| * .gitlab-ci.yml: Update the CI to run the linter separately through toxTristan Van Berkom2019-01-031-0/+12
| * tox.ini: Added new 'lint' environment to lint separatelyTristan Van Berkom2019-01-031-0/+9
| * setup.cfg: Don't lint by default through setup.py test invocationsTristan Van Berkom2019-01-031-1/+1
| * setup.cfg: Specify the pycodestyle configurations separately from pytest conf...Tristan Van Berkom2019-01-031-3/+5
|/
* Merge branch 'chandan/fix-bad-filename-mini-disaster' into 'master'Chandan Singh2019-01-033-5/+24
|\
| * tests/frontend/buildcheckout.py: Fix bad filename issue for WindowsChandan Singh2019-01-033-5/+24
|/
* Merge branch 'chandan/toxify' into 'master'Tristan Van Berkom2019-01-0312-77/+211
|\
| * CONTRIBUTING.rst: Add instructions to recreate tox environmentchandan/toxifyChandan Singh2019-01-031-0/+6
| * Move sphinx build functionality to toxChandan Singh2019-01-033-31/+33
| * Move all requirements files into "tools" directoryChandan Singh2019-01-039-11/+11
| * CONTRIBUTING.rst: Add steps for installing non-python build dependenciesChandan Singh2019-01-031-5/+32
| * CONTRIBUTING.rst: Updated to reflect running tests using tox.Tristan Van Berkom2019-01-031-12/+40
| * .gitlab-ci.yml: Run tests using toxChandan Singh2019-01-031-13/+10
| * Add tox.ini to enable running tests using toxChandan Singh2019-01-023-0/+15
| * Add requirements files for install, test and plugin dependenciesChandan Singh2019-01-028-29/+88
|/
* Merge branch 'jjardon/pycodestyle' into 'master'Tristan Maat2019-01-027-27/+17
|\
| * Use pycodestyle instead of pep8Javier Jardón2019-01-026-19/+9
| * .gitlab-ci.yml: Use new testsuite images with pycodestyle 1.4.0Tristan Maat2019-01-021-8/+8
|/
* Merge branch 'chandan/update-doc-makefile-note' into 'master'Chandan Singh2019-01-021-4/+4
|\
| * doc/Makefile: Update comment about sphinx entrypointchandan/update-doc-makefile-noteChandan Singh2019-01-021-4/+4
|/
* Merge branch 'chandan/element-filename-requirements' into 'master'Tristan Van Berkom2018-12-317-18/+127
|\
| * doc: Add note about valid element namesChandan Singh2018-12-311-0/+24
| * tests/buildcheckout.py: Add tests for invalid chars in filenameChandan Singh2018-12-314-0/+27
| * _loader/loader.py: Add warnings about invalid characters in filenameChandan Singh2018-12-312-0/+43
| * _loader/loader.py: Refactor warnings about element names in one methodChandan Singh2018-12-311-18/+33
|/
* Merge branch 'tristan/junction-tests' into 'master'Tristan Van Berkom2018-12-312-40/+47
|\
| * tests/loader/junctions.py: Test the error we expect when a cross junction ele...Tristan Van Berkom2018-12-312-1/+23
| * tests/loader/junctions.py: Use Result checking APIs instead of manuallyTristan Van Berkom2018-12-311-39/+24
|/
* Merge branch 'tristan/fix-netrc-crasher' into 'master'Tristan Van Berkom2018-12-263-3/+28
|\
| * tests/sources/tar.py: Test that we don't crash when HOME is unsetTristan Van Berkom2018-12-261-0/+16