summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* _stream.py: remove `soft` from workspace_resettraveltissues/1140Darius Makovsky2019-10-111-2/+1
* cli.py: remove `soft` from workspace resetDarius Makovsky2019-10-111-4/+2
* _stream.py: use close and open to reset workspacesDarius Makovsky2019-10-111-38/+36
* _basecache.py: early return if remotes are setupDarius Makovsky2019-10-111-1/+3
* workspace.py: raise SourceError on init_workspaceDarius Makovsky2019-10-111-7/+1
* 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
| * tox.ini: Add bst-plugins-experimental to docs depsctolentino82019-10-071-0/+1
|/
* Merge branch 'traveltissues/benchmark' into 'master'Darius Makovsky2019-10-0631-95/+73
|\
| * element.py: remove call to _source_cached()traveltissues/benchmarkDarius Makovsky2019-10-0530-29/+29
| * element.py: remove concept of key instabilityDarius Makovsky2019-10-052-66/+44
|/
* Merge branch 'bschubert/casd-sigint' into 'master'bst-marge-bot2019-10-041-5/+11
|\
| * cascache.py: Block SIGINT in the CasUsageMonitor processBenjamin Schubert2019-10-041-2/+5
| * cascache.py: Block SIGINT in the buildbox-casd processBenjamin Schubert2019-10-041-3/+6
|/