Skip to content

Geo Settings - Rename Nodes to Sites

Zack Cuddy requested to merge 393925_05-geo-sites-geo_settings-rename into master

What does this MR do and why?

This change is MR 5 of 5 for #393925 (closed)

Geo has rebranded the term Nodes => Sites. We have taken the Facade-first approach to rename only customer facing content while leaving all the technical content like file names, method names, variable names.

Now that the rebrand is mature and we are sure the term Sites is here to stay we are aiming to complete the rename for the technical side of things too.

Focus of this MR

This MR is focused on renaming the FE code that is inside of the geo_settings scope. This includes all file names, the folder itself, and all component internals.

Screenshots or screen recordings

No change or console errors

Geo Settings
Screenshot_2023-03-15_at_11.28.53_AM

Find in files results

geo_settings/ spec/geo_settings/
Screenshot_2023-03-15_at_3.10.35_PM Screenshot_2023-03-15_at_3.13.04_PM

notes about find results:

  1. in geo_settings/
    • index.js => Multi Version Support, will be removed in #396730 (closed)
    • actions.js => geo_node_allowed_ips renamed to geo_sites_allowed_ips in #396748
  2. in spec/geo_settings/
    • mock_data.js => geo_node_allowed_ips renamed to geo_sites_allowed_ips in #396748

How to set up and validate locally

  1. Fetch and checkout this branch
  2. Setup Geo (How to setup Geo)
  3. Access your Secondary GDK UI
  4. Navigate to Geo Settings (/admin/geo/settings)
  5. Edit settings and click save
  6. Ensure settings saved (refresh too)
  7. Click Cancel
  8. Ensure it takes you to admin/geo/sites

MR acceptance checklist

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

Edited by Zack Cuddy

Merge request reports