Introduce pipeline schedules ff
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) |
|
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
- Enable the feature flag
Feature.enable(:pipeline_schedules_vue)
- Visit
CI/CD > Schedules
- 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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #371986 (closed)
Edited by Payton Burdette