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 More updates for translations plus some refactoring. 2017-05-03 21:08:43 -05:00
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 More updates for translations plus some refactoring. 2017-05-03 21:08:43 -05:00
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 More updates for translations plus some refactoring. 2017-05-03 21:08:43 -05:00
event_fetcher.rb refactored a bunch of stuff based on feedback 2017-01-17 11:32:55 +01:00
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 More updates for translations plus some refactoring. 2017-05-03 21:08:43 -05:00
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 More updates for translations plus some refactoring. 2017-05-03 21:08:43 -05:00
production_event_fetcher.rb fix refactor of production event fetcher 2017-01-17 11:32:55 +01:00
production_helper.rb Move ModuleWithInstanceVariables to Gitlab namespace 2017-11-22 17:06:57 +08:00
production_stage.rb More updates for translations plus some refactoring. 2017-05-03 21:08:43 -05:00
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 big refactor based on MR feedback 2017-01-17 11:32:55 +01:00
stage_summary.rb Fix cycle analytics code after improving serializers 2017-01-27 14:37:14 +01:00
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 big refactor based on MR feedback 2017-01-17 11:32:55 +01:00
test_stage.rb Some small updates for Spanish translations. 2017-05-04 19:27:17 -05:00
updater.rb refactored updater and updated specs 2016-11-18 13:00:38 +01:00