gitlab-org--gitlab-foss/app/services/users
Yorick Peterse d0b8f536a1
Remove soft removals related code
This removes all usage of soft removals except for the "pending delete"
system implemented for projects. This in turn simplifies all the query
plans of the models that used soft removals. Since we don't really use
soft removals for anything useful there's no point in keeping it around.

This _does_ mean that hard removals of issues (which only admins can do
if I'm not mistaken) can influence the "iid" values, but that code is
broken to begin with. More on this (and how to fix it) can be found in
https://gitlab.com/gitlab-org/gitlab-ce/issues/31114.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37447
2018-01-08 17:04:45 +01:00
..
activity_service.rb Create idea of read-only database 2017-10-06 22:37:40 +02:00
build_service.rb Allow password authentication to be disabled entirely 2017-11-23 13:16:14 +00:00
create_service.rb Fire system hooks when a user is created via LDAP or OAuth 2017-08-25 22:00:07 -07:00
destroy_service.rb Remove soft removals related code 2018-01-08 17:04:45 +01:00
keys_count_service.rb Cache the number of user SSH keys 2017-11-16 14:59:38 +01:00
last_push_event_service.rb Only cache the event for the fork-source when it exists 2017-10-22 20:24:47 +03:00
migrate_to_ghost_user_service.rb Refactor issuable destroy action 2017-11-06 13:02:50 +01:00
refresh_authorized_projects_service.rb Reduce wait timings for Sidekiq jobs 2017-06-19 16:14:07 +02:00
update_service.rb fix update service 2017-09-28 08:46:39 +02:00