Add update schedule ability
Add the ability to update pipeline schedule behind pipeline_schedules_vue feature flag refactor to Vue.
显示
- app/assets/javascripts/ci/pipeline_schedules/components/pipeline_schedules_form.vue 138 个添加, 34 个删除...pipeline_schedules/components/pipeline_schedules_form.vue
- app/assets/javascripts/ci/pipeline_schedules/graphql/mutations/update_pipeline_schedule.mutation.graphql 6 个添加, 0 个删除...aphql/mutations/update_pipeline_schedule.mutation.graphql
- app/assets/javascripts/ci/pipeline_schedules/graphql/queries/get_pipeline_schedules.query.graphql 17 个添加, 2 个删除...ules/graphql/queries/get_pipeline_schedules.query.graphql
- app/assets/javascripts/ci/pipeline_schedules/mount_pipeline_schedules_form_app.js 0 个添加, 4 个删除...i/pipeline_schedules/mount_pipeline_schedules_form_app.js
- app/graphql/mutations/ci/pipeline_schedule/update.rb 13 个添加, 1 个删除app/graphql/mutations/ci/pipeline_schedule/update.rb
- app/graphql/mutations/ci/pipeline_schedule/variable_input_type.rb 7 个添加, 0 个删除...hql/mutations/ci/pipeline_schedule/variable_input_type.rb
- app/helpers/ci/pipeline_schedules_helper.rb 19 个添加, 0 个删除app/helpers/ci/pipeline_schedules_helper.rb
- app/views/projects/pipeline_schedules/edit.html.haml 1 个添加, 2 个删除app/views/projects/pipeline_schedules/edit.html.haml
- app/views/projects/pipeline_schedules/new.html.haml 1 个添加, 1 个删除app/views/projects/pipeline_schedules/new.html.haml
- doc/api/graphql/reference/index.md 8 个添加, 0 个删除doc/api/graphql/reference/index.md
- locale/gitlab.pot 9 个添加, 3 个删除locale/gitlab.pot
- spec/frontend/ci/pipeline_schedules/components/pipeline_schedules_form_spec.js 179 个添加, 5 个删除...line_schedules/components/pipeline_schedules_form_spec.js
- spec/frontend/ci/pipeline_schedules/mock_data.js 13 个添加, 2 个删除spec/frontend/ci/pipeline_schedules/mock_data.js
- spec/frontend/fixtures/pipeline_schedules.rb 6 个添加, 0 个删除spec/frontend/fixtures/pipeline_schedules.rb
- spec/graphql/mutations/ci/pipeline_schedule/variable_input_type_spec.rb 1 个添加, 1 个删除...utations/ci/pipeline_schedule/variable_input_type_spec.rb
- spec/helpers/ci/pipeline_schedules_helper_spec.rb 31 个添加, 0 个删除spec/helpers/ci/pipeline_schedules_helper_spec.rb
- spec/requests/api/graphql/mutations/ci/pipeline_schedule_update_spec.rb 40 个添加, 2 个删除...api/graphql/mutations/ci/pipeline_schedule_update_spec.rb
- spec/services/ci/pipeline_schedules/update_service_spec.rb 47 个添加, 1 个删除spec/services/ci/pipeline_schedules/update_service_spec.rb
加载中
想要评论请 注册 或 登录