summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests/workspaces: Test edge case when linking files to RO directoryshashwatdalal/docker-source-patchShahwat Dalal2019-09-052-4/+18
* tests/tar: Add test for unreadable and unwritable content tar sourceShahwat Dalal2019-09-052-2/+4
* sources/tar.py: Ensure tar source files are readableShahwat Dalal2019-09-051-2/+19
* utils.py: Ensure dest copy directory is writableShahwat Dalal2019-09-051-1/+11
* Merge branch 'jennis/update_push_pull' into 'master'bst-marge-bot2019-09-056-19/+161
|\
| * cli.py: Allow pull to handle artifact refsJames Ennis2019-09-052-5/+47
| * _project.py: Don't only load cached artifactsJames Ennis2019-09-053-8/+5
| * cli.py: Allow push to handle artifact refsJames Ennis2019-09-053-6/+109
|/
* Merge branch 'juerg/cache-usage' into 'master'bst-marge-bot2019-09-056-23/+291
|\
| * _frontend/status.py: Readd cache usage to status barJürg Billeter2019-09-051-2/+33
| * cascache.py: Add cache usage monitoring via buildbox-casdJürg Billeter2019-09-051-0/+118
| * cascache.py: Remove unused CACHE_SIZE_FILEJürg Billeter2019-09-051-3/+0
| * _protos: Update local_cas.protoJürg Billeter2019-09-053-3/+125
| * .gitlab-ci.yml: Update docker images for buildbox-casdJürg Billeter2019-09-051-17/+17
|/
* Merge branch 'jennis/tasks' into 'master'bst-marge-bot2019-09-044-10/+30
|\
| * _pipeline.py: Add task progress to check_remote()jennis/tasksJames Ennis2019-09-041-1/+5
| * _pipeline.py: Add task progress to resolve_elements()James Ennis2019-09-041-1/+8
| * _loader.py: Cache how many Elements we loadJames Ennis2019-09-042-5/+7
| * _messenger.py: Don't display subtask information before 3 secondsJames Ennis2019-09-041-3/+10
|/
* Merge branch 'traveltissues/1118' into 'master'bst-marge-bot2019-09-041-2/+2
|\
| * Fix typo in node attributeDarius Makovsky2019-09-041-2/+2
|/
* Merge branch 'juerg/synthetic-file-index' into 'master'bst-marge-bot2019-09-044-16/+33
|\
| * tests: Add autouse fixture to reset global state in node.pyxjuerg/synthetic-file-indexJürg Billeter2019-09-043-3/+8
| * node.pyx: Add _reset_global_state() methodJürg Billeter2019-09-041-0/+12
| * node.pyx: _SYNTHETIC_FILE_INDEX must not be module-privateJürg Billeter2019-09-041-13/+13
|/
* Merge branch 'juerg/await-threads' into 'master'bst-marge-bot2019-09-041-3/+15
|\
| * utils.py: Wait for threads to exit in _is_single_threaded()Jürg Billeter2019-09-041-3/+15
|/
* Merge branch 'juerg/http-test-server' into 'master'bst-marge-bot2019-09-031-10/+1
|\
| * tests/testutils/http_server.py: Drop queue to avoid lingering threadjuerg/http-test-serverJürg Billeter2019-09-031-10/+1
|/
* Merge branch 'jjardon/badge' into 'master'bst-marge-bot2019-09-031-1/+1
|\
| * README.rst: Point badge to latest bst 1.x releasejjardon/badgeJavier Jardón2019-09-031-1/+1
|/
* Merge branch 'juerg/fork' into 'master'bst-marge-bot2019-09-0316-150/+268
|\
| * tests: Catch tests that don't shut down background threadsjuerg/forkJürg Billeter2019-09-033-0/+49
| * testing/_forked.py: Update _MAIN_PID for tests running in subprocessesJürg Billeter2019-09-031-0/+6
| * cascache.py: Remove fork_disabled mechanismJürg Billeter2019-09-031-12/+0
| * casserver.py: Remove notify_fork_disabled() callJürg Billeter2019-09-031-4/+0
| * _context.py: Remove unused disable_fork() methodJürg Billeter2019-09-031-12/+0
| * _stream.py: Remove disable_fork() callsJürg Billeter2019-09-031-5/+0
| * scheduler.py: Use Context.is_fork_allowed()Jürg Billeter2019-09-031-1/+1
| * _context.py: Add is_fork_allowed() methodJürg Billeter2019-09-031-0/+17
| * _basecache.py: Add has_open_grpc_channels() methodJürg Billeter2019-09-031-0/+12
| * cascache.py: Add has_open_grpc_channels() methodJürg Billeter2019-09-031-0/+8
| * utils.py: Add _is_single_threaded() methodJürg Billeter2019-09-031-0/+20
| * tests/testutils/http_server.py: Close queue to stop background threadJürg Billeter2019-09-031-0/+2
| * tests/artifactcache: Use context manager for gRPC channelsJürg Billeter2019-09-031-50/+50
| * _sandboxremote.py: Use context manager for CASRemote instancesJürg Billeter2019-09-031-43/+45
| * _sandboxremote.py: Use context manager for gRPC channelsJürg Billeter2019-09-031-28/+30
| * _context.py: Release artifactcache and sourcecache resourcesJürg Billeter2019-09-031-0/+6
| * _basecache.py: Add release_resources() methodJürg Billeter2019-09-031-0/+10
| * casremote.py: Add close() method to close gRPC channelJürg Billeter2019-09-031-0/+12