gitlab-ce/spec
Stan Hu 2022e6799b Makes LFS object linker process OIDs in batches
During a project import, `LfsLinkService` attempts to link `LfsObjects`
that have not already been associated with a project.  It's possible for
a large repo to have thousands of OIDs, which can cause long database
query and parsing times.  By processing a batch of 1000 at a time, we
can reduce that time at the expense of a few more SQL queries.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66274
2019-08-27 15:52:33 -07:00
..
bin
config
controllers Merge branch 'ce-8631-archiving-a-project-should-create-an-audit-event' into 'master' 2019-08-22 16:06:41 +00:00
db
dependencies
factories Use `stub_full_request` to fix spec failure 2019-08-27 19:25:22 +08:00
features Merge branch 'sh-project-feature-nplus-one' into 'master' 2019-08-27 06:41:38 +00:00
finders
fixtures
frontend Revert "Merge branch 'user-tracking-settings' into 'master'" 2019-08-26 22:16:23 +00:00
graphql Replace echo function with a resolver 2019-08-26 17:43:38 +00:00
haml_lint/linter
helpers Change misleading pipeline status tooltip 2019-08-23 21:28:46 +00:00
initializers
javascripts Move gke_cluster_dropdowns to create_cluster dir 2019-08-27 09:16:01 -04:00
lib Fix a nil error in Gitlab::Danger::Teammate 2019-08-27 19:15:19 +02:00
mailers Handle namespaced models 2019-08-21 19:23:27 +00:00
migrations Added EncryptDeployTokensTokens spec file 2019-08-26 19:39:48 -07:00
models Use `stub_full_request` to fix spec failure 2019-08-27 19:25:22 +08:00
policies Guard against deleted project feature entry 2019-08-26 13:37:42 -07:00
presenters
rack_servers
requests Merge branch '57657-promote-label-to-group-label-via-api-endpoint' into 'master' 2019-08-27 08:53:09 +00:00
routing
rubocop Utilize RuboCop's Include/Exclude config 2019-08-26 12:24:25 +00:00
serializers
services Makes LFS object linker process OIDs in batches 2019-08-27 15:52:33 -07:00
sidekiq/cron
support Add edit_note and spec for editing quick actions 2019-08-26 09:20:00 +00:00
tasks
uploaders
validators
views Fix Piwik not working 2019-08-26 15:46:14 -07:00
workers Avoid conflicts between ArchiveTraceWorkers 2019-08-22 10:28:12 +07:00
factories_spec.rb
fast_spec_helper.rb
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb