Resolve "Runner stuck missing messages" - 11.4 backport
What does this MR do?
This has the same fix as https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22442, which fixes both technical debt and a regression.
This MR is the 11.4 backport
What are the relevant issue numbers?
Closes #52854 (closed)
/cc @SteveAzz
Merge request reports
Activity
1 Warning This merge request changed frontend files without pretty printing them. Pretty print Frontend files
The following files should have been pretty printed with
prettier
:app/assets/javascripts/jobs/components/job_app.vue
app/assets/javascripts/jobs/store/getters.js
spec/javascripts/jobs/components/job_app_spec.js
Please run
node_modules/.bin/prettier --write \ 'app/assets/javascripts/jobs/components/job_app.vue' \ 'app/assets/javascripts/jobs/store/getters.js' \ 'spec/javascripts/jobs/components/job_app_spec.js'
Also consider auto-formatting on-save.
Generated by
DangerEdited by 🤖 GitLab Bot 🤖added Next Patch Release label
mentioned in merge request !22442 (merged)
- Resolved by Kamil Trzciński
- Resolved by Steve Xuereb
@SteveAzz can you double check this too? Thanks
assigned to @filipa
- Resolved by Filipa Lacerda
@filipa you think we can have a changelog for this one as well
added 1 commit
- 97156dbb - Moves available runners check into a computed prop
@iamphill this has the same code as https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22442 but it's targetting stable branch.
Can you please approve and assign to @SteveAzz ? Thanks! EE is here: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8060
assigned to @iamphill
assigned to @ayufan