-
- Downloads
Enable Rotation creation
Enable rotation creation in on call schedules via GraphQL with supporting specs
Showing
- app/assets/javascripts/lib/utils/datetime_utility.js 17 additions, 0 deletionsapp/assets/javascripts/lib/utils/datetime_utility.js
- ee/app/assets/javascripts/oncall_schedules/components/oncall_schedule.vue 11 additions, 8 deletions...vascripts/oncall_schedules/components/oncall_schedule.vue
- ee/app/assets/javascripts/oncall_schedules/components/rotations/components/add_edit_rotation_form.vue 206 additions, 0 deletions...omponents/rotations/components/add_edit_rotation_form.vue
- ee/app/assets/javascripts/oncall_schedules/components/rotations/components/add_edit_rotation_modal.vue 262 additions, 0 deletions...mponents/rotations/components/add_edit_rotation_modal.vue
- ee/app/assets/javascripts/oncall_schedules/components/rotations/components/add_rotation_modal.vue 0 additions, 304 deletions...es/components/rotations/components/add_rotation_modal.vue
- ee/app/assets/javascripts/oncall_schedules/components/schedule/components/rotations_list_section.vue 6 additions, 1 deletion...components/schedule/components/rotations_list_section.vue
- ee/app/assets/javascripts/oncall_schedules/constants.js 7 additions, 3 deletionsee/app/assets/javascripts/oncall_schedules/constants.js
- ee/app/assets/javascripts/oncall_schedules/graphql/create_oncall_schedule_rotation.mutation.graphql 0 additions, 26 deletions.../graphql/create_oncall_schedule_rotation.mutation.graphql
- ee/app/assets/javascripts/oncall_schedules/graphql/fragments/oncall_schedule_rotation.fragment.graphql 17 additions, 0 deletions...aphql/fragments/oncall_schedule_rotation.fragment.graphql
- ee/app/assets/javascripts/oncall_schedules/graphql/mutations/create_oncall_schedule_rotation.mutation.graphql 10 additions, 0 deletions...utations/create_oncall_schedule_rotation.mutation.graphql
- ee/app/assets/javascripts/oncall_schedules/graphql/mutations/update_oncall_schedule_rotation.mutation.graphql 10 additions, 0 deletions...utations/update_oncall_schedule_rotation.mutation.graphql
- ee/app/assets/javascripts/oncall_schedules/utils/cache_updates.js 78 additions, 1 deletion...ssets/javascripts/oncall_schedules/utils/cache_updates.js
- ee/app/assets/javascripts/oncall_schedules/utils/error_messages.js 4 additions, 0 deletions...sets/javascripts/oncall_schedules/utils/error_messages.js
- ee/spec/frontend/oncall_schedule/mocks/apollo_mock.js 56 additions, 0 deletionsee/spec/frontend/oncall_schedule/mocks/apollo_mock.js
- ee/spec/frontend/oncall_schedule/rotations/components/__snapshots__/add_edit_rotation_modal_spec.js.snap 21 additions, 0 deletions...onents/__snapshots__/add_edit_rotation_modal_spec.js.snap
- ee/spec/frontend/oncall_schedule/rotations/components/__snapshots__/add_rotation_modal_spec.js.snap 0 additions, 522 deletions.../components/__snapshots__/add_rotation_modal_spec.js.snap
- ee/spec/frontend/oncall_schedule/rotations/components/add_edit_rotation_form_spec.js 123 additions, 0 deletions...edule/rotations/components/add_edit_rotation_form_spec.js
- ee/spec/frontend/oncall_schedule/rotations/components/add_edit_rotation_modal_spec.js 199 additions, 0 deletions...dule/rotations/components/add_edit_rotation_modal_spec.js
- ee/spec/frontend/oncall_schedule/schedule/components/__snapshots__/rotations_list_section_spec.js.snap 4 additions, 0 deletions...ponents/__snapshots__/rotations_list_section_spec.js.snap
- ee/spec/frontend/oncall_schedule/schedule/components/schedule_timeline_section_spec.js 6 additions, 8 deletions...ule/schedule/components/schedule_timeline_section_spec.js
Please register or sign in to comment