summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* element.py: Only store the direct reverse dependencies on an element.tristan/bschubert-pipelineTristan Van Berkom2019-03-081-1/+1
* tests/frontend/workspaces.py: Extended test that all elements get built in th...Tristan Van Berkom2019-03-089-6/+41
* tests/frontend/workspace.py: Test that all elements build with workspace in playTristan Van Berkom2019-03-079-0/+74
* element.py: Add _fetch_done method and use this to update the stateBenjamin Schubert2019-03-072-1/+9
* Don't update state before summary. It should be consistentBenjamin Schubert2019-03-071-12/+1
* Stop updating state in queue.status()Benjamin Schubert2019-03-074-11/+20
* Merge branch 'bschubert/tests-behind-proxy' into 'master'bst-marge-bot2019-03-061-0/+7
|\
| * test: Pass proxy and cert env variable to tox environmentbschubert/tests-behind-proxyBenjamin Schubert2019-03-061-0/+7
|/
* Merge branch 'jennis/compose_backwards' into 'master'bst-marge-bot2019-03-062-6/+13
|\
| * _include.py: Move yaml related logic to _yaml.pyjennis/compose_backwardsJames Ennis2019-03-062-6/+13
|/
* 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
|\