summaryrefslogtreecommitdiff
path: root/buildstream/_frontend
Commit message (Expand)AuthorAgeFilesLines
* Changes to flagsissue-21_Caching_build_treesPhillip Smyth2018-05-152-27/+34
* temp - done git.pyPhillip Smyth2018-05-101-6/+15
* Original commit required additional functionality to testPhillip Smyth2018-05-102-1/+6
* Original commit required additional functionality to testPhillip Smyth2018-05-102-5/+129
* Introducing caching of build treesPhillip Smyth2018-05-101-1/+4
* _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
* _scheduler/scheduler.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-181-9/+5
* _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-172-9/+11
* _frontend: Earlier assertion for `bst workspace open` when directory is not e...Tristan Van Berkom2018-04-172-3/+10
* _frontend: Fix error messaging for closing workspacesTristan Van Berkom2018-04-172-5/+5
* _frontend/widget.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-151-269/+307
* _frontend/status.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-151-141/+183
* _frontend/profile.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-151-3/+3
* _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-142-3/+3
* frontend: Redisplay failure messages in result summaryRichard Maw2018-04-121-1/+12
* frontend: Control indentations of multi-line valuesRichard Maw2018-04-121-0/+5
* frontend: Summarise build log output in --no-verbose modeRichard Maw2018-04-121-10/+18
* frontend: Use textwrap.indent to indentRichard Maw2018-04-121-1/+2
* frontend: capture errors for later useRichard Maw2018-04-121-1/+12
* Fix disaster while making cross junction tracking optional.Tristan Van Berkom2018-04-132-9/+13
* _frontend/cli.py, _pipeline.py: Add options for cross junction tracking.Tristan Van Berkom2018-04-122-11/+24
* _frontend/widget.py: Fixed regression in logfile abbreviations.Tristan Van Berkom2018-04-121-0/+4
* _frontend/status.py: Fixed status widgets to show full element names.Tristan Van Berkom2018-04-121-2/+2
* _frontend/widget.py: Correct log line if logdir is emptyjmac/logfile-widget-correctionJim MacArthur2018-04-101-2/+3
* _workspaces.py: Remove knowledge of Elements completelyTristan Van Berkom2018-04-101-2/+2
* element.py: Factored out pointless extra Element._workspaced() methodTristan Van Berkom2018-04-091-1/+1
* element.py: Cache source consistency logic and refactor workspace logic into ...Tristan Van Berkom2018-04-092-2/+2
* _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-082-2/+227
* _frontend/cli.py: Remove --no-checkout option for `bst workspace reset`Tristan Van Berkom2018-04-072-7/+4