gitlab-org--gitlab-foss/lib/gitlab/cycle_analytics
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
..
summary
base_event_fetcher.rb Cache allowed_ids 2017-11-22 23:30:51 +08:00
base_query.rb Remove soft removals related code 2018-01-08 17:04:45 +01:00
base_stage.rb
code_event_fetcher.rb Just define allowed_ids and override it with empty value 2017-11-22 17:06:57 +08:00
code_stage.rb
event_fetcher.rb
issue_event_fetcher.rb Just define allowed_ids and override it with empty value 2017-11-22 17:06:57 +08:00
issue_stage.rb
metrics_tables.rb Add table for merge request commits 2017-07-06 17:36:10 +01:00
permissions.rb Enable the Style/TrailingCommaInLiteral cop 2017-05-10 18:25:45 +02:00
plan_event_fetcher.rb Merge remote-tracking branch 'upstream/master' into no-ivar-in-modules 2017-11-30 15:20:00 +08:00
plan_stage.rb
production_event_fetcher.rb
production_helper.rb Move ModuleWithInstanceVariables to Gitlab namespace 2017-11-22 17:06:57 +08:00
production_stage.rb
review_event_fetcher.rb Just define allowed_ids and override it with empty value 2017-11-22 17:06:57 +08:00
review_stage.rb Some small updates for Spanish translations. 2017-05-04 19:27:17 -05:00
stage.rb
stage_summary.rb
staging_event_fetcher.rb Just define allowed_ids and override it with empty value 2017-11-22 17:06:57 +08:00
staging_stage.rb Some small updates for Spanish translations. 2017-05-04 19:27:17 -05:00
test_event_fetcher.rb
test_stage.rb Some small updates for Spanish translations. 2017-05-04 19:27:17 -05:00
updater.rb