summaryrefslogtreecommitdiff
path: root/buildstream/_frontend
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Implementing relative workspacesrelative_workspacesPhillip Smyth2018-08-101-1/+3
* Add support for include '(@)' in project.conf and .bst filesValentin David2018-08-022-5/+5
* Make Project owner of Loader.Valentin David2018-08-021-12/+18
* message.py: MessagesType.SKIPPED addedJosh Smith2018-08-011-0/+1
* complete.py: Ensure paths get completed from 'element-path'mablanch/448-autocompletion-broken-defaultsMartin Blanchard2018-08-011-3/+4
* _frontend/widget.py: Render cached failures differently to successesRichard Maw2018-07-311-1/+3
* Convert call-sites of Element._cached() that assume successRichard Maw2018-07-311-1/+1
* widget.py: Limit failure summary to currently failing elementstpollard/386Tom Pollard2018-07-301-3/+6
* Set default mirror via command-line or user configJonathan Maw2018-07-272-1/+4
* app.py: Handle exception thrown when recursion limit is exceededphil/203-BuildStream-crashes-when-dependency-tree-too-deepPhil Dawson2018-07-251-0/+4
* Add support for creating a tarball on bst checkouttiagogomes/tarball_checkoutTiago Gomes2018-07-201-7/+17
* source-bundle: Enable --except optionfranred/fix-except-argument-in-source-bundleFrancisco Redondo Marchena2018-07-191-1/+2
* Reorder app.py imports1.3.0Daniel Playle2018-07-181-3/+2
* 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
* Add soft reset functionality for workspacesTristan Van Berkom2018-05-101-3/+5
* _frontend/app.py: Fixed ordering of initialization sequence.Tristan Van Berkom2018-05-101-14/+14
* _frontend/cli.py: Fetch all elements when tracking a build plantristan/pipeline-refactorTristan Van Berkom2018-05-081-0/+7
* _stream.py, _pipeline.py: Refactoring of the pipeline itselfTristan Van Berkom2018-05-083-74/+58
* _frontend/app.py: Remove partially_initialized()Tristan Van Berkom2018-05-081-67/+42
* Moving 'fetch_subprojects' configuration to stream <--> loaderTristan Van Berkom2018-05-082-18/+10
* _stream.py, _frontend: Call Stream() APIs with CLI arguments directly.Tristan Van Berkom2018-05-082-178/+140