Files
headquarter/apps/api/tests/unit/.pi-map.index.md
T
Developer b26ed7c3e4 refactor: store workspaces as {workspace_id}/{repo_name} for natural git clone layout
Working copies were stored as /data/working-copies/{repo_id}/{workspace_name}/,
so git clone was forced into a user-named directory. That meant the container
mount basename was the workspace name (e.g. main) instead of the repo name.

- Generate the workspace UUID before cloning and clone into
  /data/working-copies/{workspace_id}/ so git creates {repo_name}/ naturally
- Set workspace.path to /data/working-copies/{workspace_id}/{repo_name}/
- Update _migrate_clone_into_workspace() to use the same layout
- _get_repository_mount_name() now prefers workspace.path basename and only
  falls back to remote URL / repo.name for legacy repo-only instances
- Update unit tests to assert workspace path basename is used for mounts

Quality gates:
- pytest tests/unit: 219 passed
- ruff: clean on changed files
- mypy: clean on changed files
2026-06-15 09:40:59 +00:00

1.4 KiB

apps/api/tests/unit (index)

dir: apps/api/tests/unit

role

Comprehensive unit test suite for the API backend, covering core services, utilities, configuration, and infrastructure components.

parent

index: apps/api/tests/.pi-map.index.md map: apps/api/tests/.pi-map.md

children

  • apps/api/tests/unit/.ruff_cache index: apps/api/tests/unit/.ruff_cache/.pi-map.index.md map: apps/api/tests/unit/.ruff_cache/.pi-map.md

files

  • __init__.py
  • test_alembic_migrations.py
  • test_config.py
  • test_config_profile_resolver.py
  • test_docker_build.py
  • test_docker_service.py
  • test_event_bus.py
  • test_file_service.py
  • test_git_operations.py
  • test_git_service.py
  • test_git_url_parser.py
  • test_health_monitor.py
  • test_home_path_expansion.py
  • test_instance_service.py
  • test_lifecycle_hooks.py
  • test_manifest_compiler.py
  • test_migration_metadata.py
  • test_monitoring_models.py
  • test_notification_service.py
  • test_notifications_api_routes.py
  • test_permission_fixer.py
  • test_readiness_probe.py
  • test_ssh_keys.py

index: apps/api/tests/unit/.pi-map.index.md map: apps/api/tests/unit/.pi-map.md

workflows

  • change unit behavior read: __init__.py, test_alembic_migrations.py, test_config.py
  • change unit config read: test_config.py, test_config_profile_resolver.py
  • explore unit subdirectories index: apps/api/tests/unit/.ruff_cache/.pi-map.index.md

dirty