alejandro5042 / azdo-userscripts

A collection of userscripts to improve the Azure DevOps UI
https://alejandro5042.github.io/azdo-userscripts/
MIT License
40 stars 23 forks source link

Feat: Add Icons to visualize Pipeline Status #192

Closed humberto-garza closed 1 year ago

humberto-garza commented 1 year ago

Justification

It is currently hard to know if a pipeline is enabled, paused, or disabled. To do that you need to go the single-pipeline view, click settings, and check its status: image

Implementation

On the _build pages, look for pipelines, query their details and add an icon for their status

Test

When a pipeline is paused image

From a list of pipelines image

From the pipelines folder view image