summaryrefslogtreecommitdiff
path: root/buildstream/_frontend/widget.py
Commit message (Expand)AuthorAgeFilesLines
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-211-806/+0
* lint: Fix or silence 'cyclic-import' errors and enable pylint for itBenjamin Schubert2019-04-011-1/+1
* sourcepushqueue.py: Add queue for pushing sourcesRaoul Hidalgo Charman2019-03-251-1/+1
* plugin.py: move the creation and handling of the plugin table in PluginBenjamin Schubert2019-03-211-4/+4
* app.py: str(e) instead of "{}".format(e)Angelos Evripiotis2019-03-201-1/+1
* Integrate source cache with rest of buildstreamRaoul Hidalgo Charman2019-03-141-1/+1
* CASQuota: Move cache check methods into new Classraoul/870-root-cache-dirRaoul Hidalgo Charman2019-02-191-1/+1
* context: remove artifactdirRaoul Hidalgo Charman2019-02-191-1/+1
* Variables: Rework how expansion strings workDaniel Silverstone2019-02-151-1/+1
* _frontend: Allow printing dependencies using `bst show`Chandan Singh2019-02-121-1/+22
* Add more log formatting optionsWilliam Salmon2019-02-071-2/+15
* _frontend/widget.py: Added cache usage entry in the startup headingTristan Van Berkom2019-01-241-0/+1
* _frontend/widget.py: Render core messages more like other messagesTristan Van Berkom2019-01-241-17/+13
* widget.py: Avoid "showing 0 lines" messages when there are no linesTristan Maat2019-01-181-2/+3
* _frontend/widget.py: Fixing new (wrong-import-order) linter errorTristan Van Berkom2018-12-261-1/+1
* Element: Use cached buildtree in build shells and failure shellsJonathan Maw2018-10-301-11/+0
* Implementing relative workspacesrelative_workspacesPhillip Smyth2018-08-101-1/+3
* Add support for include '(@)' in project.conf and .bst filesValentin David2018-08-021-2/+5
* message.py: MessagesType.SKIPPED addedJosh Smith2018-08-011-0/+1
* _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
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
* element.py: Do not query remote artifact caches ahead of pull/pushJürg Billeter2018-05-111-2/+0
* _stream.py, _pipeline.py: Refactoring of the pipeline itselfTristan Van Berkom2018-05-081-23/+14
* _frontend: Early logging initializationTristan Van Berkom2018-05-081-86/+59
* _stream.py: New Stream object, main calling interface for BuildStream coreTristan Van Berkom2018-05-081-4/+4
* frontend: Log which elements resolved new keysRichard Maw2018-04-181-0/+15
* _frontend/widget.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-151-269/+307
* element.py: Rename _get_full_display_key() -> _get_display_key()Tristan Van Berkom2018-04-141-2/+2
* 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
* _frontend/widget.py: Fixed regression in logfile abbreviations.Tristan Van Berkom2018-04-121-0/+4
* _frontend/widget.py: Correct log line if logdir is emptyjmac/logfile-widget-correctionJim MacArthur2018-04-101-2/+3
* 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-091-1/+1
* _frontend/widget.py: Print the workspace directory for %{workspace-dirs}Tristan Van Berkom2018-04-051-5/+4
* _frontend/widget.py: Defend against empty string message detailTristan Van Berkom2018-04-051-1/+1
* _options package: Adhere to policy on private symbolsTristan Van Berkom2018-04-051-4/+3
* Fix strict setting to be consistent throughout the pipeline.Tristan Van Berkom2018-04-041-1/+1
* _project.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-3/+3
* _context.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-031-1/+1
* _frontend/widget.py: Change heading separator to use '=' instead of '~'Tristan Van Berkom2018-04-021-1/+1
* _frontend/widget.py: Add "Strict Build Plan" setting to session headingTristan Van Berkom2018-04-021-0/+1
* _message.py, _frontend/widget.py: Reviving MessageType.ERRORTristan Van Berkom2018-03-211-4/+9
* pylint - dealt with whitespace issues and disabled pep8 warningsJames Ennis2018-03-141-1/+1
* pylint - dealt with redefined-outer-name and redefined-built in warningsJames Ennis2018-03-141-8/+8