Skip to content

Start tracking project ci feature usages

Erick Bajao requested to merge eb-ci-feature-usage-for-coverage-reports into master

What does this MR do?

Initial work for #336199 (closed)

This covers Steps 1 and 2 only. I am planning to do the backfill work on a separate MR as I may need more time to learn about properly backfilling from huge tables.

DB Migration Output

up

== 20210812171704 CreateProjectCiFeatureUsages: migrating =====================
-- create_table(:project_ci_feature_usages)
   -> 0.0355s
== 20210812171704 CreateProjectCiFeatureUsages: migrated (0.0356s) ============

down

== 20210812171704 CreateProjectCiFeatureUsages: reverting =====================
-- drop_table(:project_ci_feature_usages)
   -> 0.0155s
== 20210812171704 CreateProjectCiFeatureUsages: reverted (0.0199s) ============

Screenshots or Screencasts (strongly suggested)

How to setup and validate locally (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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 Erick Bajao

Merge request reports