Prep for remote_development -> workspace domain rename
Issue: Prep for remote_development -> workspace domain... (#477100 - closed)
What does this MR do and why?
Preps for remote_development -> workspace domain rename
- Renames all
workspace
subdirectories toworkspace_operations
so they will not be duplicated and end up with directories likeworkspaces/workspaces
- Names other subdomains, such as agent-related things (agents and mappings) to also end in 'operations' to be consistent with 'workspace_operations'
- Updates all related docs/specs/etc.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
No UI changes.
How to set up and validate locally
- Ensure all test passes. Full rspec/CE/review app labels have been applied to MR to ensure thorough coverage
- You can run
scripts/remote_development/run-smoke-test-suite.sh
too if you wish - Manually exploratory test creating a workspace locally
- (optional) run
scripts/remote_development/run-e2e-tests.sh
locally (ensure you have no "spinning" non-terminated workspaces).
Edited by Chad Woolley