Skip to content

Allow for edit of oncall schedules

What does this MR do?

A tiny MVC as a start to add the frontend of supporting editing of on call schedules. This effort is broken into two merges because the code for the backend is yet to be made available to this branch. We also use this merge to create a generic component to handle the create and edit form.

Merge You are
In ital GraphQL and frontend 🤘
Hook frontend up with working backend code and update specs TBA

🇺🇦 This feature sits behind behind the feature flag oncall_schedules_mvc and the minimal license is GitLab Premium 👀

rails c
Feature.enable(:oncall_schedules_mvc)

Screenshots (strongly suggested)

Screenshot_2020-12-02_at_05.54.30

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team

Related to #262849

Edited by David O'Regan

Merge request reports