summaryrefslogtreecommitdiff
path: root/buildstream/_frontend/status.py
Commit message (Expand)AuthorAgeFilesLines
* _frontend/status.py: Added Cache size usage indicator to status barTristan Van Berkom2019-01-241-7/+35
* _frontend/status.py: Reorder importsDaniel Silverstone2018-10-251-1/+1
* _frontend/status.py: Completely remove the blessings dependency from BuildStreamTristan Van Berkom2018-09-191-6/+76
* Make Jobs abstract and element-independentTristan Maat2018-07-181-8/+20
* Remove shebangs from python filesGökçen Nurlu2018-06-191-1/+0
* _stream.py, _pipeline.py: Refactoring of the pipeline itselfTristan Van Berkom2018-05-081-14/+11
* _frontend: Early logging initializationTristan Van Berkom2018-05-081-16/+22
* _stream.py: New Stream object, main calling interface for BuildStream coreTristan Van Berkom2018-05-081-6/+8
* buildstream/_frontend/status.py: Fixing unused variablesTristan Van Berkom2018-04-191-1/+1
* _frontend/status.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-151-141/+183
* _frontend/status.py: Fixed status widgets to show full element names.Tristan Van Berkom2018-04-121-2/+2
* pylint - dealt with superfluous-parens warningJames Ennis2018-03-141-1/+1
* status.py: Restore brackets to time in job display areaJim MacArthur2018-03-071-2/+4
* Remove brackets added inside widgetsJim MacArthur2018-03-011-1/+1
* _frontend: Enable logging right away, fixes issue #168Tristan Van Berkom2017-12-131-5/+5
* Remove unused importsGökçen Nurlu2017-12-071-1/+0
* Stop using pipeline.target for UI widgetsTristan Maat2017-11-041-2/+2
* status.py: Enhanced queue formatting in status areaTristan Van Berkom2017-07-121-4/+4
* status.py: Minor touchups in the queue formattingTristan Van Berkom2017-07-111-6/+4
* frontend: New status heading style, show success/skipped/failed elementsTristan Van Berkom2017-07-111-33/+52
* status.py: Control whether to print colors with colors argumentTristan Van Berkom2017-07-041-3/+5
* Revert "status.py: Group queues by name"Tristan Van Berkom2017-07-021-12/+4
* status.py: Group queues by nameJürg Billeter2017-06-271-4/+12
* status.py: Render the status header at full terminal width at all timesTristan Van Berkom2017-05-281-1/+1
* Scheduler overhaul.Tristan Van Berkom2017-05-281-1/+1
* status.py and main.py: Added StatusHeader widget to status areaTristan Van Berkom2017-05-011-51/+102
* _frontend/status.py: Add apis for pausing and resuming timersTristan Van Berkom2017-04-071-0/+33
* Refactor: Untangling element/source namesTristan Van Berkom2017-03-181-3/+3
* Splitting up frontend assets into more consumable modules.Tristan Van Berkom2017-03-081-0/+263