Skip to content

Capture names inheriting Gitlab::Database::Migration

Before this change, migrations that inherit from Gitlab::Database::Migration would end up in migrations.json with an empty name field. This makes parsing skip their query details files, so histograms for those migrations were not rendered.

Gitlab::Database::Migration was introduced in gitlab-org/gitlab!68986 (merged)

Merge request reports