summaryrefslogtreecommitdiff
path: root/buildstream/_frontend
Commit message (Expand)AuthorAgeFilesLines
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-218-3980/+0
* lint: Fix or silence 'cyclic-import' errors and enable pylint for itBenjamin Schubert2019-04-012-3/+5
* app.py: fix spelling 'depency' -> 'dependency'Angelos Evripiotis2019-03-291-1/+1
* The new YAML World OrderDaniel Silverstone2019-03-271-1/+1
* sourcepushqueue.py: Add queue for pushing sourcesRaoul Hidalgo Charman2019-03-251-1/+1
* _stream.py: Add source cache initialisation.Raoul Hidalgo Charman2019-03-251-2/+5
* _frontend/cli.py: Do not require artifact file contents for `bst show`Jürg Billeter2019-03-251-0/+3
* plugin.py: make _unique_id accessible to the coreBenjamin Schubert2019-03-211-1/+1
* plugin.py: move the creation and handling of the plugin table in PluginBenjamin Schubert2019-03-211-4/+4
* app.py: str(e) instead of "{}".format(e)Angelos Evripiotis2019-03-202-5/+5
* Rename cache-buildtrees option value 'failure' to 'auto'Jürg Billeter2019-03-161-1/+1
* _frontend/app.py: Fail on missing buildtree in failure handlerJürg Billeter2019-03-161-1/+1
* _artifact.py: Do not create empty buildtree directoriesJürg Billeter2019-03-161-2/+3
* 'artifact log': document the 'artifacts' argumentaevri/doc_artifact_logAngelos Evripiotis2019-03-141-2/+37
* Integrate source cache with rest of buildstreamRaoul Hidalgo Charman2019-03-142-2/+2
* _frontend/cli.py: Don't attempt to path NoneType in complete_target()Tom Pollard2019-03-141-8/+11
* cli.py: Add artifact delete commandJames Ennis2019-03-131-0/+14
* CASQuota: Move cache check methods into new Classraoul/870-root-cache-dirRaoul Hidalgo Charman2019-02-192-2/+2
* context: remove artifactdirRaoul Hidalgo Charman2019-02-191-1/+1
* userconfig: rm really-workspace-close-project-inaccessibleare_you_sure2Angelos Evripiotis2019-02-151-7/+11
* Variables: Rework how expansion strings workDaniel Silverstone2019-02-151-1/+1
* _frontend/cli.py: Ensure failed buildtree warning is correctTom Pollard2019-02-131-1/+2
* Add cli main & user conf option for 'cache-buildtrees' contextTom Pollard2019-02-132-1/+5
* cli.py: Remove _classify_artifacts() methodJames Ennis2019-02-131-33/+0
* cli.py: Move artifact ref handling logic to streamJames Ennis2019-02-131-47/+18
* _frontend: Allow printing dependencies using `bst show`Chandan Singh2019-02-122-1/+25
* Add more log formatting optionsWilliam Salmon2019-02-071-2/+15
* Add --remote, -r option to bst build, inline with pull & pushTom Pollard2019-02-051-3/+6
* BREAK:remove unconditional 'are you sure?' promptsAngelos Evripiotis2019-01-291-10/+0
* Download buildtrees on demand for bst shell --use-buildtreetpollard/829Tom Pollard2019-01-281-14/+26
* _frontend/status.py: Added Cache size usage indicator to status barTristan Van Berkom2019-01-241-7/+35
* _frontend/widget.py: Added cache usage entry in the startup headingTristan Van Berkom2019-01-241-0/+1
* _frontend/app.py: Initialize logging before preflighting the artifact cacheTristan Van Berkom2019-01-241-5/+7
* _frontend/widget.py: Render core messages more like other messagesTristan Van Berkom2019-01-241-17/+13
* _frontend/cli.py: Ignore junctions in default targets where appropriateJürg Billeter2019-01-241-2/+17
* _project.py: Add get_default_target() and get_default_targets() methodsJürg Billeter2019-01-241-25/+68
* _frontend/cli.py: Guess element also for bst build --allJürg Billeter2019-01-241-1/+1
* cli.py: Add an obsoletion note to our deprecated commands.James Ennis2019-01-221-5/+5
* Mark 'old' checkout command as obsoleteJames Ennis2019-01-221-61/+27
* cli: Add artifact checkout subcommandJames Ennis2019-01-221-0/+69
* Move push and pull to the new artifact subcommand groupJames Ennis2019-01-221-72/+106
* widget.py: Avoid "showing 0 lines" messages when there are no linesTristan Maat2019-01-181-2/+3
* cli.py: add a hint about '--' to 'bst shell' helpAngelos Evripiotis2019-01-181-0/+6
* _frontend/cli.py: Also check original args for --config in bash completionJürg Billeter2019-01-141-7/+20
* Scheduler: Introduced JobStatus instead of simple success booleanTristan Van Berkom2019-01-071-3/+3
* _frontend/app.py: Use buildtree for interactive shell on build failureJürg Billeter2019-01-061-1/+1
* _frontend/cli.py: Reinstate support for guessing targetsjuerg/source-guess-targetJürg Billeter2019-01-041-0/+10
* Use collections.abc for Mapping, IterableThomas Coldrick2019-01-031-2/+2
* _frontend/widget.py: Fixing new (wrong-import-order) linter errorTristan Van Berkom2018-12-261-1/+1
* _frontend/complete.py: Fixing new (simplifiable-if-expression) linter errorTristan Van Berkom2018-12-261-1/+1