summaryrefslogtreecommitdiff
path: root/buildstream/_stream.py
Commit message (Expand)AuthorAgeFilesLines
* _stream.py: fix _buildtree_pull_required logictpollard/fixbuildtreereqTom Pollard2018-12-201-1/+1
* Basic options for shell --build to use buildtreesWilliam Salmon2018-12-191-2/+5
* Remove source bundle commandPhil Dawson2018-12-121-81/+0
* Add option to source-checkout command to generate build scriptsPhil Dawson2018-12-121-5/+16
* Add --force / -f option to source-checkout commandPhil Dawson2018-12-121-5/+7
* Add --tar option to source-checkout commandPhil Dawson2018-12-121-6/+65
* _stream.py: Fix ugly error when opening a workspace using a relative pathJonathan Maw2018-12-111-1/+2
* cli: Interactively warn if the user is trying to close the workspace they're ...Jonathan Maw2018-12-111-0/+14
* Create and store data inside projects when opening workspacesJonathan Maw2018-12-111-13/+2
* Fix bst source-checkout not working with open workspacesJonathan Maw2018-12-061-1/+1
* Refactor and simplify _prepare_sandbox for elementsBenjamin Schubert2018-12-031-3/+3
* _stream.py: Ability to pull missing buildtrees outside of pull/buildTom Pollard2018-11-301-2/+40
* Workspace CLI updateWilliam Salmon2018-11-211-42/+87
* Add `bst source-checkout` commandChandan Singh2018-11-191-27/+97
* _stream.py: Preserve stdout FD across checkout-to-stdoutDaniel Silverstone2018-10-261-3/+10
* _stream.py: Migrate to Context.artifactcacheJürg Billeter2018-09-271-3/+1
* _stream.py: Ensure source-bundle's source directory existsChandan Singh2018-09-211-0/+2
* _artifactcache/artifactcache.py: Changes to mark_required_elements()Tristan Van Berkom2018-09-141-6/+3
* Fix tracking of junctions used in project.conf.Valentin David2018-08-131-2/+15
* 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