summaryrefslogtreecommitdiff
path: root/buildstream/_frontend
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix spelling of it's and itsRichard Dale2018-10-161-1/+1
* Added `set_resource_limits()` to platformknownexus2018-09-271-8/+0
* Use lazy platform instantiationJürg Billeter2018-09-271-1/+1
* _platform: Remove unused contextJürg Billeter2018-09-271-1/+1
* Move artifact cache creation to ContextJürg Billeter2018-09-271-0/+5
* _frontend/status.py: Completely remove the blessings dependency from BuildStreamTristan Van Berkom2018-09-192-8/+77
* buildstream/_frontend/complete.py: Added missing click license complianceTristan Van Berkom2018-09-161-2/+17
* _frontend/linuxapp.py: Fixing fallout from !693Tristan Van Berkom2018-08-231-4/+4
* _frontend/linuxapp.py: Fix special casing around desktop notification escape ...Tristan Van Berkom2018-08-221-3/+34
* Fix get_cache_size to store it in the ArtifactCache, not the contextJonathan Maw2018-08-201-6/+4
* Use ArtifactCache's get_cache_size when calculating the quotaJonathan Maw2018-08-201-0/+4
* _frontend/app.py: Notify session completionsTristan Van Berkom2018-08-171-2/+14