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 Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
commit_parser_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
commit_range_parser_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
external_issue_parser_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
issue_parser_spec.rb Fix N+1 in MergeRequestParser 2018-04-05 13:59:05 +01:00
label_parser_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
merge_request_parser_spec.rb Fix N+1 in MergeRequestParser 2018-04-05 13:59:05 +01:00
milestone_parser_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
snippet_parser_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
user_parser_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00