summaryrefslogtreecommitdiff
path: root/buildstream/_stream.py
Commit message (Expand)AuthorAgeFilesLines
* Implementing relative workspacesrelative_workspacesPhillip Smyth2018-08-101-15/+17
* Add support for include '(@)' in project.conf and .bst filesValentin David2018-08-021-2/+5
* Make Project owner of Loader.Valentin David2018-08-021-4/+4
* _stream.py: Print details on checkout failuremablanch/447-stack-trace-checkoutMartin Blanchard2018-08-011-1/+1
* _stream.py: Convert to virtual directories.Jim MacArthur2018-08-011-43/+9
* _stream.py: Added functionality for workspace open -fPhillip Smyth2018-07-251-1/+5
* Add support for creating a tarball on bst checkouttiagogomes/tarball_checkoutTiago Gomes2018-07-201-27/+87
* source-bundle: Enable --except optionfranred/fix-except-argument-in-source-bundleFrancisco Redondo Marchena2018-07-191-1/+3
* _stream.py: Clarifying ambiguous FIXME comment about required artifactsbst-1-branchpointTristan Van Berkom2018-07-181-3/+6
* Clean the artifact cache when we hit the cache quotaTristan Maat2018-07-181-0/+8
* buildstream/_frontend/cli.py: Added a `--deps` flag to `bst checkout`Phillip Smyth2018-07-171-1/+2
* Only redirect elements for workspace and track operationsPRE_CAS_MERGE_JULY_2018Jonathan Maw2018-07-161-4/+10
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
* 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