Skip to content

Geo Replicables - Remove legacy Uploads HAML artifacts

Zack Cuddy requested to merge cuddyz-remove-leftover-uploads-artifacts into master

What does this MR do and why?

Discovered as part of !89857 (closed)
Related to #342603 (closed)
Renders #364022 (closed) unneeded

Geo Uploads Replicables was migrated to Self Service Framework via this Epic: &3115 (closed). As part of this migration we removed the legacy code with the Feature Flag removal. We unfortunately forgot to remove the views which caused some confusion when trying to convert legacy Pajamas components.

This change removes the no longer used views as the UploadsController and route in the ee/admin.rb have already been removed. Uploads are now served via the SSF and the views are located in ee/geo/replicables/index.html.haml.

Screenshots or screen recordings

Before After (no change)
Before After

How to set up and validate locally

  1. Fetch and checkout this branch.
  2. Setup Geo and access your Secondary GDK (How to setup Geo).
  3. Navigate to the Uploads Replication View (ex http://127.0.0.1:3001/admin/geo/sites/2/replication/uploads).
  4. Ensure everything is still working.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

cc/ @mkozono @vsizov

Merge request reports

Loading