summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* _sandboxremote.py: Add support for embedded stdout and stderrjuerg/remote-execution-casJürg Billeter2019-03-061-2/+9
* _sandboxremote.py: Process job output for failed commandsJürg Billeter2019-03-061-3/+3
* _sandboxremote.py: Request the whole directory tree as outputJürg Billeter2019-03-061-12/+5
* _sandboxremote.py: Remove support for FileBasedDirectory as sandbox rootJürg Billeter2019-03-061-5/+0
* _sandboxremote.py: Use CasBasedDirectory as sandbox rootJürg Billeter2019-03-061-0/+4
* Merge branch 'juerg/fast-import' into 'master'bst-marge-bot2019-03-0612-103/+183
|\
| * filter.py: Set BST_RUN_COMMANDS to FalseJürg Billeter2019-03-061-0/+3
| * filter.py: Set BST_VIRTUAL_DIRECTORYJürg Billeter2019-03-061-0/+3
| * import.py: Set BST_RUN_COMMANDS to FalseJürg Billeter2019-03-061-0/+3
| * element.py: Disable Sandbox.run() for elements that don't need itJürg Billeter2019-03-061-0/+7
| * element.py: Add BST_RUN_COMMANDS flagJürg Billeter2019-03-061-0/+6
| * sandbox.py: Add _disable_run() methodJürg Billeter2019-03-061-0/+18
| * sandbox.py: Add _use_cas_based_directory() methodJürg Billeter2019-03-061-2/+14
| * _casbaseddirectory.py: Deduplicate os.path.join() calls in _add_file()Jürg Billeter2019-03-061-2/+3
| * _casbaseddirectory.py: Don't set relative_pathname in _check_replacementJürg Billeter2019-03-061-5/+4
| * storage: Use variable-length argument list for Directory.descend()Jürg Billeter2019-03-0610-84/+70
| * _casbaseddirectory.py: Add fast path for CAS-to-CAS importJürg Billeter2019-03-061-10/+52
|/
* Merge branch 'tristan/optional-coverage-fixup' into 'master'bst-marge-bot2019-03-052-4/+9
|\
| * tests/testutils/artifactshare.py: Support optional coverageTristan Van Berkom2019-03-051-2/+7
| * requirements/Makefile: Do not depend on the "force" packageTristan Van Berkom2019-03-051-2/+2
|/
* Merge branch 'chandan/always-regen-requirements' into 'master'bst-marge-bot2019-03-041-2/+4
|\
| * requirements/Makefile: Always rebuild requirements filesChandan Singh2019-03-041-2/+4
|/
* Merge branch 'tristan/optional-coverage' into 'master'bst-marge-bot2019-03-047-22/+43
|\
| * .gitlab-ci.yml: Use recent toxTristan Van Berkom2019-03-041-2/+2
| * .gitlab-ci.yml: Adding tox --version output to test diagnosticsTristan Van Berkom2019-03-041-0/+2
| * tox.ini: Support running tests without coverage present at allTristan Van Berkom2019-03-041-7/+13
| * setup.cfg, tox.ini: Moved coverage support to the tox.ini levelTristan Van Berkom2019-03-042-2/+2
| * tox.ini / requirements: Separated coverage requirementsTristan Van Berkom2019-03-045-14/+27
|/
* Merge branch 'jmac/make_marked_directories' into 'master'bst-marge-bot2019-03-021-0/+8
|\
| * _sandboxremote.py: Create marked directories before runningjmac/make_marked_directoriesJim MacArthur2019-03-021-0/+8
|/
* Merge branch 'bschubert/no-subprocess-decode' into 'master'bst-marge-bot2019-03-016-25/+28
|\
| * Let subprocess decode stdout based on localebschubert/no-subprocess-decodeBenjamin Schubert2019-03-016-25/+28
|/
* Merge branch 'chandan/remove-redundant-pytest-mark' into 'master'bst-marge-bot2019-03-017-15/+0
|\
| * tests: Remove redundant integration pytest markersChandan Singh2019-03-017-15/+0
|/
* Merge branch 'remove-dead-code' into 'master'bst-marge-bot2019-03-0185-361/+265
|\
| * tests: Remove unused importsremove-dead-codeBenjamin Schubert2019-03-0143-69/+15
| * tests: Remove unused parameters in functionsBenjamin Schubert2019-03-0154-148/+152
| * tests: Remove unused variablesBenjamin Schubert2019-03-0138-144/+98
|/
* Merge branch 'bschubert/more-pythonic-list-concat' into 'master'bst-marge-bot2019-03-0118-34/+37
|\
| * Use [a, b, *c] instead of [a, b] + c when building listbschubert/more-pythonic-list-concatBenjamin Schubert2019-03-0118-34/+37
|/
* Merge branch 'aevri/unused_color' into 'master'bst-marge-bot2019-03-011-3/+3
|\
| * runcli: rm unused 'color' and '**extra' paramsAngelos Evripiotis2019-03-011-3/+3
|/
* Merge branch 'aevri/nonecach2' into 'master'bst-marge-bot2019-03-011-2/+3
|\
| * cascache: limit 'infinite' cache to volume sizeAngelos Evripiotis2019-03-011-2/+3
|/
* Merge branch 'aevri/unused_commandname' into 'master'bst-marge-bot2019-03-011-3/+3
|\
| * buildelement: rm unused 'cmd_name' argumentAngelos Evripiotis2019-03-011-3/+3
|/
* Merge branch 'bschubert/fix-test-paths' into 'master'bst-marge-bot2019-03-014-18/+18
|\
| * tests/testutils/repo/git.py: Use _run_git wrapper instead of git directlyBenjamin Schubert2019-03-011-3/+1
| * tests: always use host tools from sites.pyBenjamin Schubert2019-03-014-15/+17
|/
* Merge branch 'juerg/lazy-directory-digest' into 'master'bst-marge-bot2019-03-019-151/+117
|\