summaryrefslogtreecommitdiff
path: root/buildstream/_frontend/app.py
Commit message (Expand)AuthorAgeFilesLines
* Overwrite sys.excepthook to handle exceptions in the main application.tristan/except-hook-no-testTristan Van Berkom2018-04-231-0/+21
* buildstream/_frontend/app.py: Fixing unused variablesTristan Van Berkom2018-04-191-1/+1
* _pipeline.py, _frontend/app.py: Added track_selection initialization argumentTristan Van Berkom2018-04-191-4/+10
* _scheduler/scheduler.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-181-9/+5
* refactor: Do not assume there is only one workspace target in app.pyChandan Singh2018-04-171-7/+5
* _frontend: Earlier assertion for `bst workspace open` when directory is not e...Tristan Van Berkom2018-04-171-3/+0
* _frontend: Fix error messaging for closing workspacesTristan Van Berkom2018-04-171-0/+5
* _frontend/app.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-151-190/+221
* element.py: Rename _get_full_display_key() -> _get_display_key()Tristan Van Berkom2018-04-141-1/+1
* Fix disaster while making cross junction tracking optional.Tristan Van Berkom2018-04-131-3/+5
* _frontend/cli.py, _pipeline.py: Add options for cross junction tracking.Tristan Van Berkom2018-04-121-1/+1
* _workspaces.py: Remove knowledge of Elements completelyTristan Van Berkom2018-04-101-2/+2
* element.py: Cache source consistency logic and refactor workspace logic into ...Tristan Van Berkom2018-04-091-1/+1
* _frontend/app.py: Automatically launch interactive `bst init` when project.co...Tristan Van Berkom2018-04-081-1/+13
* _frontend/cli.py, _frontend/app.py: Implemented new `bst init` command.Tristan Van Berkom2018-04-081-1/+200
* _frontend/cli.py: Remove --no-checkout option for `bst workspace reset`Tristan Van Berkom2018-04-071-3/+2
* _frontend/app.py: More consistent error reportingTristan Van Berkom2018-04-051-6/+10
* _project.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-7/+7
* _context.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-6/+6
* Refactoring of highlevel workspace codeTristan Van Berkom2018-04-021-2/+118
* _frontend/app.py: Split up initialization into two parts.Tristan Van Berkom2018-04-021-78/+101
* _frontend/app.py: Renamed from main.pyTristan Van Berkom2018-04-021-0/+561