gitlab-org--gitlab-foss/app/services/todos/destroy
Sean McGivern 9bc3dfea4f Stop serialising project when removing todos
`Todos::Destroy::EntityLeaveService#project_ids` was returning
ActiveRecord objects with IDs, not simply IDs. That means we were
serialising more than we needed to in Sidekiq.

We can simply rename this method to `#projects` as this class doesn't
use any of the superclass methods that would use `#project_ids`.
2019-04-29 15:31:29 +01:00
..
base_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
confidential_issue_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
entity_leave_service.rb Stop serialising project when removing todos 2019-04-29 15:31:29 +01:00
group_private_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
private_features_service.rb Rails5: Passing a class as a value in an Active Record query is deprecated 2018-11-17 16:14:36 +01:00
project_private_service.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00