gitlab-org--gitlab-foss/spec
Jan Provaznik c3f499e7c8 Use upload ID instead of model ID in lease key
For FileUploaders it's possible that a model has many uploads
and if lease key is created only from model id, it causes that
the model's uploads can not be migrated in parallel because the
exclusive lease key would be same for all uploads of the model.
2018-06-12 09:34:07 +02:00
..
bin
config
controllers Merge branch 'jprovazn-rails5-boards' into 'master' 2018-06-11 15:55:29 +00:00
db/production Enable prometheus metrics by default 2018-05-07 08:46:23 +00:00
factories Merge branch 'rs-update-rspec' into 'master' 2018-06-11 09:59:25 +00:00
features Don't use Gitlab::Utils.nlbr in Gitlab::Git 2018-06-11 10:42:09 +00:00
finders Backport of "Add assignee lists to boards" 2018-06-07 20:54:24 +00:00
fixtures Backport of "Add assignee lists to boards" 2018-06-07 20:54:24 +00:00
graphql Initial setup GraphQL using graphql-ruby 1.8 2018-06-06 10:58:54 +02:00
helpers Merge branch 'rs-update-rspec' into 'master' 2018-06-11 09:59:25 +00:00
initializers Fix Fog mocking 2018-06-05 16:48:42 +02:00
javascripts Merge branch 'ide-etag-polling' into 'master' 2018-06-11 14:18:43 +00:00
lib Merge branch 'sh-expire-content-cache-after-import' into 'master' 2018-06-11 17:35:39 +00:00
mailers Replace have_html_espaced_body_text after 517598ba 2018-06-03 22:29:51 +09:00
migrations Refactor schema_spec.rb for CE-EE parity and simplicity 2018-06-07 15:47:30 -05:00
models Merge branch 'sh-expire-content-cache-after-import' into 'master' 2018-06-11 17:35:39 +00:00
policies Rephrase "maintainer" to more precise "members who can merge to the target branch" 2018-06-01 14:33:12 +09:00
presenters Removes redundant error message for script failures 2018-05-24 15:14:28 -05:00
requests Merge branch 'rs-update-rspec' into 'master' 2018-06-11 09:59:25 +00:00
routing Initial setup GraphQL using graphql-ruby 1.8 2018-06-06 10:58:54 +02:00
rubocop/cop Allow comment after if/unless clause 2018-05-29 10:38:59 +02:00
serializers Merge branch 'feature/customizable-favicon' into 'master' 2018-06-07 16:54:41 +00:00
services Don't use Gitlab::Utils.nlbr in Gitlab::Git 2018-06-11 10:42:09 +00:00
sidekiq/cron
support Use upload ID instead of model ID in lease key 2018-06-12 09:34:07 +02:00
tasks Resolve "Hashed Storage: Make possible to migrate single project" 2018-06-07 15:40:44 +00:00
unicorn
uploaders Use upload ID instead of model ID in lease key 2018-06-12 09:34:07 +02:00
validators Avoid checking the user format in every url validation 2018-06-11 13:29:37 +00:00
views fix broken specs 2018-06-06 05:29:52 -05:00
workers Work around limitations of expect_any_instance_of by stubbing Project.find 2018-06-11 09:47:51 -07:00
factories_spec.rb
fast_spec_helper.rb Improve fast specs helper to autoload the library 2018-05-11 13:33:10 +02:00
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb Fix Fog mocking 2018-06-05 16:48:42 +02:00