summaryrefslogtreecommitdiff
path: root/src/buildstream/_stream.py
Commit message (Expand)AuthorAgeFilesLines
* _stream.py: Ensure push does not fail if artifact not cachedjennis/push_unbuilt_artifactJames Ennis2019-08-141-6/+35
* _stream.py: Remove FIXMEJames Ennis2019-08-141-14/+0
* Frontend: Fix bst artifact logJames Ennis2019-08-091-3/+3
* _message.py: Use element_name & element_key instead of unique_idtpollard/messageobjectTom Pollard2019-08-081-1/+1
* Bst artifact subcommands take artifact ref names.Rebecca Grayson2019-07-261-44/+54
* Render progress information for loading and processing elementsJonathan Maw2019-07-261-1/+4
* Make ChildJobs and friends picklableAngelos Evripiotis2019-07-241-0/+15
* Don't remove workspace directory when `--no-checkout` option is givenChandan Singh2019-07-191-2/+2
* stream.py: Don't checkout sources in the parent of the locationChandan Singh2019-07-191-2/+1
* Allowing tar files to be compressedbecky/tar_compressionRebecca Grayson2019-07-161-4/+7
* _yaml: Decomission 'dump()'. 'roundtrip_dump' is an equivalent function nowBenjamin Schubert2019-07-151-1/+1
* Add pull-artifact-files configuration option for remote executionRaoul Hidalgo Charman2019-07-111-3/+5
* _stream.py: Use build_all to determine required artifact files with RERaoul Hidalgo Charman2019-07-111-1/+3
* _stream: rm unused _collect_sources()Angelos Evripiotis2019-07-091-11/+0
* Store core state for the frontend separatelyJonathan Maw2019-07-091-12/+25
* Pipeline: Add a helper for adding lists of elements togetherJonathan Maw2019-07-091-1/+2
* Stream: Fix the existence of duplicate queuesJonathan Maw2019-07-091-8/+13
* Refactor, use context.messenger directlyAngelos Evripiotis2019-07-051-5/+5
* Fetch sources as needed for bst source checkoutJürg Billeter2019-06-271-6/+2
* _stream.py: Use scheduler to fetch subprojectsJürg Billeter2019-06-251-2/+8
* Handle subproject fetching in the Stream classJürg Billeter2019-06-251-0/+11
* app.py: Create stream before loading projectJürg Billeter2019-06-251-4/+15
* Always fetch subprojects as neededJürg Billeter2019-06-251-18/+6
* _stream/cli: Add pull option to shellRaoul Hidalgo Charman2019-06-241-5/+13
* cli.py/_stream.py: Add pull option to checkoutRaoul Hidalgo Charman2019-06-241-4/+18
* _frontend/cli.py: Tweak 'try' & 'always' bst shell buildtree handlingTom Pollard2019-06-191-5/+1
* _scheduler/scheduler.py: Remove unused elapsed_time() callstpollard/elapsedtimeTom Pollard2019-06-131-1/+1
* queue.py: Push-based queuesJames Ennis2019-06-071-0/+1
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-211-0/+1512