summaryrefslogtreecommitdiff
path: root/buildstream/_frontend
Commit message (Expand)AuthorAgeFilesLines
* 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
* cli.py: no autocomplete on files without .bstPhillip Smyth2018-11-301-1/+5
* _stream.py: Ability to pull missing buildtrees outside of pull/buildTom Pollard2018-11-301-0/+4
* Workspace CLI updateWilliam Salmon2018-11-211-17/+9
* Add prompt.workspace-... optionsAngelos Evripiotis2018-11-201-2/+2
* Add prompt.auto-init buildstream.conf optionAngelos Evripiotis2018-11-201-3/+4
* Add `bst source-checkout` commandChandan Singh2018-11-191-0/+27
* Add cli main and user config option for 'pull-buildtrees' context.Tom Pollard2018-11-172-1/+4
* _frontend/app.py: Set correct element-path in interactive bst-initchiaratolentino/bst-init-interactive-elementpathctolentino82018-10-311-1/+1
* Element: Use cached buildtree in build shells and failure shellsJonathan Maw2018-10-302-12/+1
* _frontend/status.py: Reorder importsDaniel Silverstone2018-10-251-1/+1
* _frontend/app.py: Remove unused import of `resource`Daniel Silverstone2018-10-251-1/+0