gitlab-org--gitlab-foss/spec/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_spec.rb Create idea of read-only database 2017-10-06 22:37:40 +02:00
build_service_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
create_service_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
destroy_service_spec.rb Remove soft removals related code 2018-01-08 17:04:45 +01:00
keys_count_service_spec.rb small change to make less conflict with EE version 2017-12-11 16:45:06 +00:00
last_push_event_service_spec.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_spec.rb Ensure all project factories use `:repository` trait or `:empty_project` 2017-08-01 14:51:52 -04:00
refresh_authorized_projects_service_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
update_service_spec.rb refactor users update service 2017-09-28 08:46:39 +02:00