Commit Graph

16 Commits

Author SHA1 Message Date
GitLab Bot 9922389a50 Add latest changes from gitlab-org/gitlab@master 2021-04-15 21:09:35 +00:00
GitLab Bot 418a39f6c2 Add latest changes from gitlab-org/gitlab@master 2021-04-07 00:09:26 +00:00
GitLab Bot 659ad26b4e Add latest changes from gitlab-org/gitlab@master 2021-03-25 21:09:13 +00:00
GitLab Bot 6ba372cf11 Add latest changes from gitlab-org/gitlab@master 2021-03-05 18:09:17 +00:00
GitLab Bot b2452a3692 Add latest changes from gitlab-org/gitlab@master 2021-02-25 12:11:01 +00:00
GitLab Bot 8215fc964a Add latest changes from gitlab-org/gitlab@master 2021-02-16 12:09:03 +00:00
GitLab Bot 9f5ac379c7 Add latest changes from gitlab-org/gitlab@master 2021-02-11 12:08:52 +00:00
GitLab Bot d7774ee304 Add latest changes from gitlab-org/gitlab@master 2021-02-01 18:09:17 +00:00
GitLab Bot 2a040e2655 Add latest changes from gitlab-org/gitlab@master 2020-02-21 12:09:07 +00:00
GitLab Bot 93d7441cc9 Add latest changes from gitlab-org/gitlab@master 2020-02-18 21:09:11 +00:00
Jan Provaznik fcec474ceb Update generator templates 2018-11-22 13:17:55 +01:00
Stan Hu 05cb559d85 Add frozen_string_literal to migration templates
Part of #47424
2018-07-24 21:43:42 -07:00
blackst0ne 9997c58fc0 Add remove_concurrent_index to database helper 2017-04-06 09:53:57 +11:00
Yorick Peterse 83c8241160
Support for post deployment migrations
These are regular Rails migrations that are executed by default. A user
can opt-out of these migrations by setting an environment variable
during the deployment process.

Fixes gitlab-org/gitlab-ce#22133
2016-10-31 12:54:48 +01:00
Yorick Peterse a8bfe20d0d
Added checks for migration downtime
These new checks can be used to check if migrations require downtime or
not (as tagged by their authors). In CI this compares the current branch
with master so migrations added by merge requests are automatically
verified.

To check the migrations added since a Git reference simply run:

    bundle exec rake gitlab:db:downtime_check[GIT_REF]
2016-07-20 12:41:56 +02:00
Yorick Peterse 9429da3ae2
Move generator templates to generator_templates/
Since we eager load everything in lib/ putting ERB code in .rb files
will result in syntax errors. By moving the templates to
./generator_templates we can work around this.
2016-05-19 14:58:35 -05:00