Remove geo_replicables_filtered_list_view FF
What does this MR do and why?
Closes #524420 (closed)
This change removes the default_enabled feature flag geo_replicables_filtered_list_view and all associated logic.
Screenshots or screen recordings
All existing functionality works
Screen_Recording_2025-07-28_at_3.44.23_PM
How to set up and validate locally
Setup Geo (optional)
Important: To properly test Geo you will need a separate GDK setup. Setup is straightforward but takes some time. Another option is to validate the code functionally and if needed schedule a call to sync and I can screen share my instance.
- Ensure no other GDKs are running.
gdk stop/gdk kill - Open an empty directory and install and run Geo with the one-line command found on the Easy installation instructions
- Access your primary and secondary Geo instances via
127.0.0.1:3000and127.0.0.1:3001.
Testing
- Access your primary GDK Geo Page (
127.0.0.1:3000/admin/geo) - Scroll down to the Replication Views
- Click on one of the links that have a progress bar next to it with data
- Ensure each list item renders, the filters work, and the actions work
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #524420 (closed)