summaryrefslogtreecommitdiff
path: root/buildstream/_stream.py
Commit message (Expand)AuthorAgeFilesLines
* Allow tracking dependencies within sub-projects.Valentin David2018-06-081-3/+21
* Handle cross junction elements in workspaces.Valentin David2018-06-081-13/+19
* Redirect elements when performing tracking and workspace commandsJonathan Maw2018-05-171-1/+39
* _stream.py: Do not force `PipelineSelection.ALL` for build with trackingJürg Billeter2018-05-111-1/+1
* Do not pull/fetch/build elements that are not requiredJürg Billeter2018-05-111-2/+14
* _stream.py: Remove unused downloadable parameter from load_selection()Jürg Billeter2018-05-111-4/+1
* Add soft reset functionality for workspacesTristan Van Berkom2018-05-101-1/+8
* _stream.py, _pipeline.py: Refactoring of the pipeline itselfTristan Van Berkom2018-05-081-278/+410
* _artifactcache: Added ArtifactCache.setup_remotes()Tristan Van Berkom2018-05-081-3/+9
* Moving 'fetch_subprojects' configuration to stream <--> loaderTristan Van Berkom2018-05-081-14/+27
* _stream.py, _frontend: Call Stream() APIs with CLI arguments directly.Tristan Van Berkom2018-05-081-134/+410
* _stream.py: Absorb workspace functionality from App.Tristan Van Berkom2018-05-081-28/+180
* _stream.py: Add StreamError exceptionTristan Van Berkom2018-05-081-25/+25
* _stream.py: New Stream object, main calling interface for BuildStream coreTristan Van Berkom2018-05-081-0/+396