Skip to content

Add runner cell component

Andreas Deicha requested to merge gitlab-community/gitlab:runner_cell into master

What does this MR do and why?

I am adding a runner cell vue component. I will use it later in jobs_table.vue. This is one step towards refactoring Admin > CI/CD > Jobs from haml to vue.

Currently, I have other MRs open to retrieve the runner data. The focus of this MR is to create a component that presents this data.

Parent issue

FF

relevant issues for context are: #22626 (closed), #329224, and #262679 (closed).

🛠 with at Siemens

Screenshots or screen recordings

image

How to set up and validate locally

  1. Run test

If you would like to test it manually / in UI

  1. Make sure to enable FF Feature.enable(:admin_jobs_vue)
  2. curl https://gitlab.com/TrueKalix/gitlab/-/raw/tempo/patches/pipeline_seed.patch | git apply
  3. seed pipeline data bundle exec rake db:seed_fu FILTER=14_pipelines
  4. curl https://gitlab.com/TrueKalix/gitlab/-/raw/tempo/patches/runner_cell_data.patch | git apply
  5. Got to Admin > CI/CD > Jobs

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Andreas Deicha

Merge request reports