Skip to content

Warn about unavailable worker versions in templates

Erwan Rouchet requested to merge version-state-warnings into master

Closes #1204 (closed)

This screams about unavailable worker versions in multiple ways:

  • Opening a template's detail page shows a big notification saying the template cannot be used anywhere
  • The Apply button of the template selection modal is disabled when there are unavailable versions, with an explanation in the title
  • The line describing each worker run in any process (not just templates) shows the version's state when it is not available, with an explanation in the title

image

Since the last case applies to all processes, this also means an extra warning on regular processes with unavailable versions:

image

Merge request reports

Loading