gitlab-org--gitlab-foss/spec
Stan Hu 2fc4de6ab6 Bring back Rugged implementation of ListCommitsByOid
This brings back changes in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20432.

For users using Gitaly on top of NFS, accessing the Git data directly
via Rugged may be faster than going through than Gitaly. This merge
request introduces the feature flag `rugged_list_commits_by_oid` to
activate the Rugged method.

For one customer, we saw that ListCommitsByOid was the second highest
used endpoint that may be causing increased load.
2019-04-17 05:09:18 -07:00
..
bin Add some frozen string to spec/**/*.rb 2019-04-15 10:17:05 +00:00
config Add some frozen string to spec/**/*.rb 2019-04-15 10:17:05 +00:00
controllers Add ability to do variable substitution 2019-04-15 15:31:59 +00:00
db
dependencies
factories Revert "Remove HipChat integration from GitLab" 2019-04-10 12:58:18 +01:00
features `None` for assignees 2019-04-16 20:21:56 +00:00
finders Move Contribution Analytics related spec in spec/features/groups/group_page_with_external_authorization_service_spec to EE 2019-04-09 15:38:58 +00:00
fixtures Merge branch 'nfriend-update-merge-request-widget-for-post-merge-pipelines' into 'master' 2019-04-16 14:21:50 +00:00
frontend CE backport of Add Snowplow tracking to notes 2019-04-12 15:32:24 +00:00
graphql Fix a KeyError in GitlabSchema 2019-04-04 18:57:34 +01:00
helpers Add part of needed code 2019-04-05 18:49:46 +00:00
initializers
javascripts `None` for assignees 2019-04-16 20:21:56 +00:00
lib Bring back Rugged implementation of ListCommitsByOid 2019-04-17 05:09:18 -07:00
mailers Mark unverified pages domains for removal 2019-04-09 17:46:29 +00:00
migrations Clean up `noteable_id` for notes on commits 2019-04-06 08:29:51 +08:00
models Merge branch 'mc/feature/custom-metrics-ce' into 'master' 2019-04-16 12:54:47 +00:00
policies Move Contribution Analytics related spec in spec/features/groups/group_page_with_external_authorization_service_spec to EE 2019-04-09 15:38:58 +00:00
presenters Rename CI related selectors 2019-04-16 12:57:07 +03:00
rack_servers
requests Set correct timestamps when creating past issues 2019-04-16 19:57:49 +08:00
routing
rubocop Forbid the use of `#reload` and prefer `#reset` 2019-04-15 13:05:14 +02:00
serializers Use different query count expectations in EE 2019-04-10 13:18:31 +02:00
services Merge branch 'mc/feature/custom-metrics-ce' into 'master' 2019-04-16 12:54:47 +00:00
sidekiq/cron
support Merge branch '59570-move-quick-action' into 'master' 2019-04-16 11:46:53 +00:00
tasks
uploaders Autocorrect with RSpec/ExampleWording cop 2019-04-05 08:43:27 +00:00
validators Align UrlValidator to validate_url gem implementation. 2019-04-11 06:29:07 +00:00
views use cleaner expectation matchers from Capybara 2019-04-12 17:10:42 +01:00
workers Properly expire all pipeline caches when pipeline is deleted 2019-04-15 08:10:10 -07:00
factories_spec.rb
fast_spec_helper.rb
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb Double retries for rspec-retries 2019-04-10 17:25:26 +08:00