Commit Graph

12 Commits

Author SHA1 Message Date
GitLab Bot 953eb09e08 Add latest changes from gitlab-org/gitlab@master 2022-04-13 18:08:33 +00:00
GitLab Bot cfd505b198 Add latest changes from gitlab-org/gitlab@master 2021-09-20 21:11:31 +00:00
GitLab Bot d551c55bb0 Add latest changes from gitlab-org/gitlab@master 2021-09-01 18:08:49 +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 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 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