Skip to content

Backend changes to allow setting dashboard timezone

Ryan Cobb requested to merge rc/dashboard_timezone_setting_integrations into master

What does this MR do?

While testing integration with !32746 (merged) I discovered a few small changes were needed.

  1. Downcasing enum values. To prevent problems when the frontend sends UTC vs utc, this downcases dashboard_timezone to ensure we always match enum values.
  2. Update operations settings page to use dashboard_timezone value.

Screenshots

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

Merge request reports