summaryrefslogtreecommitdiff
path: root/src/buildstream/_stream.py
Commit message (Expand)AuthorAgeFilesLines
* _stream.py: shell(): Require sources only for build shellsjuerg/shell-sysrootJürg Billeter2020-04-251-1/+1
* Remove bst shell --sysrootJürg Billeter2020-04-251-24/+18
* _workspaces: Rename `last_successful` to `last_build`Darius Makovsky2020-02-111-1/+1
* _workspaces.py: Drop `prepared`Jürg Billeter2020-02-111-1/+0
* element.py: Rename '_source_cached' to '_has_all_sources_in_source_cache'Benjamin Schubert2020-01-161-1/+1
* Make PipelineSelection a proper enum typeTristan Maat2020-01-081-33/+38
* lint: remove all unecessary elif/else after break/continueBenjamin Schubert2019-12-021-1/+1
* lint: Remove unnecessary list comprehensionsBenjamin Schubert2019-12-021-1/+1
* Clear last_successful for soft-reset of WorkspaceDarius Makovsky2019-11-271-0/+1
* _stream.py: Remove dead code and comments about trackingBenjamin Schubert2019-11-251-23/+4
* cascache: extract CASDProcess in new moduleAngelos Evripiotis2019-11-221-1/+1
* _stream.py: Refactor `Stream._load()` a littleTristan Maat2019-11-221-32/+72
* Remove `Element._schedule_tracking()`Tristan Maat2019-11-221-3/+5
* Remove early skipping of already-fetched sourcesTristan Maat2019-11-221-5/+1
* Simplify queue managementTristan Maat2019-11-221-8/+4
* Schedule elements instead of "requiring" themTristan Maat2019-11-221-2/+2
* Remove all `--track` optionsTristan Maat2019-11-221-141/+82
* Improve help message for workspace soft-resetDarius Makovsky2019-11-191-1/+1
* _stream: Force workspace removalDarius Makovsky2019-11-151-1/+1
* Reformat code using BlackChandan Singh2019-11-141-252/+286
* _stream: Remove exception case for removed optionDarius Makovsky2019-11-111-10/+0
* Add _is_trackable() method to Source()Darius Makovsky2019-11-111-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