Move database spec helpers into separate directory
We'd like to run CI pipelines against officially supported PG versions to ensure we're compatible with all of them. Since this isn't practical to do for every MR created, we'd like to trigger those tests only when specific files are edited that are likely to work differently across versions. We have a number of spec helpers for database, so this moves them all into their own directory where it's easy to detect a file change when the pipeline runs.
显示
- lib/gitlab/database/partitioning_migration_helpers/index_helpers.rb 1 个添加, 1 个删除.../database/partitioning_migration_helpers/index_helpers.rb
- spec/factories_spec.rb 1 个添加, 1 个删除spec/factories_spec.rb
- spec/lib/gitlab/database/partitioning/partition_creator_spec.rb 1 个添加, 1 个删除...ib/gitlab/database/partitioning/partition_creator_spec.rb
- spec/lib/gitlab/database/partitioning/replace_table_spec.rb 1 个添加, 1 个删除spec/lib/gitlab/database/partitioning/replace_table_spec.rb
- spec/lib/gitlab/database/partitioning_migration_helpers/foreign_key_helpers_spec.rb 1 个添加, 1 个删除...artitioning_migration_helpers/foreign_key_helpers_spec.rb
- spec/lib/gitlab/database/partitioning_migration_helpers/index_helpers_spec.rb 1 个添加, 1 个删除...base/partitioning_migration_helpers/index_helpers_spec.rb
- spec/lib/gitlab/database/partitioning_migration_helpers/table_management_helpers_spec.rb 3 个添加, 3 个删除...ioning_migration_helpers/table_management_helpers_spec.rb
- spec/lib/gitlab/database/reindexing/index_selection_spec.rb 1 个添加, 1 个删除spec/lib/gitlab/database/reindexing/index_selection_spec.rb
- spec/support/helpers/database/database_helpers.rb 15 个添加, 0 个删除spec/support/helpers/database/database_helpers.rb
- spec/support/helpers/database/partitioning_helpers.rb 96 个添加, 0 个删除spec/support/helpers/database/partitioning_helpers.rb
- spec/support/helpers/database/table_schema_helpers.rb 114 个添加, 0 个删除spec/support/helpers/database/table_schema_helpers.rb
- spec/support/helpers/database/trigger_helpers.rb 68 个添加, 0 个删除spec/support/helpers/database/trigger_helpers.rb
- spec/support/helpers/database_helpers.rb 0 个添加, 13 个删除spec/support/helpers/database_helpers.rb
- spec/support/helpers/partitioning_helpers.rb 0 个添加, 94 个删除spec/support/helpers/partitioning_helpers.rb
- spec/support/helpers/table_schema_helpers.rb 0 个添加, 112 个删除spec/support/helpers/table_schema_helpers.rb
- spec/support/helpers/trigger_helpers.rb 0 个添加, 66 个删除spec/support/helpers/trigger_helpers.rb
加载中
想要评论请 注册 或 登录