Loading
Refactor: Global rename of MEP to Location and UI directory rename
This commit includes several major platform-wide changes to improve semantic consistency and deployment logic: - Refactored MEEP_MEP_NAME to MEEP_LOCATION_NAME across all Helm charts, shell entrypoint scripts, and Go source code to better reflect the deployment topology. - Renamed internal Go struct fields and variables from MepName to LocationName in meep-virt-engine and related models. - Completely renamed the meep-frontend UI directory and all its internal references to meep-admin-console to better reflect its administrative purpose. - Restored and fixed the tiered topological sort deployment logic in meep-virt-engine. Modified the newChart factory to properly extract Dependencies and ProcName from the process models, allowing dependent applications (e.g. IoT services) to wait for core services before starting. - Re-vendored various Go modules to ensure a clean build state and updated package-lock.json files for Node clients.