summaryrefslogtreecommitdiff
path: root/buildstream/_frontend/widget.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* pylint - dealt with len-as-condition warningJames Ennis2018-03-141-3/+3
* pylint - dealt with anomalous-backslash-in-string warningJames Ennis2018-03-141-1/+1
* Revert "Add sequence ID and widget for it."jmac/remove-sequence-idJim MacArthur2018-03-131-12/+0
* Remove other references to SequenceID from the code and testsJim MacArthur2018-03-131-2/+1
* _frontend/widget.py: Never abbreviate frontend messagesTristan Van Berkom2018-03-131-1/+4
* Remove brackets added inside widgetsJim MacArthur2018-03-011-19/+6
* Add logfile format tokeniserJim MacArthur2018-03-011-11/+43
* Add the FixedText and WallclockTime widgetsJim MacArthur2018-03-011-0/+21
* Add sequence ID and widget for it.Jim MacArthur2018-03-011-0/+12
* widget.py: Modify TimeCode to take a microseconds argumentJim MacArthur2018-03-011-1/+9
* widget.py: Make the displayed text for LogLine messages a widget tooJim MacArthur2018-03-011-10/+22
* Add junction support for subprojectsJürg Billeter2018-02-081-2/+2
* Move element and source factories from Pipeline to ProjectJürg Billeter2018-02-081-2/+2
* Get version number w/o pkg_resourcesGökçen Nurlu2018-01-311-3/+2
* _frontend/widget.py: Change how we format failure messages.Tristan Van Berkom2018-01-111-11/+20
* _frontend: Enable logging right away, fixes issue #168Tristan Van Berkom2017-12-131-9/+5