summaryrefslogtreecommitdiff
path: root/src/buildstream/_frontend/widget.py
Commit message (Expand)AuthorAgeFilesLines
* _stream.py, _frontend/widget.py: Fix weird hacktristan/fix-artifact-name-hackTristan van Berkom2020-12-111-1/+12
* Restore task element name / element name distinction in UITristan van Berkom2020-10-271-4/+6
* Adding _DisplayKey typeTristan van Berkom2020-10-271-6/+8
* element.py: Hide dependencies which are irrelevant to the ElementTristan van Berkom2020-09-041-4/+4
* Element.dependencies() now yields ElementProxy wrappers by default.Tristan van Berkom2020-09-041-3/+3
* _frontend/widget.py: Refactor the Widget.print_heading() functionTristan van Berkom2020-08-101-34/+87
* _pluginfactory: Make list_plugins() report new display informationTristan van Berkom2020-08-101-2/+2
* _project.py: Only one set of plugin factoriesTristan van Berkom2020-08-101-7/+2
* Extract ElementSources classjuerg/element-sourcesJürg Billeter2020-08-061-1/+1
* _frontend/widget.py: Add context to errors in `show_pipeline()`Jürg Billeter2020-08-061-15/+20
* Optimize variable flatteningValentin David2020-06-031-1/+1
* _pluginfactory: Delegating the work of locating plugins to the PluginOriginTristan van Berkom2020-05-281-3/+4
* element.py: Remove _get_consistency and introduce explicit methodsBenjamin Schubert2020-01-161-4/+3
* element.py: Rename '_source_cached' to '_has_all_sources_in_source_cache'Benjamin Schubert2020-01-161-1/+1
* _frontend/widget.py: show_pipeline() Don't show buildable for junctionTom Pollard2020-01-091-1/+3
* Reformat code using BlackChandan Singh2019-11-141-173/+171
* _frontend: Simplify color handlingChandan Singh2019-11-121-6/+4
* Addition of --long option to list-contents:becky/list_contents_long_optionRebecca Grayson2019-09-021-5/+45
* _artifactcache.py: Add remote support to bst artifact showJames Ennis2019-08-271-0/+2
* cli.py: Introduce bst artifact showJames Ennis2019-08-271-0/+35
* Remove CASQuota and CASCacheUsageJürg Billeter2019-08-201-1/+0
* Addition of bst artifact list-contents:Rebecca Grayson2019-08-161-0/+33
* _message.py: Use element_name & element_key instead of unique_idtpollard/messageobjectTom Pollard2019-08-081-23/+17
* _yaml: remove node_sanitizeBenjamin Schubert2019-07-151-6/+4
* _frontend: rm unused _line_length and Space widgetAngelos Evripiotis2019-07-091-8/+0
* Store core state for the frontend separatelyJonathan Maw2019-07-091-13/+18
* Queue: Make queues store counts of the number of skipped/processed elementsJonathan Maw2019-07-091-4/+4
* _frontend/widget: match LogFile.render to base clsAngelos Evripiotis2019-06-181-3/+5
* Refactor 'super(cls, self)' -> 'super()'aevri/supersuperAngelos Evripiotis2019-06-121-7/+7
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-211-0/+806