gitlab-org--gitlab-foss/spec/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
..
build_service_spec.rb Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
close_service_spec.rb Resolve "Rename the `Master` role to `Maintainer`" Backend 2018-07-11 14:36:08 +00:00
create_service_spec.rb Resolve "Rename the `Master` role to `Maintainer`" Backend 2018-07-11 14:36:08 +00:00
duplicate_service_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
move_service_spec.rb Keep label on issue when moving 2018-06-27 09:06:43 -07:00
referenced_merge_requests_service_spec.rb Only load issue notes once when getting related MRs 2018-08-21 12:58:32 +01:00
reopen_service_spec.rb Retrieve merge request closing issues from database cache 2018-08-06 11:58:22 -03:00
resolve_discussions_spec.rb Add a cop for `FinderMethods` 2018-06-20 18:13:13 +02:00
update_service_spec.rb Delete todos when users loses target read permissions 2018-07-30 13:29:18 +02:00