gitlab-org--gitlab-foss/app/services/boards/issues
Jan Provaznik 1d766bfbdf Replace .exists with EXISTS ()
`.exists` should not be used because it's an internal ActiveRecord
method, but we can easily generate the same sql query with `EXISTS`.
2018-05-28 08:59:33 +02:00
..
create_service.rb Bring CE-EE parity to app/services/boards/issues/create_service.rb 2018-05-22 14:16:56 -05:00
list_service.rb Replace .exists with EXISTS () 2018-05-28 08:59:33 +02:00
move_service.rb Fix 404 in group boards when moving issue between lists 2018-04-03 15:51:10 -03:00