summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* remove key stability concepttraveltissues/1143-2Darius Makovsky2019-09-261-45/+12
* element.py: check consistency of workspace sourcesDarius Makovsky2019-09-261-15/+4
* wipDarius Makovsky2019-09-261-0/+7
* remove callDarius Makovsky2019-09-261-1/+0
* _context.py: Remove duplicated log_message_lines assignTom Pollard2019-09-251-1/+0
* import.py: assemble the element via `stage_sources`Darius Makovsky2019-09-241-2/+1
* loader.py: Remove workspace handling in element collectionDarius Makovsky2019-09-241-5/+1
* Remove workspace mounting for sandboxesDarius Makovsky2019-09-244-41/+12
* element.py: always check sources for cachingDarius Makovsky2019-09-241-15/+4
* Support loading 'workspace'-kind sourcesDarius Makovsky2019-09-242-7/+43
* workspace.py: add workspace source pluginDarius Makovsky2019-09-241-0/+150
* cascache.py: Create `CASCache.close_channel()`Darius Makovsky2019-09-241-5/+11
* _remote.py: Remove unused bytestreamJürg Billeter2019-09-191-5/+0
* casremote.py: Add missing copyright headerJürg Billeter2019-09-191-0/+17
* casremote.py: Do not directly communicate with CAS serverJürg Billeter2019-09-191-68/+0
* cascache.py: Use casd in remote_missing_blobs()Jürg Billeter2019-09-191-2/+11
* cascache.py: Create CAS stub for buildbox-casd channelJürg Billeter2019-09-191-2/+21
* casremote.py: Drop Status requestJürg Billeter2019-09-191-18/+0
* _sourcecache.py: Move capabilities check to _check() and extend itJürg Billeter2019-09-191-10/+22
* _artifactcache.py: Move capabilities check to _check() and extend itJürg Billeter2019-09-191-9/+21
* _artifactcache.py: Create ArtifactServiceStub in _configure_protocols()Jürg Billeter2019-09-191-7/+11
* element.py: Abstract not producing artifactsThomas Coldrick2019-09-163-5/+15
* filter.py: Fail if parent element is a stackThomas Coldrick2019-09-161-0/+7
* filter.py: Allow passing integration commandsThomas Coldrick2019-09-162-1/+13
* _stream.py: Load the appropriate PipelineSelection in checkoutJames Ennis2019-09-132-13/+10
* 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