Create pipeline schedule form in Vue
What does this MR do and why?
This addresses #371987 (closed)
The mutations to create and update pipeline schedules will be handled in #385101 (closed)
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Enable the
pipeline_schedules_vuefeature flag in the consoleecho "Feature.enable(:pipeline_schedules_vue)" | bundle exec rails c - Visit any project and go to the pipeline schedules page
- Since the
create_buttonis being worked on as part of this issue, you can add the/newsuffix to the URL in your web browser so you can see the new form
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.
Edited by Jose Ivan Vargas

