-
- Downloads
Improve performance of PR import
This removes unneeded `.reload` call which makes AR to load ALL objects, and create its in-memory representation.
Showing
- changelogs/unreleased/fix-pull-request-importer.yml 5 additions, 0 deletionschangelogs/unreleased/fix-pull-request-importer.yml
- lib/gitlab/import/merge_request_helpers.rb 1 addition, 1 deletionlib/gitlab/import/merge_request_helpers.rb
- spec/lib/gitlab/import/merge_request_helpers_spec.rb 73 additions, 0 deletionsspec/lib/gitlab/import/merge_request_helpers_spec.rb
Please register or sign in to comment