summaryrefslogtreecommitdiff
path: root/buildstream/_frontend
Commit message (Expand)AuthorAgeFilesLines
* Only initialize remote artifact cache connections if neededSam Thursfield2017-11-231-6/+6
* Accept the first character as shortcut on interruption prompts130-interactive-prompt-prefixAntoine Wacheux2017-11-211-12/+40
* Removing unneeded str() statements in "{}".format() statementsTristan Van Berkom2017-11-211-4/+4
* Revert "Accept the first character as shortcut on interruption prompts"Tristan Van Berkom2017-11-191-40/+12
* Accept the first character as shortcut on interruption promptsAntoine Wacheux2017-11-191-12/+40
* Load excepted elements as part of the pipelineTristan Maat2017-11-181-9/+12
* main.py: Fix app initializationTristan Maat2017-11-181-6/+6
* Switch old-style string formattings to new '.format()'Gökçen Nurlu2017-11-171-4/+4
* Refactor: Move context.py -> _context.pyTristan Van Berkom2017-11-081-1/+2
* _frontend/main.py: Fix #133 - make completions work for --except argumentsTristan Van Berkom2017-11-081-1/+6
* refactoring: Made Project option privateTristan Van Berkom2017-11-061-1/+2
* Refactoring: Renamed _BstError -> BstErrorTristan Van Berkom2017-11-061-14/+14
* Refactoring: Move exceptions module to be privateTristan Van Berkom2017-11-062-3/+3
* _frontend/widget.py: Removing architecture from the reportsTristan Van Berkom2017-11-061-2/+0
* _frontend/main.py: Removing arch related optionsTristan Van Berkom2017-11-061-17/+8
* main.py: Make CLI wording for elements consistentTristan Maat2017-11-041-29/+30
* Stop using pipeline.target for UI widgetsTristan Maat2017-11-042-3/+3
* Adjust commands to multiple targetsTristan Maat2017-11-041-30/+30
* _frontend/main.py: Hold on to unconditional startup messagesTristan Van Berkom2017-10-311-0/+8
* _pipeline.py: No except_ argument in source_bundleTristan Van Berkom2017-10-301-1/+1
* _frontend/widget.py: Prettier formatting of messages with no associated pluginTristan Van Berkom2017-10-301-9/+11
* _frontend/main.py: Fetch remote refs in a few placesTristan Van Berkom2017-10-291-6/+9
* _frontend/main.py: Consistent exit code when exceptions occur.Tristan Van Berkom2017-10-231-5/+5
* _frontend/widget.py: Report selected project options, if any.Tristan Van Berkom2017-10-101-0/+9
* _frontend/main.py: Added -o/--option main CLI paramsTristan Van Berkom2017-10-101-6/+16
* project.py: More consistent api for workspacesremove-variantsTristan Van Berkom2017-10-081-1/+1
* _frontend/main.py: Removed all --variant CLI optionsTristan Van Berkom2017-10-081-54/+27
* _frontend/widget.py: print_heading() no longer recognizes %{variant}Tristan Van Berkom2017-10-081-6/+1
* widget.py: Replace tail with a python implementationTristan Maat2017-09-281-6/+23
* Simplify a bit of codeMathieu Bridon2017-09-191-5/+1
* Add loaded plugins to logTristan Maat2017-09-141-0/+26
* _frontend/main.py: Changes to the bst shell commandTristan Van Berkom2017-09-101-22/+23
* _frontend/complete.py: Fixing completions of subdirectory trees in element su...Tristan Van Berkom2017-09-051-4/+17
* _frontend/main.py: special case test suite for completionsTristan Van Berkom2017-09-051-3/+16
* _frontend/complete.py: Return whether completions were handled instead of exi...Tristan Van Berkom2017-09-051-34/+6
* _frontend/widget.py: Removed pretty printing of workspace listTristan Van Berkom2017-09-041-17/+0
* _frontend/main.py: `bst workspace list` in machine readable format.Tristan Van Berkom2017-09-041-9/+14
* _frontend/main.py: Only prompt user when interactiveTristan Van Berkom2017-09-041-4/+7
* _frontend/main.py: Fix stack track when project has no element-pathTristan Van Berkom2017-09-011-1/+6
* _frontend/main.py: Avoid loading messages when not in verboseTristan Van Berkom2017-09-011-0/+12
* _frontend: Fixed yesterdays build breakage.Tristan Van Berkom2017-08-282-96/+115
* main.py: Override clicks entry point and do our completions.Tristan Van Berkom2017-08-281-14/+58
* complete.py: Enhanced to complete bst filesTristan Van Berkom2017-08-281-24/+72
* _frontend/complete.py: Added new custom bash completions modulesTristan Van Berkom2017-08-281-0/+308
* main.py: Add -c / --command option to `bst shell`shell-commandJürg Billeter2017-08-171-2/+5
* _frontend/main.py: Use click.INT type for bst workspace --sourceThomas Chetwin2017-08-161-3/+3
* main.py: Print status message when fetching artifact listJürg Billeter2017-08-151-0/+4
* Add '-h' as alias for '--help' on all commandsAngelos Evripiotis2017-08-111-1/+1
* main.py: Include all dependencies in source bundleJürg Billeter2017-08-101-14/+3
* main.py: Fix crash with `bst workspace list` in bad directoryJürg Billeter2017-08-101-3/+7