summaryrefslogtreecommitdiff
path: root/buildstream/_stream.py
Commit message (Expand)AuthorAgeFilesLines
* _stream.py: Suport partial CAS for build sessions with remote executionJürg Billeter2019-04-121-0/+7
* Rework profiler to act as a context managerBenjamin Schubert2019-03-291-14/+10
* PushQueue -> ArtifactPushQueueRaoul Hidalgo Charman2019-03-251-3/+3
* _stream.py: Schedule source push queueRaoul Hidalgo Charman2019-03-251-1/+7
* _stream.py: Add source cache initialisation.Raoul Hidalgo Charman2019-03-251-4/+19
* _stream.py: Fix doc type mismatchRaoul Hidalgo Charman2019-03-251-1/+1
* _stream.py: Check whether logs are cached in artifact_log()Jürg Billeter2019-03-251-0/+3
* Don't update state before summary. It should be consistentBenjamin Schubert2019-03-211-12/+1
* app.py: str(e) instead of "{}".format(e)Angelos Evripiotis2019-03-201-1/+1
* _artifact.py: Do not create empty buildtree directoriesJürg Billeter2019-03-161-4/+9
* _stream.py: Fix buildtree error message formatting in shell()Jürg Billeter2019-03-161-2/+2
* Integrate source cache with rest of buildstreamRaoul Hidalgo Charman2019-03-141-9/+21
* cli.py: Add artifact delete commandJames Ennis2019-03-131-1/+41
* _stream.py, _project.py: Manage GC during pipeline loadDaniel Silverstone2019-02-271-0/+1
* _stream.py: _classify_artifacts() should be able to handle globsjennis/refactor_artifact_logJames Ennis2019-02-131-13/+11
* cli.py: Move artifact ref handling logic to streamJames Ennis2019-02-131-0/+25
* _stream.py: Allow loading to handle artifact refsJames Ennis2019-02-131-14/+32
* _stream.py: Modify behaviour of _classify_artifacts()James Ennis2019-02-131-17/+23
* _stream.py: Add the _classify_artifacts() helperJames Ennis2019-02-131-0/+45
* Add --remote, -r option to bst build, inline with pull & pushTom Pollard2019-02-051-2/+12
* Download buildtrees on demand for bst shell --use-buildtreetpollard/829Tom Pollard2019-01-281-4/+27
* _stream.py: Add use_artifact_config opt arg for load_selection()Tom Pollard2019-01-281-2/+5
* _profile.py: Added a new profiling topic, load-selectionJames Ennis2019-01-251-0/+7
* _stream.py: Add ignore_junction_targets parameterJürg Billeter2019-01-241-0/+15
* _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