summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cli.py: Allow checkout to handle --deps allJames Ennis2019-09-131-2/+2
* _stream.py: Inform user of source checkout locationJames Ennis2019-09-121-0/+2
* cli.py: Add --compression option to source checkoutJames Ennis2019-09-122-8/+20
* _stream.py: Handle tar compression mode in separate functionJames Ennis2019-09-121-7/+21
* cli.py: Make source checkout more consistent with artifact checkoutJames Ennis2019-09-121-12/+15
* _stream.py: Include all args in doc comment of source_checkout()James Ennis2019-09-121-1/+4
* _stream.py: Add doc comment to _export_artifacts()James Ennis2019-09-121-0/+12
* cli.py: Fix typo in source checkout's doc stringJames Ennis2019-09-121-1/+1
* Use distutils plugin from bst-plugins-experimentalJavier Jardón2019-09-122-100/+0
* Fail if we try to build a BST_FORMAT_VERSION we do not support anymorejjardon/BST_FORMAT_VERSIONJavier Jardón2019-09-123-2/+16
* _context.py: Add 'dependencies' option to 'build' user configRaoul Hidalgo Charman2019-09-123-2/+22
* cascache.py: Fix cache usage monitor on Python older than 3.7Jürg Billeter2019-09-101-2/+3
* Check result is not None in tracking queue done()Darius Makovsky2019-09-101-3/+4
* _message.py: Use bool for sandbox Message() parameterTom Pollard2019-09-101-2/+2
* Fix typo in pipeline msg detailDarius Makovsky2019-09-101-1/+1
* scheduler.py: Notification for Message() propagationTom Pollard2019-09-104-7/+22
* 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