Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2025-04-24 09:10:10 +00:00
parent 37ae177a1b
commit b39f7ccba1
114 changed files with 1064 additions and 843 deletions

View File

@ -8,6 +8,7 @@ RSpec.describe 'Migrations Validation', feature_category: :database do
# The range describes the timestamps that given migration helper can be used
let(:all_migration_classes) do
{
2025_04_18_17_31_00.. => Gitlab::Database::Migration[2.3],
2023_10_10_02_15_00.. => Gitlab::Database::Migration[2.2],
2022_12_01_02_15_00..2023_11_01_02_15_00 => Gitlab::Database::Migration[2.1],
2022_01_26_21_06_58..2023_01_11_12_45_12 => Gitlab::Database::Migration[2.0],