Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2019-04-29 15:16:03 +0300
committerYorick Peterse <yorickpeterse@gmail.com>2019-06-17 22:24:15 +0300
commitfa9be2fda8f701ed52d44db15805de316f17a527 (patch)
tree7b9fd1782546ba2d470219a96a4970069443d5f3 /spec/lib/gitlab/import_export/all_models.yml
parentc35be608bc0f96cc9ac94b818f809033951a6058 (diff)
Backport the EE schema and migrations to CE
This backports all EE schema changes to CE, including EE migrations, ensuring both use the same schema. == Updated tests A spec related to ghost and support bot users had to be modified to make it pass. The spec in question assumes that the "support_bot" column exists when defining the spec. In the single codebase setup this is not the case, as the column is backported in a later migration. Any attempt to use a different schema version or use of "around" blocks to conditionally disable specs won't help, as reverting the backport migration would also drop the "support_bot" column. Removing the "support_bot" tests entirely appears to be the only solution. We also need to update some foreign key tests now that we have backported the EE columns. Fortunately, these changes are very minor. == Backporting migrations This commit moves EE specific migrations (except those for the Geo tracking database) and related files to CE, and also removes any traces of the ee/db directory. Some migrations had to be modified or removed, as they no longer work with the schema being backported. These migrations were all quite old, so we opted for removing them where modifying them would take too much time and effort. Some old migrations were modified in EE, while also existing in CE. In these cases we took the EE code, and in one case removed them entirely. It's not worth spending time trying to merge these changes somehow as we plan to remove old migrations around the release of 12.0, see https://gitlab.com/gitlab-org/gitlab-ce/issues/59177 for more details.
Diffstat (limited to 'spec/lib/gitlab/import_export/all_models.yml')
-rw-r--r--spec/lib/gitlab/import_export/all_models.yml104
1 files changed, 104 insertions, 0 deletions
diff --git a/spec/lib/gitlab/import_export/all_models.yml b/spec/lib/gitlab/import_export/all_models.yml
index 2242543daad..41ef60dc6f8 100644
--- a/spec/lib/gitlab/import_export/all_models.yml
+++ b/spec/lib/gitlab/import_export/all_models.yml
@@ -20,6 +20,9 @@ issues:
- timelogs
- issue_assignees
- closed_by
+- epic_issue
+- epic
+- designs
events:
- author
- project
@@ -38,6 +41,7 @@ notes:
- system_note_metadata
- note_diff_file
- suggestions
+- review
label_links:
- target
- label
@@ -57,6 +61,7 @@ milestone:
- merge_requests
- participants
- events
+- boards
snippets:
- author
- project
@@ -103,6 +108,19 @@ merge_requests:
- merge_request_assignees
- suggestions
- assignees
+- reviews
+- approval_rules
+- approvals
+- approvers
+- approver_users
+- approver_groups
+- approved_by_users
+- draft_notes
+- merge_train
+- blocks_as_blocker
+- blocks_as_blockee
+- blocking_merge_requests
+- blocked_merge_requests
merge_request_diff:
- merge_request
- merge_request_diff_commits
@@ -135,6 +153,16 @@ ci_pipelines:
- deployments
- environments
- chat_data
+- source_pipeline
+- source_bridge
+- source_job
+- sourced_pipelines
+- triggered_by_pipeline
+- triggered_pipelines
+- downstream_bridges
+- job_artifacts
+- vulnerabilities_occurrence_pipelines
+- vulnerabilities
pipeline_variables:
- pipeline
stages:
@@ -182,13 +210,18 @@ protected_branches:
- project
- merge_access_levels
- push_access_levels
+- unprotect_access_levels
protected_tags:
- project
- create_access_levels
merge_access_levels:
- protected_branch
+- user
+- group
push_access_levels:
- protected_branch
+- user
+- group
create_access_levels:
- user
- protected_tag
@@ -323,6 +356,45 @@ project:
- kubernetes_namespaces
- error_tracking_setting
- metrics_setting
+- gitlab_slack_application_service
+- github_service
+- protected_environments
+- mirror_user
+- push_rule
+- jenkins_service
+- jenkins_deprecated_service
+- index_status
+- feature_usage
+- approval_rules
+- approvers
+- approver_users
+- pages_domains
+- audit_events
+- path_locks
+- approver_groups
+- repository_state
+- source_pipelines
+- sourced_pipelines
+- prometheus_metrics
+- vulnerabilities
+- vulnerability_feedback
+- vulnerability_identifiers
+- vulnerability_scanners
+- operations_feature_flags
+- operations_feature_flags_client
+- prometheus_alerts
+- prometheus_alert_events
+- software_license_policies
+- project_registry
+- packages
+- package_files
+- tracing_setting
+- alerting_setting
+- webide_pipelines
+- reviews
+- incident_management_setting
+- merge_trains
+- designs
award_emoji:
- awardable
- user
@@ -330,6 +402,7 @@ priorities:
- label
prometheus_metrics:
- project
+- prometheus_alerts
timelogs:
- issue
- merge_request
@@ -363,3 +436,34 @@ suggestions:
- note
metrics_setting:
- project
+protected_environments:
+- project
+- deploy_access_levels
+deploy_access_levels:
+- protected_environment
+- user
+- group
+unprotect_access_levels:
+- user
+- protected_branch
+- group
+prometheus_alerts:
+- project
+- prometheus_alert_events
+prometheus_alert_events:
+- project
+epic_issues:
+- issue
+- epic
+tracing_setting:
+- project
+reviews:
+- project
+- merge_request
+- author
+- notes
+incident_management_setting:
+- project
+merge_trains:
+- project
+- merge_request