gitlab-org--gitlab-foss/spec/lib/banzai/reference_parser
Sean McGivern e7b1d201dd Fix N+1 in MergeRequestParser
read_project can be prevented by a very expensive condition, which we want to
avoid, while still not writing manual SQL queries. read_project_for_iids is used
by read_issue_iid and read_merge_request_iid to satisfy both of those
constraints, and allow the declarative policy runner to use its normal caching
strategy.
2018-04-05 13:59:05 +01:00
..
base_parser_spec.rb
commit_parser_spec.rb
commit_range_parser_spec.rb
external_issue_parser_spec.rb
issue_parser_spec.rb Fix N+1 in MergeRequestParser 2018-04-05 13:59:05 +01:00
label_parser_spec.rb
merge_request_parser_spec.rb Fix N+1 in MergeRequestParser 2018-04-05 13:59:05 +01:00
milestone_parser_spec.rb
snippet_parser_spec.rb
user_parser_spec.rb