Skip to content

Move ~/jobs/ to ci/job_details and ci/jobs_table

Frédéric Caplette requested to merge fc-restructure-ci-dirs-part-4 into master

What does this MR do and why?

We move the ~/jobs directory under ~/ci/* for ease of maintenance and to regroup all related CI code-base.

We also divide this "catchall" dir into 2 main new ones:

  • ~/ci/job_details -> represents jobs/:id
  • ~ci/jobs_table -> represents jobs/

This way we can separate concerns from each page in its own directory.

Screenshots or screen recordings

None

How to set up and validate locally

green pipeline

MR acceptance checklist

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

Merge request reports