gitlab-org--gitlab-foss/spec/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
..
confidential_issue_service_spec.rb Add frozen_string_literal to spec/services 2019-04-12 10:14:54 +12:00
entity_leave_service_spec.rb Stop serialising project when removing todos 2019-04-29 15:31:29 +01:00
group_private_service_spec.rb Add frozen_string_literal to spec/services 2019-04-12 10:14:54 +12:00
private_features_service_spec.rb Add frozen_string_literal to spec/services 2019-04-12 10:14:54 +12:00
project_private_service_spec.rb Add frozen_string_literal to spec/services 2019-04-12 10:14:54 +12:00