summaryrefslogtreecommitdiff
path: root/buildstream/_frontend
Commit message (Expand)AuthorAgeFilesLines
* 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
* _frontend: Early logging initializationTristan Van Berkom2018-05-083-147/+120
* _stream.py: Absorb workspace functionality from App.Tristan Van Berkom2018-05-082-129/+34
* _stream.py: Add StreamError exceptionTristan Van Berkom2018-05-081-6/+6
* _stream.py: New Stream object, main calling interface for BuildStream coreTristan Van Berkom2018-05-084-22/+29
* app.py: Ensure an elements sub-dir is created upon project initialisationJames Ennis2018-05-071-0/+8
* Use versioneer instead of setuptools_scmTristan Van Berkom2018-04-261-2/+11
* Overwrite sys.excepthook to handle exceptions in the main application.tristan/except-hook-no-testTristan Van Berkom2018-04-231-0/+21
* buildstream/_frontend/status.py: Fixing unused variablesTristan Van Berkom2018-04-191-1/+1
* buildstream/_frontend/app.py: Fixing unused variablesTristan Van Berkom2018-04-191-1/+1
* _frontend/cli.py: Set the track_selection argument to the deps parameterTristan Van Berkom2018-04-191-1/+1
* _pipeline.py, _frontend/app.py: Added track_selection initialization argumentTristan Van Berkom2018-04-191-4/+10
* _pipeline.py: Added PipelineSelectionTristan Van Berkom2018-04-191-6/+6
* frontend: Log which elements resolved new keysRichard Maw2018-04-181-0/+15