summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* import.py: Set BST_FORBID_BDEPENDSjuerg/import-no-build-depsJürg Billeter2019-03-061-0/+3
* WIP: tests: Drop build deps for import elementsJürg Billeter2019-03-064-4/+4
* 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
|\
| * _casbaseddirectory.py: Do not sort source directory entries on importJürg Billeter2019-03-011-2/+2
| * _casbaseddirectory.py: Create Directory proto objects in canonical formJürg Billeter2019-03-012-71/+72
| * _casbaseddirectory.py: Calculate directory digest lazilyJürg Billeter2019-03-012-61/+26
| * _casbaseddirectory.py: Rename `ref` field to `__digest`Jürg Billeter2019-03-011-7/+7
| * _casbaseddirectory.py: Rename `ref` constructor parameter to `digest`Jürg Billeter2019-03-014-9/+9
| * Remove unneeded ref=None argument from CasBasedDirectory() callsJürg Billeter2019-03-013-3/+3
| * tests/internals/storage_vdir_import.py: Use Directory._get_digest()Jürg Billeter2019-03-011-3/+4
| * tests/artifactcache/push.py: Use Directory._get_digest()Jürg Billeter2019-03-011-1/+2
| * _sandboxremote.py: Use Directory._get_digest() instead of Directory.refJürg Billeter2019-03-011-2/+2
| * _artifactcache.py: Do not use Directory.refJürg Billeter2019-03-011-3/+0
| * cascache.py: Use Directory._get_digest() instead of Directory.refJürg Billeter2019-03-011-1/+2
|/
* Merge branch 'aevri/dyn_minimum_cache_msg' into 'master'bst-marge-bot2019-02-281-3/+5
|\
| * cascache: don't hardcode 2G warning stringAngelos Evripiotis2019-02-281-3/+5
|/
* Merge branch 'juerg/virtual-artifact-directory' into 'master'bst-marge-bot2019-02-288-217/+139
|\
| * _context.py: Cleanup old extract directoriesJürg Billeter2019-02-281-0/+8