gitlab-org--gitlab-foss/lib/tasks
Kamil Trzciński c810234357 Merge branch 'ci-project-migrate' into 'master'
Ci Project migrate

- This doesn't migrate: allow_git_fetch, coverage_regex, timeout. Since this are project configuration settings I would propose to migrate them to `.gitlab-ci.yml`.
- This requires offline migrations.
- It simplifies database models making all CI objects to be attached to: Project.
- It removes Ci::Project, but makes /ci/projects working by adding method: Project.find_by_ci_id for backward compatibility (badges, triggers).
- We should add default `timeout` to Application Settings.
- It misses specs.
- It is based on ci-services-migrate for now.
- It removes CI events.
- It removes administrator CI projects overview.
- It removes CI application settings.

In 8.4 or 8.5 we can remove redundant tables and columns.


See merge request !1987
2015-12-14 10:35:40 +00:00
..
ci Migrate CI::Project to Project 2015-12-11 18:02:09 +01:00
gitlab Bump Redis requirement to 2.8 for Sidekiq 4 requirements 2015-12-12 07:51:50 -08:00
migrate Improve performance of User.by_login 2015-10-15 11:58:25 +02:00
.gitkeep init commit 2011-10-09 00:36:38 +03:00
brakeman.rake Merge branch 'brakeman-level' 2015-05-12 13:21:11 +03:00
cache.rake Replace GITLAB with GitLab in rake task descriptions 2015-06-23 16:52:40 +02:00
dev.rake Replace GITLAB with GitLab in rake task descriptions 2015-06-23 16:52:40 +02:00
flay.rake Set higher flay value to avoid unnecessary refactoring for now 2015-11-17 11:18:01 +01:00
flog.rake Allow flog failure for now 2015-11-11 15:30:23 +01:00
grape.rake Add grape routing print 2015-11-12 16:26:23 +01:00
rubocop.rake Dont load rubocop in prod env 2015-02-03 19:25:57 -08:00
services.rake Added service API endpoint to retrieve service parameters 2015-09-10 18:22:57 +02:00
setup.rake Replace GITLAB with GitLab in rake task descriptions 2015-06-23 16:52:40 +02:00
sidekiq.rake Replace GITLAB with GitLab in rake task descriptions 2015-06-23 16:52:40 +02:00
spec.rake Split up spec:other even more 2015-12-09 11:56:23 +01:00
spinach.rake Split up feature specs more 2015-12-09 10:50:43 +01:00
test.rake Use teaspoon instead of jasmine:ci 2015-07-03 10:51:44 +02:00