gitlab-org--gitlab-foss/app/helpers
Stan Hu 8c29b0b065 Memoize the maximum access level for the author of notes
In #19273, we saw that retrieving ProjectTeam#human_max_access for each
note takes the bulk of the time when rendering certain issues or merge requests.
We observe that most of the comments in an issue are typically done by the
same users. This MR memoizes the max access level by user ID.
2016-06-29 06:26:00 -07:00
..
appearances_helper.rb
application_helper.rb Replace Haml with Hamlit. 2016-06-22 16:09:51 -06:00
application_settings_helper.rb
auth_helper.rb
blob_helper.rb add custom highlighting via .gitattributes 2016-06-27 14:17:49 -07:00
branches_helper.rb Unify check branch name exist 2016-06-20 21:44:21 +02:00
broadcast_messages_helper.rb
button_helper.rb Merge branch 'clipboard-buttons-fix' into 'master' 2016-06-17 18:00:03 +00:00
ci_status_helper.rb
commits_helper.rb Merge branch 'commits-ui' into 'master' 2016-06-15 20:24:13 +00:00
compare_helper.rb
dashboard_helper.rb
diff_helper.rb added whitespace toggle to diffs page and set it to return the project compare path with the selected whitespace params 2016-06-10 17:31:28 +01:00
dropdowns_helper.rb
emails_helper.rb
events_helper.rb
explore_helper.rb
external_wiki_helper.rb
form_helper.rb
git_helper.rb
gitlab_markdown_helper.rb Move pre_process into render_result 2016-06-21 17:39:01 +02:00
gitlab_routing_helper.rb Merge branch 'environments-and-deployments' into 'master' 2016-06-15 13:48:09 +00:00
graph_helper.rb
groups_helper.rb Add request access for groups 2016-06-14 13:07:26 +02:00
icons_helper.rb
import_helper.rb
issuables_helper.rb Checks for current_user when getting todo 2016-06-17 09:10:23 +01:00
issues_helper.rb
javascript_helper.rb Revert Subresource Integrity pending a fix for Firefox's incorrect hashing implementation. 2016-06-27 07:47:33 -06:00
labels_helper.rb
members_helper.rb Address Douwe's feedback 2016-06-17 18:37:53 +02:00
merge_requests_helper.rb
milestones_helper.rb
namespaces_helper.rb
nav_helper.rb Clicking body closes nav 2016-06-15 18:33:18 +01:00
notes_helper.rb Memoize the maximum access level for the author of notes 2016-06-29 06:26:00 -07:00
notifications_helper.rb Re-use notifications dropdown/modal for user profile 2016-06-17 00:17:20 -03:00
page_layout_helper.rb
preferences_helper.rb
projects_helper.rb Merge branch 'issuable-sidebar-bold' into 'master' 2016-06-15 20:29:50 +00:00
runners_helper.rb
search_helper.rb
selects_helper.rb
snippets_helper.rb
sorting_helper.rb
submodule_helper.rb
tab_helper.rb
tags_helper.rb
time_helper.rb Allow to show the time in the future 2016-06-13 11:06:38 +01:00
todos_helper.rb Merge branch 'issuable-todo-improvements' 2016-06-18 00:42:36 +02:00
tree_helper.rb
triggers_helper.rb
version_check_helper.rb
visibility_level_helper.rb
workhorse_helper.rb