gitlab-org--gitlab-foss/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
..
backend Fix specs 2015-12-11 18:02:10 +01:00
bitbucket_import
diff
email Mix url helpers in into `RepositoryPush` 2015-12-11 13:00:24 +00:00
fogbugz_import
git Fire update hook from GitLab 2015-11-30 18:36:34 +02:00
github_import fix specs 2015-11-30 16:12:31 +02:00
gitlab_import fix specs 2015-11-30 16:12:31 +02:00
gitorious_import
google_code_import Split complex methods in GoogleCodeImport::Importer 2015-11-13 00:55:20 +01:00
graphs
ldap Block LDAP user when they are no longer found in the LDAP server 2015-12-08 11:15:30 -06:00
lfs Recursivity needed if a fork is a fork of a fork. 2015-12-04 12:32:13 +01:00
markdown Merge branch 'master' into tmp-reference-pipeline-and-caching 2015-12-10 14:04:34 +01:00
middleware
o_auth AuthHash should not parameterize email user 2015-12-10 18:49:48 -05:00
sherlock Added total query time to Sherlock 2015-11-24 10:57:21 +01:00
sidekiq_middleware
sql Fix UNION syntax for MySQL 2015-11-18 13:31:18 +01:00
access.rb
app_logger.rb
asciidoc.rb
auth.rb
bitbucket_import.rb
build_data_builder.rb Migrate CI::Project to Project 2015-12-11 18:02:09 +01:00
closing_issue_extractor.rb Allow invalid URLs in closing pattern 2015-12-02 18:48:39 +01:00
color_schemes.rb
compare_result.rb Add ignore white space option in merge request diff 2015-11-13 16:53:53 +09:00
config_helper.rb
contributions_calendar.rb
contributor.rb
current_settings.rb Expose artifacts path 2015-11-23 13:05:22 +01:00
database.rb Migrate CI WebHooks and Emails to new tables 2015-12-10 16:04:08 +01:00
force_push_check.rb
git.rb
git_access.rb Add support for git lfs. 2015-11-16 12:39:13 +01:00
git_access_status.rb
git_access_wiki.rb
git_logger.rb
git_ref_validator.rb
gitorious_import.rb
identifier.rb
import_formatter.rb
import_sources.rb
incoming_email.rb
inline_diff.rb Move spec to proper place and fix unused variable 2015-11-13 09:45:21 +01:00
issues_labels.rb
key_fingerprint.rb
logger.rb
markdown.rb Allow reference format as link href 2015-12-01 16:25:56 +01:00
markup_helper.rb
note_data_builder.rb
popen.rb
production_logger.rb
project_search_results.rb
push_data_builder.rb fixes after review 2015-12-07 15:13:06 +02:00
reference_extractor.rb Autolink first so we don't pick up numeric anchors as issue references. 2015-12-01 15:53:32 +01:00
regex.rb
search_results.rb
seeder.rb Migrate mailers to ActiveJob 2015-11-26 17:03:43 +02:00
sherlock.rb
sidekiq_logger.rb
snippet_search_results.rb
themes.rb
upgrader.rb
uploads_transfer.rb
url_builder.rb
user_access.rb
utils.rb
version_info.rb
visibility_level.rb