gitlab-org--gitlab-foss/app/services/boards
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
..
issues Replace .exists with EXISTS () 2018-05-28 08:59:33 +02:00
lists Allow assigning and filtering issuables by ancestor group labels 2018-04-04 15:40:29 +00:00
base_service.rb
create_service.rb
list_service.rb [Backport] Order boards alphabetically 2018-03-28 15:32:13 -03:00