gitlab-org--gitlab-foss/features/steps/project
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
..
commits Migrate CI::Project to Project 2015-12-11 18:02:09 +01:00
issues Add custom ColorValidator 2015-12-07 16:57:26 -05:00
merge_requests Fix random failing test 2015-12-07 20:09:30 +01:00
source Fix spec 2015-12-08 22:31:40 +01:00
active_tab.rb
archived.rb
create.rb Move ssh-key steps into SharedUser. Change references in "Explore Projects" feature. Apply ssh-key requirement to "Project Create" feature. 2015-12-09 02:02:53 +01:00
deploy_keys.rb
fork.rb Fix tests 2015-09-25 10:04:09 +02:00
forked_merge_requests.rb Merge remote-tracking branch 'origin/ui/issuable-form' 2015-12-04 15:12:03 +01:00
graph.rb Add tests and changelog item for language graphs 2015-12-08 02:38:59 +01:00
hooks.rb Fix spec 2015-12-04 07:13:28 -08:00
merge_requests.rb Merge branch 'ci-project-migrate' into 'master' 2015-12-14 10:35:40 +00:00
network_graph.rb Fix network graph when branch name has single quotes 2015-07-29 23:29:47 -07:00
project.rb Better name for up-level links 2015-11-03 13:22:11 +01:00
project_shortcuts.rb
redirects.rb Fix rubocop warnings in features 2015-10-03 19:59:54 -05:00
services.rb Migrate CI::Project to Project 2015-12-11 18:02:09 +01:00
snippets.rb Fix spec 2015-10-18 15:36:02 +02:00
star.rb
team_management.rb Refactor group members tests a bit 2015-11-25 10:24:29 +01:00
wiki.rb Fix specs 2015-12-03 18:42:37 +01:00