gitlab-org--gitlab-foss/app/controllers
Stan Hu f2fa7c3299 Fix and expand Gitaly FindCommit caching
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26248 added
support for deduplicating FindCommit requests using Gitaly ref name
caching. However, not all endpoints were covered, and in one case the
Gitaly wrapper wasn't actually surrounding the serialization step. We
can safely cache ref names between FindCommit calls for #index and #show
endpoints for merge requests and pipelines. This can significantly
reduce the number of FindCommit requests.
2019-04-04 13:42:58 -07:00
..
admin Externalize strings in admin controllers 2019-03-21 14:31:34 +01:00
boards
ci
clusters Renames Cluster#managed? to provided_by_user? 2019-03-29 18:23:18 +00:00
concerns Fixed test specs 2019-04-04 13:08:34 +00:00
dashboard Externalize strings in projects controllers 2019-03-27 16:52:52 +00:00
explore Fix undefined variable error on json project views 2019-03-18 21:27:28 -03:00
google_api Validate session key when authorizing with GCP to create a cluster 2019-02-19 17:21:08 +11:00
groups Add control for variable value masking 2019-03-29 12:49:59 -06:00
import Externalize strings in projects controllers 2019-03-27 16:52:52 +00:00
instance_statistics
ldap
oauth
profiles Merge branch 'create-identity-provider-policy' into 'master' 2019-03-20 16:08:05 +00:00
projects Fix and expand Gitaly FindCommit caching 2019-04-04 13:42:58 -07:00
sherlock
snippets Refactor params for notes_actions 2019-02-23 09:38:58 +08:00
users
abuse_reports_controller.rb
application_controller.rb Fix ETag caching not being used for AJAX requests 2019-02-26 12:54:31 +01:00
autocomplete_controller.rb Filter merge requests by target branch 2019-03-09 12:22:58 +00:00
chaos_controller.rb
confirmations_controller.rb
dashboard_controller.rb Consider array params on rendering MR list on dashboard 2019-04-04 14:54:25 +00:00
graphql_controller.rb Add API access check to Graphql 2019-03-27 14:59:02 +00:00
groups_controller.rb Redirect to edit page on group transfer failure 2019-04-03 11:29:35 +03:00
health_check_controller.rb
health_controller.rb
help_controller.rb Update RE used to prefix links with /help/ 2019-02-12 12:44:14 +01:00
ide_controller.rb
invites_controller.rb
jwt_controller.rb
metrics_controller.rb
notification_settings_controller.rb
omniauth_callbacks_controller.rb Move out link\unlink ability checks to a policy 2019-03-19 15:38:16 +03:00
passwords_controller.rb
profiles_controller.rb Move language setting to preferences 2019-02-20 22:58:53 +00:00
projects_controller.rb Add cr remarks 2019-03-25 11:08:20 +01:00
registrations_controller.rb
root_controller.rb
search_controller.rb Merge branch 'ce-1607-elastic_feature_flag_per_group' into 'master' 2019-03-29 11:54:48 +00:00
sent_notifications_controller.rb
sessions_controller.rb
snippets_controller.rb
uploads_controller.rb Adds the Rubocop ReturnNil cop 2019-03-06 17:51:56 +02:00
user_callouts_controller.rb
users_controller.rb