summaryrefslogtreecommitdiff
path: root/src/buildstream/_stream.py
Commit message (Expand)AuthorAgeFilesLines
* _stream.py: Remove disable_fork() callsJürg Billeter2019-09-031-5/+0
* Addition of --long option to list-contents:becky/list_contents_long_optionRebecca Grayson2019-09-021-4/+7
* Addition of --out option to bst artifact log:becky/artifact_log_file_optionRebecca Grayson2019-08-291-3/+3
* frontend: Remove build --all flag in favour of --deps all/plantmewett/build-deps-cliTom Mewett2019-08-281-9/+3
* _artifactcache.py: Add remote support to bst artifact showJames Ennis2019-08-271-0/+5
* cli.py: Introduce bst artifact showJames Ennis2019-08-271-0/+22
* cli.py: Implement --deps for artifact deleteJames Ennis2019-08-271-2/+3
* _stream.py: Validate selection for target artifacts in _load()James Ennis2019-08-271-3/+6
* _stream.py: Don't say we're loading elements if we're notJames Ennis2019-08-271-3/+6
* Load artifact refs the same way we load element namesJames Ennis2019-08-271-2/+2
* _stream.py: Disable fork for Element._shell()Jürg Billeter2019-08-201-0/+2
* _stream.py: Disable fork for staging in artifact checkoutJürg Billeter2019-08-201-0/+2
* _stream.py: Remove calls to mark_required_{elements,sources}Jürg Billeter2019-08-201-16/+0
* Remove support for pruning CAS cacheJürg Billeter2019-08-201-8/+2
* _frontend/app.py: Don't determine queue for retrying in frontendTom Pollard2019-08-191-5/+15
* _frontend/app.py: Stop handling Element instances directlyTom Pollard2019-08-191-1/+23
* Addition of bst artifact list-contents:Rebecca Grayson2019-08-161-0/+24
* _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