summaryrefslogtreecommitdiff
path: root/buildstream/_frontend
Commit message (Expand)AuthorAgeFilesLines
* _variables.py: Complete rewriteTristan van Berkom2020-07-221-1/+1
* Use collections.abc for Mapping, IterableThomas Coldrick2020-04-041-2/+2
* app.py: Also catch SystemError with click.Abortbschubert/backport-1690Benjamin Schubert2020-01-161-2/+8
* Implementing relative workspacestristan/bst-1/relative-workspacesPhillip Smyth2019-08-041-1/+3
* _frontend: Added toplevel `--max-jobs` configurationTristan Van Berkom2019-07-142-0/+3
* _frontend/cli.py: Exit with error if output streams are set to nonblockingtristan/exit-on-nonblock-terminal-1.2Tristan Van Berkom2019-07-101-0/+12
* _frontend/status.py: Added Cache size usage indicator to status barTristan Van Berkom2019-04-141-7/+35
* _frontend/widget.py: Added cache usage entry in the startup headingTristan Van Berkom2019-04-141-0/+1
* _frontend/app.py: Initialize logging before preflighting the artifact cacheTristan Van Berkom2019-04-141-5/+7
* Use lazy platform instantiationJürg Billeter2019-04-141-1/+1
* _platform: Remove unused contextJürg Billeter2019-04-141-1/+1
* Move artifact cache creation to ContextJürg Billeter2019-04-141-0/+5
* Scheduler: Introduced JobStatus instead of simple success booleanTristan Van Berkom2019-04-121-3/+3
* plugin.py: make _unique_id accessible to the coreBenjamin Schubert2019-03-241-1/+1
* plugin.py: move the creation and handling of the plugin table in PluginBenjamin Schubert2019-03-241-4/+4
* _frontend/app.py: Remove leftover blessings importMathieu Bridon2018-09-241-1/+0
* _frontend/status.py: Completely remove the blessings dependency from BuildStreamTristan Van Berkom2018-09-192-7/+77
* buildstream/_frontend/complete.py: Added missing click license complianceTristan Van Berkom2018-09-161-2/+17
* Fix get_cache_size to store it in the ArtifactCache, not the contextJonathan Maw2018-08-231-6/+4
* _frontend/linuxapp.py: Fixing fallout from !693Tristan Van Berkom2018-08-231-4/+4
* Use ArtifactCache's get_cache_size when calculating the quotavalentindavid/faster_startup-1.2Jonathan Maw2018-08-221-0/+4
* _frontend/linuxapp.py: Fix special casing around desktop notification escape ...tristan/notifications-1.2Tristan Van Berkom2018-08-211-3/+34
* _frontend/app.py: Notify session completionsTristan Van Berkom2018-08-161-2/+14
* app.py: Handle exception thrown when recursion limit is exceededPhil Dawson2018-08-141-0/+4
* complete.py: Ensure paths get completed from 'element-path'Martin Blanchard2018-08-131-3/+4
* source-bundle: Enable --except optionFrancisco Redondo Marchena2018-08-131-1/+2
* message.py: MessagesType.SKIPPED addedJosh Smith2018-08-061-0/+1
* Add support for include '(@)' in project.conf and .bst filesValentin David2018-08-032-5/+5
* Make Project owner of Loader.Valentin David2018-08-031-12/+18
* widget.py: Limit failure summary to currently failing elements (#386)Tom Pollard2018-07-301-3/+6
* Set default mirror via command-line or user configJonathan Maw2018-07-292-1/+4
* Add support for creating a tarball on bst checkouttiagogomes/tarball_checkout_1.2Tiago Gomes2018-07-201-7/+17
* Make Jobs abstract and element-independentTristan Maat2018-07-182-22/+42
* _frontend/cli.py: Fix help text for `bst checkout --deps`Jürg Billeter2018-07-171-1/+1
* buildstream/_frontend/cli.py: Added a `--deps` flag to `bst checkout`Phillip Smyth2018-07-171-1/+5
* Only redirect elements for workspace and track operationsPRE_CAS_MERGE_JULY_2018Jonathan Maw2018-07-161-0/+4
* cli.py: Make buildstream check element paths instead of clickTristan Maat2018-06-291-18/+18
* Remove shebangs from python filesGökçen Nurlu2018-06-197-7/+0
* Handle cross junction elements in workspaces.Valentin David2018-06-081-2/+2
* _frontend/cli.py: Allow specifying commands in `bst help`Tristan Van Berkom2018-06-072-13/+67
* Implement bst helpEd Baunton2018-06-071-3/+15
* Make `bst help` workEd Baunton2018-06-071-0/+4
* _frontend/cli.py: Try to autocomplete element paths when running from a subdi...Chandan Singh2018-06-061-1/+17
* _frontend/app.py: Remove unused variable at global scopeTristan Van Berkom2018-06-061-1/+0
* Redirect elements when performing tracking and workspace commandsJonathan Maw2018-05-171-9/+5
* _frontend/linuxapp.py: Fixed crash in previous commitTristan Van Berkom2018-05-171-1/+1
* _frontend: Notify failures when on linuxtristan/platform-appTristan Van Berkom2018-05-173-1/+75
* bst-init: Ensure --element-path is respected by the commandchandan/fix-bst-init-element-path288-kill-element-normal_name-variableChandan Singh2018-05-111-2/+2
* element.py: Do not query remote artifact caches ahead of pull/pushJürg Billeter2018-05-111-2/+0
* _frontend/cli.py: Remove bst show --downloadable optionJürg Billeter2018-05-111-5/+2