-
- Downloads
Fix issuables state_id nil when importing projects from GitHub
Issues and merge requests imported from GitHub are having state_id set to null. This fixes the GitHub project importer and schedule migrations to fix state_id.
Showing
- changelogs/unreleased/issue_57906_fix_github_import.yml 5 additions, 0 deletionschangelogs/unreleased/issue_57906_fix_github_import.yml
- db/migrate/20190506135337_add_temporary_indexes_to_state_id.rb 34 additions, 0 deletions...grate/20190506135337_add_temporary_indexes_to_state_id.rb
- db/post_migrate/20190506135400_schedule_sync_issuables_state_id_where_nil.rb 63 additions, 0 deletions...90506135400_schedule_sync_issuables_state_id_where_nil.rb
- db/schema.rb 1 addition, 1 deletiondb/schema.rb
- lib/gitlab/bitbucket_server_import/importer.rb 1 addition, 0 deletionslib/gitlab/bitbucket_server_import/importer.rb
- lib/gitlab/github_import/importer/issue_importer.rb 1 addition, 0 deletionslib/gitlab/github_import/importer/issue_importer.rb
- lib/gitlab/github_import/importer/pull_request_importer.rb 1 addition, 0 deletionslib/gitlab/github_import/importer/pull_request_importer.rb
- spec/lib/gitlab/bitbucket_server_import/importer_spec.rb 1 addition, 0 deletionsspec/lib/gitlab/bitbucket_server_import/importer_spec.rb
- spec/lib/gitlab/github_import/importer/issue_importer_spec.rb 2 additions, 0 deletions.../lib/gitlab/github_import/importer/issue_importer_spec.rb
- spec/lib/gitlab/github_import/importer/pull_request_importer_spec.rb 3 additions, 0 deletions...tlab/github_import/importer/pull_request_importer_spec.rb
- spec/migrations/schedule_sync_issuables_state_id_where_nil_spec.rb 57 additions, 0 deletions...ations/schedule_sync_issuables_state_id_where_nil_spec.rb
Please register or sign in to comment