-
- Downloads
Add button to run scheduled pipeline immediately
Closes #38741
Showing
- app/controllers/projects/pipeline_schedules_controller.rb 15 additions, 1 deletionapp/controllers/projects/pipeline_schedules_controller.rb
- app/helpers/gitlab_routing_helper.rb 5 additions, 0 deletionsapp/helpers/gitlab_routing_helper.rb
- app/views/projects/pipeline_schedules/_pipeline_schedule.html.haml 3 additions, 1 deletion.../projects/pipeline_schedules/_pipeline_schedule.html.haml
- app/workers/run_pipeline_schedule_worker.rb 20 additions, 0 deletionsapp/workers/run_pipeline_schedule_worker.rb
- changelogs/unreleased/sh-add-schedule-pipeline-run-now.yml 5 additions, 0 deletionschangelogs/unreleased/sh-add-schedule-pipeline-run-now.yml
- config/routes/project.rb 1 addition, 0 deletionsconfig/routes/project.rb
- spec/controllers/projects/pipeline_schedules_controller_spec.rb 25 additions, 1 deletion...ontrollers/projects/pipeline_schedules_controller_spec.rb
- spec/workers/run_pipeline_schedule_worker_spec.rb 36 additions, 0 deletionsspec/workers/run_pipeline_schedule_worker_spec.rb
app/workers/run_pipeline_schedule_worker.rb
0 → 100644
Please register or sign in to comment