gitlab-org--gitlab-foss/app/services/issues
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
..
base_service.rb Enable frozen string in apps/services/**/*.rb 2018-07-16 12:36:41 -07:00
build_service.rb Enable frozen string in apps/services/**/*.rb 2018-07-16 12:36:41 -07:00
close_service.rb Enable frozen string in apps/services/**/*.rb 2018-07-16 12:36:41 -07:00
create_service.rb Enable frozen string in apps/services/**/*.rb 2018-07-16 12:36:41 -07:00
duplicate_service.rb Enable frozen string in apps/services/**/*.rb 2018-07-16 12:36:41 -07:00
move_service.rb Enable frozen string in apps/services/**/*.rb 2018-07-16 12:36:41 -07:00
referenced_merge_requests_service.rb Only load issue notes once when getting related MRs 2018-08-21 12:58:32 +01:00
reopen_service.rb Enable frozen string in apps/services/**/*.rb 2018-07-16 12:36:41 -07:00
update_service.rb Delete todos when users loses target read permissions 2018-07-30 13:29:18 +02:00