| Commit message (Expand) | Author | Age | Files | Lines |
* | Overwrite sys.excepthook to handle exceptions in the main application.tristan/except-hook-no-test | Tristan Van Berkom | 2018-04-23 | 1 | -0/+21 |
* | buildstream/_frontend/status.py: Fixing unused variables | Tristan Van Berkom | 2018-04-19 | 1 | -1/+1 |
* | buildstream/_frontend/app.py: Fixing unused variables | Tristan Van Berkom | 2018-04-19 | 1 | -1/+1 |
* | _frontend/cli.py: Set the track_selection argument to the deps parameter | Tristan Van Berkom | 2018-04-19 | 1 | -1/+1 |
* | _pipeline.py, _frontend/app.py: Added track_selection initialization argument | Tristan Van Berkom | 2018-04-19 | 1 | -4/+10 |
* | _pipeline.py: Added PipelineSelection | Tristan Van Berkom | 2018-04-19 | 1 | -6/+6 |
* | frontend: Log which elements resolved new keys | Richard Maw | 2018-04-18 | 1 | -0/+15 |
* | _scheduler/scheduler.py: Adhere to policy on private symbols | Tristan Van Berkom | 2018-04-18 | 1 | -9/+5 |
* | _frontend/cli.py: Add option to reset multiple workspaces | Chandan Singh | 2018-04-17 | 1 | -6/+16 |
* | refactor: Do not assume there is only one workspace target in app.py | Chandan Singh | 2018-04-17 | 2 | -9/+11 |
* | _frontend: Earlier assertion for `bst workspace open` when directory is not e... | Tristan Van Berkom | 2018-04-17 | 2 | -3/+10 |
* | _frontend: Fix error messaging for closing workspaces | Tristan Van Berkom | 2018-04-17 | 2 | -5/+5 |
* | _frontend/widget.py: Adhere to policy on private symbols | Tristan Van Berkom | 2018-04-15 | 1 | -269/+307 |
* | _frontend/status.py: Adhere to policy on private symbols | Tristan Van Berkom | 2018-04-15 | 1 | -141/+183 |
* | _frontend/profile.py: Adhere to policy on private symbols | Tristan Van Berkom | 2018-04-15 | 1 | -3/+3 |
* | _frontend/app.py: Adhere to policy on private symbols | Tristan Van Berkom | 2018-04-15 | 1 | -190/+221 |
* | element.py: Rename _get_full_display_key() -> _get_display_key() | Tristan Van Berkom | 2018-04-14 | 2 | -3/+3 |
* | frontend: Redisplay failure messages in result summary | Richard Maw | 2018-04-12 | 1 | -1/+12 |
* | frontend: Control indentations of multi-line values | Richard Maw | 2018-04-12 | 1 | -0/+5 |
* | frontend: Summarise build log output in --no-verbose mode | Richard Maw | 2018-04-12 | 1 | -10/+18 |
* | frontend: Use textwrap.indent to indent | Richard Maw | 2018-04-12 | 1 | -1/+2 |
* | frontend: capture errors for later use | Richard Maw | 2018-04-12 | 1 | -1/+12 |
* | Fix disaster while making cross junction tracking optional. | Tristan Van Berkom | 2018-04-13 | 2 | -9/+13 |
* | _frontend/cli.py, _pipeline.py: Add options for cross junction tracking. | Tristan Van Berkom | 2018-04-12 | 2 | -11/+24 |
* | _frontend/widget.py: Fixed regression in logfile abbreviations. | Tristan Van Berkom | 2018-04-12 | 1 | -0/+4 |
* | _frontend/status.py: Fixed status widgets to show full element names. | Tristan Van Berkom | 2018-04-12 | 1 | -2/+2 |
* | _frontend/widget.py: Correct log line if logdir is emptyjmac/logfile-widget-correction | Jim MacArthur | 2018-04-10 | 1 | -2/+3 |
* | _workspaces.py: Remove knowledge of Elements completely | Tristan Van Berkom | 2018-04-10 | 1 | -2/+2 |
* | element.py: Factored out pointless extra Element._workspaced() method | Tristan Van Berkom | 2018-04-09 | 1 | -1/+1 |
* | element.py: Cache source consistency logic and refactor workspace logic into ... | Tristan Van Berkom | 2018-04-09 | 2 | -2/+2 |
* | _frontend/app.py: Automatically launch interactive `bst init` when project.co... | Tristan Van Berkom | 2018-04-08 | 1 | -1/+13 |
* | _frontend/cli.py, _frontend/app.py: Implemented new `bst init` command. | Tristan Van Berkom | 2018-04-08 | 2 | -2/+227 |
* | _frontend/cli.py: Remove --no-checkout option for `bst workspace reset` | Tristan Van Berkom | 2018-04-07 | 2 | -7/+4 |
* | _frontend/cli.py: Add option to close multiple workspaces | Chandan Singh | 2018-04-07 | 1 | -4/+13 |
* | _frontend/app.py: More consistent error reporting | Tristan Van Berkom | 2018-04-05 | 1 | -6/+10 |
* | _frontend/widget.py: Print the workspace directory for %{workspace-dirs} | Tristan Van Berkom | 2018-04-05 | 1 | -5/+4 |
* | _frontend/widget.py: Defend against empty string message detail | Tristan Van Berkom | 2018-04-05 | 1 | -1/+1 |
* | _options package: Adhere to policy on private symbols | Tristan Van Berkom | 2018-04-05 | 1 | -4/+3 |
* | Fix strict setting to be consistent throughout the pipeline. | Tristan Van Berkom | 2018-04-04 | 1 | -1/+1 |
* | _project.py: Adhere to policy on private symbols | Tristan Van Berkom | 2018-04-03 | 3 | -11/+11 |
* | _context.py: Adhere to policy on private symbols | Tristan Van Berkom | 2018-04-03 | 2 | -7/+7 |
* | Refactoring of highlevel workspace code | Tristan Van Berkom | 2018-04-02 | 2 | -50/+142 |
* | _frontend/app.py: Split up initialization into two parts. | Tristan Van Berkom | 2018-04-02 | 1 | -78/+101 |
* | _frontend/app.py: Renamed from main.py | Tristan Van Berkom | 2018-04-02 | 2 | -1/+1 |
* | _frontend/widget.py: Change heading separator to use '=' instead of '~' | Tristan Van Berkom | 2018-04-02 | 1 | -1/+1 |
* | _frontend/widget.py: Add "Strict Build Plan" setting to session heading | Tristan Van Berkom | 2018-04-02 | 1 | -0/+1 |
* | Include initialization time in the total session time of the build log | Tristan Van Berkom | 2018-04-01 | 2 | -113/+122 |
* | Make workspaces use objects instead of pipeline helper methods | Tristan Maat | 2018-03-27 | 1 | -6/+5 |
* | Remove unused imports | Jürg Billeter | 2018-03-25 | 1 | -6/+2 |
* | _message.py, _frontend/widget.py: Reviving MessageType.ERROR | Tristan Van Berkom | 2018-03-21 | 1 | -4/+9 |