gitlab-org--gitlab-foss/spec/helpers
Stan Hu d1ea2bca61 Optimize maximum user access level lookup in loading of notes
NotesHelper#note_editable? and ProjectTeam#human_max_access currently
take about 16% of the load time of an issue page. This MR preloads
the maximum access level of users for all notes in issues and merge
requests with several queries instead of one per user and caches
the result in RequestStore.
2016-07-26 15:33:05 -07:00
..
application_helper_spec.rb Correctly adds commit ID into dropdown 2016-06-18 21:49:20 +01:00
auth_helper_spec.rb Enable RSpec/NotToNot cop and auto-correct offenses 2016-05-24 15:40:29 -04:00
blob_helper_spec.rb use %(...) and %[...] in favor of %<...> 2016-07-14 22:43:49 -07:00
broadcast_messages_helper_spec.rb Move BroadcastMessage#status to a helper since it's presentational 2016-01-13 11:49:59 -05:00
ci_status_helper_spec.rb Fix ci_status_helper_spec to look for new SVGs 2016-07-19 11:11:52 -07:00
commits_helper_spec.rb Remove persistent XSS vulnerability in commit_person_link helper 2016-04-17 18:42:49 -04:00
diff_helper_spec.rb Collapsed diffs lines/size don't accumulate to overflow diffs. 2016-07-18 14:43:28 -06:00
emails_helper_spec.rb Explain reset token expiration in emails 2015-05-16 14:03:07 -06:00
events_helper_spec.rb expect final newlines from the banzai filter 2016-07-14 10:08:16 -07:00
form_helper_spec.rb Standardize the way we check for and display form errors 2016-04-04 21:37:07 -04:00
gitlab_markdown_helper_spec.rb Hook up the updated WikiLinkFilter to the wiki controllers. 2016-06-09 10:15:01 +05:30
gitlab_routing_helper_spec.rb UI and copywriting improvements 2016-06-14 13:18:14 +02:00
graph_helper_spec.rb Remove git refs used internally by GitLab from network graph 2015-09-23 08:56:32 -07:00
groups_helper_spec.rb Tweaks, refactoring, and specs 2016-03-20 21:04:07 +01:00
icons_helper_spec.rb Check symlink mode as a String for file_type_icon_class 2015-04-01 23:34:33 -04:00
import_helper_spec.rb Fix GitHub project's link on import page when provider has a custom URL 2016-04-19 13:21:30 -03:00
issues_helper_spec.rb Remove deprecated issues_tracker and issues_tracker_id from project 2016-06-13 18:13:55 -03:00
labels_helper_spec.rb Updated label links to work correctly for filtering 2016-04-26 09:13:03 +01:00
members_helper_spec.rb New :request_access ability to replace a ugly helper 2016-07-05 14:35:26 +02:00
merge_requests_helper_spec.rb Remove JiraIssue model and replace references with ExternalIssue 2016-06-16 01:25:18 +03:00
nav_helper_spec.rb Adds persistent collapse button for left side bar 2015-02-03 11:45:33 -05:00
notes_helper_spec.rb Optimize maximum user access level lookup in loading of notes 2016-07-26 15:33:05 -07:00
notifications_helper_spec.rb Refactor notification helper and fix notification service 2016-03-30 10:44:20 +02:00
page_layout_helper_spec.rb Don't override issue page description in project layout. 2016-01-06 13:02:51 +01:00
preferences_helper_spec.rb Implementing 'Groups View' and 'TODOs View' as options for dashboard preferences. 2016-03-24 19:59:54 +01:00
projects_helper_spec.rb Refactor repository paths handling to allow multiple git mount points 2016-06-29 22:30:31 -04:00
runners_helper_spec.rb Fix specs 2015-10-14 17:29:18 +02:00
search_helper_spec.rb Fix broken tests 2016-02-04 17:00:32 +01:00
submodule_helper_spec.rb Fix Error 500 when relative submodule resolves to a namespace that has a different name from its path 2015-06-23 05:49:19 -07:00
tab_helper_spec.rb Fix Style/SpaceInsideHashLiteralBraces cop violations 2015-06-22 14:41:00 -04:00
time_helper_spec.rb Cast duration to integer in TimeHelper#time_interval_in_words 2016-07-21 12:18:34 +02:00
tree_helper_spec.rb Fix bad multi-line split from previous commit 2015-06-22 16:06:04 -04:00
visibility_level_helper_spec.rb Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00