Files
gitlabhq/lib/gitlab
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
..
2015-12-11 18:02:10 +01:00
2015-10-03 01:29:58 -05:00
2015-11-30 18:36:34 +02:00
2015-11-30 16:12:31 +02:00
2015-11-30 16:12:31 +02:00
2014-09-29 12:05:17 +03:00
2015-11-18 13:31:18 +01:00
2014-10-06 00:14:46 +02:00
2015-02-24 15:07:24 +01:00
2015-11-23 13:05:22 +01:00
2015-11-16 12:39:13 +01:00
2014-10-06 00:14:46 +02:00
2015-09-08 20:23:01 -04:00
2014-10-31 17:22:16 -07:00
2015-04-14 15:58:28 +02:00
2014-10-06 00:14:46 +02:00
2015-03-24 18:35:57 -07:00
2014-10-06 00:14:46 +02:00
2015-12-07 15:13:06 +02:00
2015-08-24 13:59:01 +03:00
2015-11-26 17:03:43 +02:00
2014-10-06 00:14:46 +02:00
2015-08-26 11:30:38 -07:00
2013-06-06 10:10:51 +09:00
2015-07-06 17:40:33 +03:00