Skip to content
Snippets Groups Projects

Resolve "GitLab Migration - migrations with status timeout (3) are not updated in the UI"

All threads resolved!
4 files
+ 63
1
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -44,6 +44,11 @@ const STATUS_MAP = {
text: __('Failed'),
variant: 'danger',
},
[STATUSES.TIMEOUT]: {
icon: 'status-failed',
text: __('Timeout'),
variant: 'danger',
},
[STATUSES.CANCELLED]: {
icon: 'status-stopped',
text: __('Cancelled'),
Loading