该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 2月 21, 2020
-
-
由 Arturo Herrero 创作于
- Remove unnecessary mixing with migration helper methods. - Passing a hash containing `:from` and `:to` will make this change reversible in migration.
-
- 2月 18, 2020
-
-
由 Tiger 创作于
It is common for database reviewers to request this include be removed if none of the helpers are used, this change is an effort to reduce these comments by making this include opt-in instead of opt-out.
-
- 11月 22, 2018
-
-
由 Jan Provaznik 创作于
-
由 Jan Provaznik 创作于
-
- 7月 25, 2018
-
-
由 Stan Hu 创作于
Part of #47424
-
- 3月 01, 2018
-
-
由 Dmitriy Zaporozhets 创作于
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
由 Dmitriy Zaporozhets 创作于
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 2月 26, 2018
-
-
由 Dmitriy Zaporozhets 创作于
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
由 Dmitriy Zaporozhets 创作于
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 4月 06, 2017
-
-
由 blackst0ne 创作于
-
- 10月 31, 2016
-
-
由 Yorick Peterse 创作于
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
-
- 7月 20, 2016
-
-
由 Yorick Peterse 创作于
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]
-
- 6月 03, 2016
-
-
由 James Lopez 创作于
This reverts commit 3e991230.
-
由 James Lopez 创作于
# Conflicts: # app/models/project.rb
-
- 5月 20, 2016
-
-
由 Yorick Peterse 创作于
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.
-