-
- Downloads
Merge branch 'ab-49754-gh-importer-internal-ids' into 'master'
GitHub importer: Keep track of internal_ids Closes #49754 See merge request gitlab-org/gitlab-ce!20926
No related branches found
No related tags found
Showing
- app/models/internal_id.rb 3 additions, 3 deletionsapp/models/internal_id.rb
- changelogs/unreleased/ab-49446-internal-ids-inconsistency.yml 5 additions, 0 deletions...gelogs/unreleased/ab-49446-internal-ids-inconsistency.yml
- db/post_migrate/20180723130817_delete_inconsistent_internal_id_records.rb 47 additions, 0 deletions...20180723130817_delete_inconsistent_internal_id_records.rb
- lib/gitlab/github_import/bulk_importing.rb 3 additions, 1 deletionlib/gitlab/github_import/bulk_importing.rb
- lib/gitlab/github_import/importer/issue_importer.rb 5 additions, 1 deletionlib/gitlab/github_import/importer/issue_importer.rb
- lib/gitlab/github_import/importer/milestones_importer.rb 11 additions, 1 deletionlib/gitlab/github_import/importer/milestones_importer.rb
- lib/gitlab/github_import/importer/pull_request_importer.rb 7 additions, 1 deletionlib/gitlab/github_import/importer/pull_request_importer.rb
- spec/lib/gitlab/github_import/bulk_importing_spec.rb 12 additions, 0 deletionsspec/lib/gitlab/github_import/bulk_importing_spec.rb
- spec/lib/gitlab/github_import/importer/issue_importer_spec.rb 22 additions, 0 deletions.../lib/gitlab/github_import/importer/issue_importer_spec.rb
- spec/lib/gitlab/github_import/importer/milestones_importer_spec.rb 13 additions, 1 deletion...gitlab/github_import/importer/milestones_importer_spec.rb
- spec/lib/gitlab/github_import/importer/pull_request_importer_spec.rb 10 additions, 0 deletions...tlab/github_import/importer/pull_request_importer_spec.rb
- spec/migrations/delete_inconsistent_internal_id_records_spec.rb 119 additions, 0 deletions...igrations/delete_inconsistent_internal_id_records_spec.rb
Please register or sign in to comment