summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* node.pyx: Add type information since this module is publicbschubert/more-mypyBenjamin Schubert2019-10-163-3/+74
* fixup! node.pyx: Make 'strip_node_info' publicBenjamin Schubert2019-10-151-2/+2
* NEWS: add info about new YAML breaking changesBenjamin Schubert2019-10-151-0/+11
* node.pyx: Make 'strip_node_info' publicBenjamin Schubert2019-10-157-21/+21
* element.py: Rework 'node_subst_list' to take the sequence directlyBenjamin Schubert2019-10-152-8/+7
* element.py: remove 'node_subst_member' and replace with 'node_susbstitue_vari...Benjamin Schubert2019-10-153-37/+7
* element.py: Remove '_subst_string'Benjamin Schubert2019-10-151-15/+0
* _options/option.py: Pass the node instead of the str to 'transform'Benjamin Schubert2019-10-154-6/+9
* element.py: try-except nicely in 'node_substitute_variables'Benjamin Schubert2019-10-151-1/+8
* element.py: change 'substitute_variables' to take a 'ScalarNode'Benjamin Schubert2019-10-152-7/+23
* Merge branch 'aevri/platform_win32' into 'master'bst-marge-bot2019-10-142-0/+63
|\
| * win32: _platform/win32: add support for win32Angelos Evripiotis2019-10-142-0/+63
|/
* Merge branch 'tlater/progress-tests' into 'master'bst-marge-bot2019-10-1011-59/+204
|\
| * Improve progress testsTristan Maat2019-10-106-44/+149
| * Remove XXX comment about missing progressTristan Maat2019-10-101-2/+9
| * testutils/context.py: Mock tasks instead of accepting NonesTristan Maat2019-10-104-12/+27
| * loader.py: Avoid loading deps of junction metaelementsTristan Maat2019-10-102-2/+20
|/
* Merge branch 'bschubert/partial-source-cache' into 'master'bst-marge-bot2019-10-102-95/+111
|\
| * _sourcecache: Fallback to fetch source when remote has missing blobsBenjamin Schubert2019-10-102-0/+52
| * tests/sourcecache/fetch.py: Extract configuration of bstBenjamin Schubert2019-10-101-48/+26
| * tests/sourcecache/fetch.py: Extract element's creation to a functionBenjamin Schubert2019-10-101-30/+17
| * tests/sourcecache/fetch.py: Don't hardcode the element nameBenjamin Schubert2019-10-101-7/+7
| * tests/sourcecache/fetch.py: Extract logic to move local cas to remoteBenjamin Schubert2019-10-101-10/+9
|/
* Merge branch 'traveltissues/strictxfail' into 'master'bst-marge-bot2019-10-0911-18/+19
|\
| * setup.cfg: make xfail marks strict by defaulttraveltissues/strictxfailDarius Makovsky2019-10-099-16/+17
| * tests: unmark tests passing with buildboxDarius Makovsky2019-10-092-2/+2
|/
* Merge branch 'bschubert/fuse-permissions' into 'master'bst-marge-bot2019-10-091-14/+35
|\
| * _fuse/mount.py: Monitor the fuse process while waiting for the mountbschubert/fuse-permissionsBenjamin Schubert2019-10-091-14/+35
|/
* Merge branch 'bschubert/fix-overnight' into 'master'Javier Jardón2019-10-091-3/+3
|\
| * .gitlab-ci.yml: Bump versions for overnight testsBenjamin Schubert2019-10-091-3/+3
|/
* Merge branch 'bschubert/fix-empty-buildtree' into 'master'bst-marge-bot2019-10-083-2/+47
|\
| * _artifactcache.py: Don't push artifact blobs when no files are presentBenjamin Schubert2019-10-083-2/+47
|/
* Merge branch 'bschubert/casd-listen-failures' into 'master'bst-marge-bot2019-10-083-2/+44
|\
| * _scheduler.py: Listen for buildbox-casd failure and terminateBenjamin Schubert2019-10-083-2/+44
|/
* Merge branch 'bschubert/fix-windows-symlink' into 'master'bst-marge-bot2019-10-082-1/+16
|\
| * tests/frontend/buildcheckout.py: Create required symlinks on the flybschubert/fix-windows-symlinkBenjamin Schubert2019-10-082-1/+16
|/
* Merge branch 'traveltissues/1159' into 'master'bst-marge-bot2019-10-083-10/+10
|\
| * Defer committing workspace files to cachetraveltissues/1159Darius Makovsky2019-10-083-10/+10
|/
* Merge branch 'bschubert/fix-xdg-temppaths' into 'master'bst-marge-bot2019-10-083-8/+23
|\
| * setup.cfg: Fix xdg env vars to not affect the hostbschubert/fix-xdg-temppathsBenjamin Schubert2019-10-083-8/+23
|/
* Merge branch 'aevri/no_win32_fcntl' into 'master'bst-marge-bot2019-10-081-9/+18
|\
| * cli.py: no fcntl on WindowsAngelos Evripiotis2019-10-081-9/+18
|/
* Merge branch 'bschubert/propagate-log-level-to-casd' into 'master'bst-marge-bot2019-10-073-4/+23
|\
| * cascache.py: add a 'log_level' parameter and use it to run buildbox-casdBenjamin Schubert2019-10-073-4/+23
|/
* Merge branch 'chiaratolentino/fix-docs' into 'master'bst-marge-bot2019-10-0710-12/+14
|\
| * doc/Makefile: exit 1 if running bst command failschiaratolentino/fix-docsctolentino82019-10-071-3/+1
| * doc/bst2html.py: Error out if bst command in doc failsctolentino82019-10-071-2/+5
| * doc/sessions/junctions.run: Fix typo in 'remove-dir' optionctolentino82019-10-071-1/+1
| * Update doc commands to use 'artifact checkout'ctolentino82019-10-071-1/+1
| * Update doc commands to use 'source fetch'ctolentino82019-10-075-5/+5