gitlab-org--gitlab-foss/app
Sean McGivern b26e5546c3 Only load issue notes once when getting related MRs
As we always call both methods from the controller - and elsewhere we call the
more general method - and one uses all notes and the other uses system notes,
then we should just load the notes and their authors once, and filter on the
Ruby side.
2018-08-21 12:58:32 +01:00
..
assets Merge branch 'ide-delete-new-files-state' into 'master' 2018-08-16 08:23:36 +00:00
controllers Move Issue#{referenced,closed_by}_merge_requests to service 2018-08-21 12:40:44 +01:00
finders Introduce a LicenseTemplate model and LicenseTemplateFinder helper 2018-08-15 07:38:18 +01:00
graphql
helpers Merge branch 'backport-5986-license-templates' into 'master' 2018-08-15 16:47:34 +00:00
mailers Enable frozen in app/mailers/**/*.rb 2018-08-15 21:45:57 +00:00
models Move Issue#{referenced,closed_by}_merge_requests to service 2018-08-21 12:40:44 +01:00
policies Freeze string literals 2018-08-10 18:15:25 +02:00
presenters Enable frozen string in vestigial app files 2018-08-12 11:07:35 -07:00
serializers Enable frozen string in vestigial app files 2018-08-12 11:07:35 -07:00
services Only load issue notes once when getting related MRs 2018-08-21 12:58:32 +01:00
uploaders Add Object Storage to GitLab project import 2018-08-02 11:50:19 +02:00
validators
views Added missing html_safe on text messages. 2018-08-16 06:30:15 +00:00
workers Enable frozen string in vestigial app files 2018-08-12 11:07:35 -07:00