summaryrefslogtreecommitdiff
path: root/src/buildstream/_stream.py
Commit message (Expand)AuthorAgeFilesLines
* WIP Remove element.__tracking_scheduledtraveltissues/remove-tracking-scheduledDarius Makovsky2019-11-071-1/+11
* _stream: Assert not loading both tracking and primary at the same timeDarius Makovsky2019-11-071-0/+7
* _stream: Remove exception case for removed optionDarius Makovsky2019-11-071-10/+0
* Add is_trackable() public method to Source()Darius Makovsky2019-11-071-4/+4
* _stream: correct typo in error messagetraveltissues/closeworkspacesDarius Makovsky2019-11-061-1/+1
* Remove unnecessary ignore_workspaces kwargDarius Makovsky2019-11-061-6/+3
* Remove `commit`ting sources inside `Source()._generate_key`Darius Makovsky2019-11-051-0/+6
* frontend: Remove tracking options from `bst build`Chandan Singh2019-11-041-22/+4
* Use workspace_close and workspace_open to reset workspacesDarius Makovsky2019-10-161-35/+25
* _scheduler.py: Listen for buildbox-casd failure and terminateBenjamin Schubert2019-10-081-1/+1
* 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