-
- Downloads
Remove sync_audit_events_to_clickhouse feature flag
For now we are splitting table of audit events into 4 new tables to support cells architecture, so clickhouse migration is blocked therefore we can remove the feature flag along with the code behind it Changelog: removed
parent
794ec884
No related branches found
No related tags found
Showing
- .rubocop_todo/gitlab/bounded_contexts.yml 0 additions, 3 deletions.rubocop_todo/gitlab/bounded_contexts.yml
- .rubocop_todo/gitlab/feature_flag_without_actor.yml 0 additions, 2 deletions.rubocop_todo/gitlab/feature_flag_without_actor.yml
- app/services/click_house/sync_strategies/audit_event_sync_strategy.rb 0 additions, 97 deletions.../click_house/sync_strategies/audit_event_sync_strategy.rb
- app/workers/all_queues.yml 0 additions, 18 deletionsapp/workers/all_queues.yml
- app/workers/click_house/audit_event_partition_sync_worker.rb 0 additions, 18 deletionsapp/workers/click_house/audit_event_partition_sync_worker.rb
- app/workers/click_house/audit_events_sync_worker.rb 0 additions, 32 deletionsapp/workers/click_house/audit_events_sync_worker.rb
- config/feature_flags/gitlab_com_derisk/sync_audit_events_to_clickhouse.yml 0 additions, 9 deletions...ags/gitlab_com_derisk/sync_audit_events_to_clickhouse.yml
- config/initializers/1_settings.rb 0 additions, 3 deletionsconfig/initializers/1_settings.rb
- config/sidekiq_queues.yml 0 additions, 2 deletionsconfig/sidekiq_queues.yml
- db/post_migrate/20241224062532_remove_audit_event_sync_worker_jobs.rb 21 additions, 0 deletions...ate/20241224062532_remove_audit_event_sync_worker_jobs.rb
- db/schema_migrations/20241224062532 1 addition, 0 deletionsdb/schema_migrations/20241224062532
- spec/services/click_house/sync_strategies/audit_event_sync_strategy_spec.rb 0 additions, 75 deletions...k_house/sync_strategies/audit_event_sync_strategy_spec.rb
- spec/workers/click_house/audit_event_partition_sync_worker_spec.rb 0 additions, 33 deletions...ers/click_house/audit_event_partition_sync_worker_spec.rb
- spec/workers/click_house/audit_events_sync_worker_spec.rb 0 additions, 62 deletionsspec/workers/click_house/audit_events_sync_worker_spec.rb
db/schema_migrations/20241224062532
0 → 100644
Please register or sign in to comment