gitlab-org--gitlab-foss/app/controllers/projects
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
..
ci Allow to include files from another projects 2019-01-07 09:38:05 +01:00
clusters
cycle_analytics
merge_requests Externalize strings in projects controllers 2019-03-27 16:52:52 +00:00
prometheus
registry
serverless Initial Serverless Functions detailed view 2019-01-10 14:13:41 -08:00
settings Externalize strings in projects controllers 2019-03-27 16:52:52 +00:00
tags Add spec for Release API 2018-12-31 14:35:57 +09:00
application_controller.rb Fix and expand Gitaly FindCommit caching 2019-04-04 13:42:58 -07:00
artifacts_controller.rb Remove get_build method for find_by_id 2019-01-09 16:33:22 +01:00
autocomplete_sources_controller.rb Prevent disclosing project milestone titles 2019-02-25 10:55:15 -03:00
avatars_controller.rb
badges_controller.rb Add flat-square badge style 2019-01-18 13:39:35 +00:00
blame_controller.rb
blob_controller.rb Allow streaming io objects into Gitaly 2019-04-01 20:17:40 +02:00
boards_controller.rb Refactor groups and projects boards actions 2019-03-13 20:33:35 +08:00
branches_controller.rb Externalize strings in projects controllers 2019-03-27 16:52:52 +00:00
build_artifacts_controller.rb Remove get_build method for find_by_id 2019-01-09 16:33:22 +01:00
builds_controller.rb
clusters_controller.rb
commit_controller.rb Merge branch 'security-commit-private-related-mr' into 'master' 2019-03-04 18:37:10 +00:00
commits_controller.rb Check for valid refs in CommitController before doing anything 2018-12-09 21:56:31 -08:00
compare_controller.rb Check for valid refs in CommitController before doing anything 2018-12-09 21:56:31 -08:00
cycle_analytics_controller.rb
deploy_keys_controller.rb Externalize strings in projects controllers 2019-03-27 16:52:52 +00:00
deploy_tokens_controller.rb
deployments_controller.rb
discussions_controller.rb Enable the Layout/ExtraSpacing cop 2019-01-24 13:05:45 +01:00
environments_controller.rb Renamed terminal_specification to channel_specification 2019-04-04 18:32:02 +00:00
error_tracking_controller.rb Add list_projects endpoint to error tracking 2019-02-06 16:27:18 +00:00
find_file_controller.rb
forks_controller.rb
git_http_client_controller.rb Allow multiple repositories per project 2019-03-26 13:21:03 +01:00
git_http_controller.rb Allow multiple repositories per project 2019-03-26 13:21:03 +01:00
graphs_controller.rb Return cached languages if they've been detected before 2019-03-20 20:33:49 +03:00
group_links_controller.rb Externalize strings in projects controllers 2019-03-27 16:52:52 +00:00
hook_logs_controller.rb
hooks_controller.rb Externalize strings in projects controllers 2019-03-27 16:52:52 +00:00
imports_controller.rb Externalize strings in projects controllers 2019-03-27 16:52:52 +00:00
issues_controller.rb Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into jarv/dev-to-gitlab-2019-04-02 2019-04-02 10:12:32 +02:00
jobs_controller.rb Renamed terminal_specification to channel_specification 2019-04-04 18:32:02 +00:00
labels_controller.rb Externalize strings in projects controllers 2019-03-27 16:52:52 +00:00
lfs_api_controller.rb Externalize strings in projects controllers 2019-03-27 16:52:52 +00:00
lfs_locks_api_controller.rb Actually set raise_on_unfiltered_parameters to true 2019-01-16 22:36:01 +01:00
lfs_storage_controller.rb Verify that LFS upload requests are genuine 2019-01-31 16:52:48 +01:00
mattermosts_controller.rb
merge_requests_controller.rb Fix and expand Gitaly FindCommit caching 2019-04-04 13:42:58 -07:00
milestones_controller.rb Adds milestone search 2019-01-24 18:44:09 +01:00
mirrors_controller.rb Externalize strings in projects controllers 2019-03-27 16:52:52 +00:00
network_controller.rb Remove options assignment from ExtractsPath 2018-11-27 12:07:02 -06:00
notes_controller.rb
pages_controller.rb Allow maintainers to remove pages 2019-02-25 11:43:19 +00:00
pages_domains_controller.rb Fix access to pages domain settings 2019-02-12 12:18:17 +00:00
pipeline_schedules_controller.rb (CE Port) "Follow-up from "(EE port) Externalize strings in projects controllers"" 2019-04-02 09:08:23 +00:00
pipelines_controller.rb Fix and expand Gitaly FindCommit caching 2019-04-04 13:42:58 -07:00
pipelines_settings_controller.rb Fix several ActionController::Parameters deprecations 2019-01-11 21:19:01 +01:00
project_members_controller.rb
protected_branches_controller.rb Reduce diff with EE in ProtectedRefsController 2018-12-17 19:15:06 +01:00
protected_refs_controller.rb Reduce diff with EE in ProtectedRefsController 2018-12-17 19:15:06 +01:00
protected_tags_controller.rb Reduce diff with EE in ProtectedRefsController 2018-12-17 19:15:06 +01:00
raw_controller.rb
refs_controller.rb
releases_controller.rb Remove releases_page feature flag 2019-01-11 13:26:09 +09:00
repositories_controller.rb Download a folder from repository 2019-04-02 22:07:16 +08:00
runner_projects_controller.rb
runners_controller.rb Externalize strings in projects controllers 2019-03-27 16:52:52 +00:00
services_controller.rb Externalize strings in projects controllers 2019-03-27 16:52:52 +00:00
snippets_controller.rb Block private snippets from being embeddable 2018-12-20 14:32:51 +08:00
tags_controller.rb Add spec for Release API 2018-12-31 14:35:57 +09:00
templates_controller.rb
todos_controller.rb
tree_controller.rb Externalize strings in projects controllers 2019-03-27 16:52:52 +00:00
triggers_controller.rb Externalize strings in projects controllers 2019-03-27 16:52:52 +00:00
uploads_controller.rb
variables_controller.rb Add control for variable value masking 2019-03-29 12:49:59 -06:00
wikis_controller.rb Allow to sort wiki pages by date and title 2019-04-04 16:28:56 +00:00