gitlab-org--gitlab-foss/app/helpers
Sean McGivern b7303b65b1 Cache issuable template names
We were looking these up on each request to an issue page, because the form is
pre-filled, as is the template dropdown. That was unnecessary: we could just
treat these as 'special' repository files (like the rendered README) and cache
them in Redis until they change on a push.
2017-10-12 13:26:03 +01:00
..
accounts_helper.rb
appearances_helper.rb
application_helper.rb
application_settings_helper.rb
auth_helper.rb
auto_devops_helper.rb
avatars_helper.rb
award_emoji_helper.rb
blame_helper.rb
blob_helper.rb
boards_helper.rb
branches_helper.rb
breadcrumbs_helper.rb
broadcast_messages_helper.rb
builds_helper.rb
button_helper.rb
ci_status_helper.rb
commits_helper.rb
compare_helper.rb Stop using `branch_names.include?` and use `branch_exists?` 2017-10-10 14:56:04 +00:00
components_helper.rb
conversational_development_index_helper.rb
dashboard_helper.rb
defer_script_tag_helper.rb
diff_helper.rb
dropdowns_helper.rb
emails_helper.rb
emoji_helper.rb
environment_helper.rb
environments_helper.rb
events_helper.rb
explore_helper.rb
external_wiki_helper.rb
form_helper.rb
git_helper.rb
gitlab_routing_helper.rb
graph_helper.rb
groups_helper.rb Changed Group Icon URL Back to try option 2017-10-10 10:59:07 +02:00
hooks_helper.rb
icons_helper.rb
import_helper.rb
issuables_helper.rb Cache issuable template names 2017-10-12 13:26:03 +01:00
issues_helper.rb
javascript_helper.rb
kerberos_spnego_helper.rb
labels_helper.rb
lazy_image_tag_helper.rb
markup_helper.rb
mattermost_helper.rb
members_helper.rb
merge_requests_helper.rb
milestones_helper.rb
milestones_routing_helper.rb
namespaces_helper.rb
nav_helper.rb
notes_helper.rb
notifications_helper.rb
numbers_helper.rb
page_layout_helper.rb
pagination_helper.rb
performance_bar_helper.rb
pipeline_schedules_helper.rb
preferences_helper.rb
profiles_helper.rb
projects_helper.rb
rss_helper.rb
runners_helper.rb
search_helper.rb
selects_helper.rb
sentry_helper.rb
services_helper.rb
sidekiq_helper.rb
snippets_helper.rb
sorting_helper.rb
storage_health_helper.rb
storage_helper.rb
submodule_helper.rb
system_note_helper.rb
tab_helper.rb
tags_helper.rb
time_helper.rb
todos_helper.rb
tree_helper.rb
triggers_helper.rb
u2f_helper.rb
users_helper.rb
version_check_helper.rb
visibility_level_helper.rb
webpack_helper.rb
wiki_helper.rb
workhorse_helper.rb