Skip to content

Introduce pipeline schedules ff

Payton Burdette requested to merge 371986-pipeline-schedules-vue-ff into master

What does this MR do and why?

Previous MR got reverted due to master pipeline failure. Certain specs were not run on the MR, see issue here #375620 (closed)

This MR introduces groundwork for the pipeline schedules refactor from HAML/Rails to Vue/GraphQL. In the first MR, I'm keeping it very simple. The MRs to follow this one will add more functionality and expand on the test coverage.

Task/issue MR
Create feature flag / lay groundwork - #371986 (closed) 👈 You are here
Build table component - #371990 (closed) TBD
Build tabs component - #371989 (closed) TBD
Build form component - #371987 (closed) TBD

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

  1. Enable the feature flag Feature.enable(:pipeline_schedules_vue)
  2. Visit CI/CD > Schedules
  3. Test with flag on and off to ensure all is well 👍

MR acceptance checklist

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

Related to #371986 (closed)

Edited by Payton Burdette

Merge request reports