summaryrefslogtreecommitdiff
path: root/src/buildstream/_stream.py
Commit message (Expand)AuthorAgeFilesLines
* Remove workspace mounting for sandboxesDarius Makovsky2019-09-241-1/+1
* _stream.py: Load the appropriate PipelineSelection in checkoutJames Ennis2019-09-131-9/+9
* _stream.py: Inform user of source checkout locationJames Ennis2019-09-121-0/+2
* cli.py: Add --compression option to source checkoutJames Ennis2019-09-121-7/+11
* _stream.py: Handle tar compression mode in separate functionJames Ennis2019-09-121-7/+21
* _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
* scheduler.py: Notification for Message() propagationTom Pollard2019-09-101-1/+3
* scheduler.py: Notification for interactive failure retryTom Pollard2019-09-101-13/+4
* scheduler.py: Notification for sched suspended statusTom Pollard2019-09-101-1/+4
* scheduler.py: Notifications for sched suspendingTom Pollard2019-09-101-2/+7
* scheduler.py: Notification for sched terminated statusTom Pollard2019-09-101-1/+4
* scheduler.py: Notification for sched loop running statusTom Pollard2019-09-101-3/+6
* scheduler.py: Move elapsed_time() to shared State()Tom Pollard2019-09-101-2/+5
* scheduler.py: Introduce a notification queue for stream interactionTom Pollard2019-09-101-6/+36
* Address no-else-raise pylint warningJames Ennis2019-09-061-6/+6
* cli.py: Allow checkout to handle artifact refsJames Ennis2019-09-051-0/+4
* _stream.py: Remove separate handling of ArtifactElementsJames Ennis2019-09-051-21/+8
* _project.py: Don't only load cached artifactsJames Ennis2019-09-051-2/+4
* cli.py: Allow push to handle artifact refsJames Ennis2019-09-051-1/+2
* _stream.py: Remove disable_fork() callsJürg Billeter2019-09-031-5/+0
* Addition of --long option to list-contents:becky/list_contents_long_optionRebecca Grayson2019-09-021-4/+7
* Addition of --out option to bst artifact log:becky/artifact_log_file_optionRebecca Grayson2019-08-291-3/+3
* frontend: Remove build --all flag in favour of --deps all/plantmewett/build-deps-cliTom Mewett2019-08-281-9/+3
* _artifactcache.py: Add remote support to bst artifact showJames Ennis2019-08-271-0/+5
* cli.py: Introduce bst artifact showJames Ennis2019-08-271-0/+22
* cli.py: Implement --deps for artifact deleteJames Ennis2019-08-271-2/+3
* _stream.py: Validate selection for target artifacts in _load()James Ennis2019-08-271-3/+6
* _stream.py: Don't say we're loading elements if we're notJames Ennis2019-08-271-3/+6
* Load artifact refs the same way we load element namesJames Ennis2019-08-271-2/+2
* _stream.py: Disable fork for Element._shell()Jürg Billeter2019-08-201-0/+2
* _stream.py: Disable fork for staging in artifact checkoutJürg Billeter2019-08-201-0/+2
* _stream.py: Remove calls to mark_required_{elements,sources}Jürg Billeter2019-08-201-16/+0
* Remove support for pruning CAS cacheJürg Billeter2019-08-201-8/+2
* _frontend/app.py: Don't determine queue for retrying in frontendTom Pollard2019-08-191-5/+15
* _frontend/app.py: Stop handling Element instances directlyTom Pollard2019-08-191-1/+23
* Addition of bst artifact list-contents:Rebecca Grayson2019-08-161-0/+24
* _stream.py: Ensure push does not fail if artifact not cachedjennis/push_unbuilt_artifactJames Ennis2019-08-141-6/+35
* _stream.py: Remove FIXMEJames Ennis2019-08-141-14/+0
* Frontend: Fix bst artifact logJames Ennis2019-08-091-3/+3
* _message.py: Use element_name & element_key instead of unique_idtpollard/messageobjectTom Pollard2019-08-081-1/+1
* Bst artifact subcommands take artifact ref names.Rebecca Grayson2019-07-261-44/+54
* Render progress information for loading and processing elementsJonathan Maw2019-07-261-1/+4
* Make ChildJobs and friends picklableAngelos Evripiotis2019-07-241-0/+15
* Don't remove workspace directory when `--no-checkout` option is givenChandan Singh2019-07-191-2/+2
* stream.py: Don't checkout sources in the parent of the locationChandan Singh2019-07-191-2/+1
* Allowing tar files to be compressedbecky/tar_compressionRebecca Grayson2019-07-161-4/+7
* _yaml: Decomission 'dump()'. 'roundtrip_dump' is an equivalent function nowBenjamin Schubert2019-07-151-1/+1
* Add pull-artifact-files configuration option for remote executionRaoul Hidalgo Charman2019-07-111-3/+5
* _stream.py: Use build_all to determine required artifact files with RERaoul Hidalgo Charman2019-07-111-1/+3