summaryrefslogtreecommitdiff
path: root/buildstream/_frontend/cli.py
Commit message (Expand)AuthorAgeFilesLines
* source-bundle: Enable --except optionfranred/fix-except-argument-in-source-bundleFrancisco Redondo Marchena2018-07-191-1/+2
* _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
* 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-071-9/+62
* 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
* Redirect elements when performing tracking and workspace commandsJonathan Maw2018-05-171-9/+5
* _frontend: Notify failures when on linuxtristan/platform-appTristan Van Berkom2018-05-171-1/+1
* _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/cli.py: Fetch all elements when tracking a build plantristan/pipeline-refactorTristan Van Berkom2018-05-081-0/+7
* Moving 'fetch_subprojects' configuration to stream <--> loaderTristan Van Berkom2018-05-081-6/+6
* _stream.py, _frontend: Call Stream() APIs with CLI arguments directly.Tristan Van Berkom2018-05-081-113/+110
* _stream.py: Absorb workspace functionality from App.Tristan Van Berkom2018-05-081-16/+25
* _stream.py: New Stream object, main calling interface for BuildStream coreTristan Van Berkom2018-05-081-8/+8
* Use versioneer instead of setuptools_scmTristan Van Berkom2018-04-261-2/+11
* _frontend/cli.py: Set the track_selection argument to the deps parameterTristan Van Berkom2018-04-191-1/+1
* _pipeline.py: Added PipelineSelectionTristan Van Berkom2018-04-191-6/+6
* _frontend/cli.py: Add option to reset multiple workspacesChandan Singh2018-04-171-6/+16
* refactor: Do not assume there is only one workspace target in app.pyChandan Singh2018-04-171-2/+6
* _frontend: Earlier assertion for `bst workspace open` when directory is not e...Tristan Van Berkom2018-04-171-0/+10
* _frontend: Fix error messaging for closing workspacesTristan Van Berkom2018-04-171-5/+0
* Fix disaster while making cross junction tracking optional.Tristan Van Berkom2018-04-131-6/+8
* _frontend/cli.py, _pipeline.py: Add options for cross junction tracking.Tristan Van Berkom2018-04-121-10/+23
* _frontend/cli.py, _frontend/app.py: Implemented new `bst init` command.Tristan Van Berkom2018-04-081-1/+27
* _frontend/cli.py: Remove --no-checkout option for `bst workspace reset`Tristan Van Berkom2018-04-071-4/+2
* _frontend/cli.py: Add option to close multiple workspacesChandan Singh2018-04-071-4/+13
* _project.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-1/+1
* Refactoring of highlevel workspace codeTristan Van Berkom2018-04-021-48/+24
* _frontend/app.py: Renamed from main.pyTristan Van Berkom2018-04-021-1/+1
* Include initialization time in the total session time of the build logTristan Van Berkom2018-04-011-104/+41
* Make workspaces use objects instead of pipeline helper methodsTristan Maat2018-03-271-6/+5
* Deprecate `--track-save` option from `bst build`Tristan Van Berkom2018-03-201-7/+10
* pylint - dealt with redefined-outer-name and redefined-built in warningsJames Ennis2018-03-141-34/+34
* Enhanced bst shell configuration and cli optionsTristan Van Berkom2018-03-041-2/+11
* _frontend/cli.py: Adjust help output for `bst shell`Tristan Van Berkom2018-03-021-1/+1
* _frontend/cli.py: Better help output for the `--option` main option.Tristan Van Berkom2018-03-021-1/+1
* Pipeline: Give more helpful errors when opening a workspace for an element th...Jonathan Maw2018-03-011-2/+1
* _frontend: Added App.shell() to call instead of directly invoking the Element...Tristan Van Berkom2018-02-241-1/+2
* bst shell: Added --isolate option, disabled by default.tristan/isolate-shellTristan Van Berkom2018-02-231-6/+8
* _frontend/cli.py: Check for invalid --track-except or --track-savePhillip Smyth2018-02-131-0/+8
* _frontend/cli.py: Improve closing of non-existing workspacePhillip Smyth2018-02-131-0/+5
* Refactor CLI importscompletion-optimizationsTristan Maat2018-02-081-0/+702