summaryrefslogtreecommitdiff
path: root/src/buildstream
Commit message (Expand)AuthorAgeFilesLines
...
* scheduler.py: Notification for interactive failure retryTom Pollard2019-09-103-18/+21
* scheduler.py: Notification for sched suspended statusTom Pollard2019-09-102-1/+9
* scheduler.py: Notifications for sched suspendingTom Pollard2019-09-102-7/+19
* scheduler.py: Notification for sched terminated statusTom Pollard2019-09-102-1/+9
* scheduler.py: Notification for sched loop running statusTom Pollard2019-09-102-3/+13
* scheduler.py: Move elapsed_time() to shared State()Tom Pollard2019-09-103-22/+32
* scheduler.py: Introduce a notification queue for stream interactionTom Pollard2019-09-103-28/+117
* casremote.py: Limit request size for batch download and uploadJürg Billeter2019-09-101-28/+47
* cascache.py: Remove unused pull() and push() methodsJürg Billeter2019-09-091-92/+1
* _frontend/status.py: Fix non-formatted terminatorcoldtom/fix-status-job-renderThomas Coldrick2019-09-091-1/+1
* cli.py: remove superfluous kwargs for flagsDarius Makovsky2019-09-091-38/+38
* casserver.py: Use show_default for optionsDarius Makovsky2019-09-091-7/+5
* Allow splitting artifact cachesTristan Maat2019-09-067-446/+714
* _basecache.py: Refactor the BaseCache a littleTristan Maat2019-09-061-30/+67
* Remove cache-specifc spec classesTristan Maat2019-09-067-90/+24
* Create BaseRemote base classTristan Maat2019-09-061-0/+241
* _basecache.py: Remove references to 'artifacts'Tristan Maat2019-09-061-3/+3
* Address no-else-raise pylint warningJames Ennis2019-09-0614-60/+63
* cli.py: Allow checkout to handle artifact refsJames Ennis2019-09-052-8/+12
* cli.py: Clean up dependency scope handling in checkoutJames Ennis2019-09-051-8/+2
* _stream.py: Remove separate handling of ArtifactElementsJames Ennis2019-09-052-21/+28
* 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
* cli.py: Allow pull to handle artifact refsJames Ennis2019-09-051-5/+5
* _project.py: Don't only load cached artifactsJames Ennis2019-09-052-7/+4
* cli.py: Allow push to handle artifact refsJames Ennis2019-09-052-6/+7
* _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
* _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
* Fix typo in node attributeDarius Makovsky2019-09-041-2/+2
* tests: Add autouse fixture to reset global state in node.pyxjuerg/synthetic-file-indexJürg Billeter2019-09-042-2/+7
* 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
* utils.py: Wait for threads to exit in _is_single_threaded()Jürg Billeter2019-09-041-3/+15
* tests: Catch tests that don't shut down background threadsjuerg/forkJürg Billeter2019-09-032-0/+48
* 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