gitlab-org--gitlab-foss/spec/services/users
Timothy Andrew f2ed82fa84
Implement final review comments from @DouweM and @rymai
- Have `Uniquify` take a block instead of a Proc/function. This is more
  idiomatic than passing around a function in Ruby.

- Block a user before moving their issues to the ghost user. This avoids a data
  race where an issue is created after the issues are migrated to the ghost user,
  and before the destroy takes place.

- No need to migrate issues (to the ghost user) in a transaction, because
  we're using `update_all`

- Other minor changes
2017-02-24 16:50:20 +05:30
..
destroy_spec.rb Implement final review comments from @DouweM and @rymai 2017-02-24 16:50:20 +05:30
refresh_authorized_projects_service_spec.rb Synchronize all project authorization refreshing 2017-01-16 16:37:48 -05:00