Skip to content

Maintenance Mode - Hook up API

Zack Cuddy requested to merge 212702-hook-up-maintenance-mode-api into master

What does this MR do?

Closes #212702 (closed)

This change is behind a Feature Flag :maintenance_mode

This change hooks up the API to the Maintenance Mode UI. The change was modeled after the approach taken for Geo Settings.

The API is managed in Vuex actions that handle the loading state as well as the data. Everything is done through the Application Settings API.

Screenshots (strongly suggested)

w/License w/o License
License No_License
header
Loading State Screen_Shot_2020-12-01_at_3.22.30_PM
Maintenance Off Screen_Shot_2020-12-01_at_3.24.13_PM
Maintenance On Screen_Shot_2020-12-01_at_3.21.47_PM

GIF

Kapture_2020-12-01_at_15.23.45

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

Edited by Zack Cuddy

Merge request reports