gitlab-org--gitlab-foss/app/views/projects/runners
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
..
_runner.html.haml Remove ci_ prefix from all ci related things 2015-12-11 18:02:09 +01:00
_shared_runners.html.haml Merge branch 'ci-project-migrate' into 'master' 2015-12-14 10:35:40 +00:00
_specific_runners.html.haml Fix last specs 2015-12-11 18:02:10 +01:00
edit.html.haml Add cancel button to forms that didn't have one already 2015-12-02 14:41:54 +01:00
index.html.haml CI details cleanup 2015-11-05 15:24:27 +01:00
show.html.haml CI details cleanup 2015-11-05 15:24:27 +01:00