Geo Status Page 2.0 - Remove Legacy Code
Vision
Based on proposal described here: &4712 (closed)
Code to ultimately be replaced: https://gitlab.com/gitlab-org/gitlab/-/tree/master/ee/app/assets/javascripts/geo_nodes
This is the grand final you could say. This is where we will remove/take over the legacy code with the code implemented across this Geo Status Page 2.0 effort!
What is needed
Removal or Takeover of the following code:
| Legacy | 2.0 | |
|---|---|---|
| Route | /geo/nodes |
/geo/status |
| Controller | geo/nodes_controller.rb |
geo/status_controller.rb |
| View | geo/nodes/index.html.haml |
geo/status/index.html.haml |
| Page | geo/nodes/index.js |
geo/status/index.js |
| JS Scope | geo_nodes/ |
geo_status/ |
This effectively is the end of the technical implementation of Geo Status Page 2.0