Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-08-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-01-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-06-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-01Test schema_version_check directlyThong Kuah
Testing via db:migrate causes side-effects like setting ActiveRecord::Base.configurations and also it runs schema dump into db/schema.rb. Rather than keep up, we test schema_version_check directly
2019-07-01Quarantine schema_version_check because tests after it failedLin Jen-Shin
2019-06-25Add the frozen literal to the correct fileDJ Mountney
2019-06-25Add an flag for skipping the schema version checkDJ Mountney
If you chose to use the rollback migration feature on your current version for example, you should still have a way to migrate, being that you are still on a supported migration path.
2019-06-25Move min schema version check to db:migrateDJ Mountney
Rather than have it checked only as part of gitlab:db:configure, we will instead have it as a pre-req for every db:migrate command