summaryrefslogtreecommitdiff
path: root/buildstream/_frontend/main.py
Commit message (Expand)AuthorAgeFilesLines
* pylint - dealt with import warningsJames Ennis2018-03-141-2/+4
* pylint - dealt with len-as-condition warningJames Ennis2018-03-141-1/+1
* pylint - dealt with bad-continuation warningJames Ennis2018-03-141-2/+1
* Enhanced bst shell configuration and cli optionsTristan Van Berkom2018-03-041-2/+2
* Add logfile format tokeniserJim MacArthur2018-03-011-1/+2
* _frontend: Added App.shell() to call instead of directly invoking the Element...Tristan Van Berkom2018-02-241-1/+18
* bst shell: Added --isolate option, disabled by default.tristan/isolate-shellTristan Van Berkom2018-02-231-1/+1
* Refactor CLI importscompletion-optimizationsTristan Maat2018-02-081-687/+2
* Add junction support for subprojectsJürg Billeter2018-02-081-7/+15
* Move cli_options from Context to ProjectJürg Billeter2018-02-081-4/+4
* Increase the soft limit for open file descriptorsjuerg/fuse-rlimitJürg Billeter2018-02-061-0/+9
* Make workspaces element-wide instead of source-specificChandan Singh2018-02-051-15/+7
* _frontend: remove unused 'ctx' param from overrideAngelos Evripiotis2018-01-311-6/+3
* _frontend: more doc on parametersAngelos Evripiotis2018-01-311-0/+13
* Get version number w/o pkg_resourcesGökçen Nurlu2018-01-311-4/+1
* Add explicit error handling for ElementErrors that happen as a result of stag...Jonathan Maw2018-01-251-1/+4
* Rename _force_inconsistent() to _schedule_tracking()Jürg Billeter2018-01-161-7/+7
* _frontend/main.py: Fix `inconsistent` argumentJürg Billeter2018-01-161-2/+2
* Update copyright years of files I have touchedSam Thursfield2018-01-111-1/+1
* Add `bst push --remote` and `bst pull --remote`Sam Thursfield2018-01-111-9/+25
* _frontend/main.py: Making error handling more consistentrefactor-error-detailsTristan Van Berkom2018-01-111-16/+27
* _frontend/main.py: Fix issue #180 - Fail gracefully when preflight failsTristan Van Berkom2018-01-061-21/+18
* _frontend: Enable logging right away, fixes issue #168Tristan Van Berkom2017-12-131-135/+44
* _frontend/main.py: Rewording `--track-all` build optionTristan Van Berkom2017-12-131-2/+2
* main.py: Add `bst build --track-all`Tristan Maat2017-12-131-1/+6
* Add `bst build --track-except`Tristan Maat2017-12-131-3/+7
* Issue #117: Add `bst build --track`Tristan Maat2017-12-131-20/+29
* Issue #113: Split tracking and saving in `bst build`Tristan Maat2017-12-131-3/+8
* Remove unused importsGökçen Nurlu2017-12-071-1/+1
* _frontend/main.py: Adding --hardlinks option to `bst checkout`Tristan Van Berkom2017-12-051-2/+4
* 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-061-2/+2
* _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
* 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/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