Rename product from OrbitalWard to OrbitWard #23
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Rename the project/product from OrbitalWard to OrbitWard to avoid confusion with the separate OrbitHub project.
Scope:
Completed in
177bdcc.Renamed product/source references from OrbitalWard to OrbitWard, updated package names, Compose project/resource names, environment defaults, UI copy, docs, notification defaults, health service naming, and frontend token storage. Kept compatibility aliases for legacy
ORBITALWARD_*env vars and migrated the old frontend token key.Verified:
docker compose -f docker-compose.dev.yml configdocker compose -f docker-compose.dev.yml run --rm backend sh -c "pip install -e '.[test]' >/dev/null && python -m pytest"docker compose -f docker-compose.dev.yml run --rm worker python -m unittest discover -s testsdocker compose -f docker-compose.dev.yml run --rm frontend npm run typecheckgit diff --check