summaryrefslogtreecommitdiff
path: root/buildstream/_frontend
Commit message (Expand)AuthorAgeFilesLines
* 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
* _frontend/cli.py: Fixing new (unnecessary-pass) linter errorsTristan Van Berkom2018-12-261-3/+0
* BREAK: remove auto-init behaviourAngelos Evripiotis2018-12-201-7/+7
* Basic options for shell --build to use buildtreesWilliam Salmon2018-12-191-2/+25
* Introduce new "source" command groupChandan Singh2018-12-142-104/+158
* cli: Add artifact log commandRichard Maw2018-12-121-0/+59
* cli: Add artifact command groupRichard Maw2018-12-121-0/+42
* cli: Add support for auto-completing artifact ref namesRichard Maw2018-12-121-7/+26
* Remove source bundle commandPhil Dawson2018-12-121-31/+0
* Add option to source-checkout command to generate build scriptsPhil Dawson2018-12-121-4/+6
* Add --force / -f option to source-checkout commandPhil Dawson2018-12-121-1/+4
* Add --tar option to source-checkout commandPhil Dawson2018-12-121-2/+6
* Make specifying elements optional in bst commandsJonathan Maw2018-12-111-13/+85
* _context.py: Store the directory buildstream was invoked onJonathan Maw2018-12-111-1/+1
* cli: Interactively warn if the user is trying to close the workspace they're ...Jonathan Maw2018-12-111-1/+9
* cli.py: Use utils' search upwards helper when searching for project.confJonathan Maw2018-12-111-11/+2
* Refactor and simplify _prepare_sandbox for elementsBenjamin Schubert2018-12-031-1/+9
* Add `--deps build` option to `bst checkout`Chandan Singh2018-12-031-1/+1