Skip to content

Allow schedule destroy

David O'Regan requested to merge 262850-delete-schedule-dor-backend into master

What does this MR do?

A tiny MVC for #262850 (closed) to enable the backend portion of on call schedule deletion.

Merge You are
Initial GraphQL and frontend !48909 (merged)
Hook frontend up with working backend code and update specs :metal

🇺🇦 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-04_at_15.30.58

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 #262850 (closed)

Edited by David O'Regan

Merge request reports