Skip to content

Add analytics_access_level field to project_features table

What does this MR do?

Contributes to #224700 (closed)

Create a database migration to store project display preferences for Analytics item on the sidebar.

Screenshots (strongly suggested)

Toggle On Toggle Off
Screenshot_2020-10-23_at_14.33.02 Screenshot_2020-10-23_at_14.34.07

Migration

Up

== 20201021155606 AddAnalyticsAccessLevelToProjectFeatures: migrating =========
-- add_column(:project_features, :analytics_access_level, :integer, {:default=>20, :null=>false})
   -> 0.0035s
== 20201021155606 AddAnalyticsAccessLevelToProjectFeatures: migrated (0.0065s)

Down

== 20201021155606 AddAnalyticsAccessLevelToProjectFeatures: reverting =========
-- remove_column(:project_features, :analytics_access_level, :integer)
   -> 0.0016s
== 20201021155606 AddAnalyticsAccessLevelToProjectFeatures: reverted (0.0063s)

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
Edited by Vasilii Iakliushin

Merge request reports