Files
gitlabhq/app/models
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:32 +01:00
2015-05-03 13:38:27 -07:00
2011-10-09 00:36:38 +03:00
2015-09-29 21:47:01 +02:00
2015-12-07 16:57:26 -05:00
2015-08-03 01:52:54 +09:00
2015-12-07 16:57:26 -05:00
2015-12-02 10:54:24 +01:00
2015-12-11 18:02:09 +01:00
2015-05-03 13:38:27 -07:00
2015-04-03 12:28:47 +02:00
2015-11-13 19:22:46 +01:00
2015-08-04 14:33:18 +02:00
2014-08-25 12:25:02 +03:00
2015-12-07 16:57:26 -05:00
2015-12-08 21:00:01 -08:00
2015-12-08 21:00:01 -08:00
2015-11-17 15:49:37 +01:00
2015-12-07 16:57:26 -05:00
2015-12-11 13:17:12 +02:00
2014-10-09 18:22:20 +03:00
2015-05-03 13:38:27 -07:00
2014-10-09 18:22:20 +03:00
2015-12-11 18:02:10 +01:00
2015-11-13 19:22:46 +01:00
2015-08-03 01:52:54 +09:00
2015-12-11 18:02:09 +01:00
2015-03-16 21:38:41 +02:00
2015-05-18 22:51:56 +02:00