chore: archive 15 completed OpenSpec changes
Move the following audited-and-implemented changes into openspec/changes/archive/2026-06-12-completed-changes-archive/: - backend-frontend-refactoring - config-profile-git-mounts - config-profile-includes-ui - config-profile-multi-repo-mounts - container-monitoring-notifications - git-mount-url-validation - home-path-expansion - mobile-terminal-ux - mount-specificity-ordering - notification-center - persistent-terminal-sessions - session-list-overhaul - ssh-key-mounting - terminal-fullscreen-unified-header - tool-session-progress-and-updates Also regenerated .pi-map*.md files for openspec/changes so the remaining active changes (multi-session-terminal-ux, reorganize-long-files, working-copies, workspace-first-ui) reflect the new layout.
This commit is contained in:
+10
-10
@@ -1,23 +1,23 @@
|
||||
# openspec/changes/archive/2025-05-18-test-infrastructure-improvements (index)
|
||||
dir: openspec/changes/archive/2025-05-18-test-infrastructure-improvements
|
||||
# archive/2025-05-18-test-infrastructure-improvements (index)
|
||||
dir: archive/2025-05-18-test-infrastructure-improvements
|
||||
|
||||
## role
|
||||
Documents a completed test infrastructure modernization initiative that restructured a backend API project's testing into unit/integration/system tiers with multi-database support and E2E coverage.
|
||||
Contains design documents, proposals, and task tracking for a test infrastructure restructuring initiative that was archived after completion.
|
||||
## parent
|
||||
index: openspec/changes/archive/.pi-map.index.md
|
||||
map: openspec/changes/archive/.pi-map.md
|
||||
index: archive/.pi-map.index.md
|
||||
map: archive/.pi-map.md
|
||||
## children
|
||||
- openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs
|
||||
index: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.md
|
||||
- archive/2025-05-18-test-infrastructure-improvements/specs
|
||||
index: archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.index.md
|
||||
map: archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.md
|
||||
## files
|
||||
- .openspec.yaml
|
||||
- design.md
|
||||
- proposal.md
|
||||
- tasks.md
|
||||
## links
|
||||
index: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/.pi-map.md
|
||||
index: archive/2025-05-18-test-infrastructure-improvements/.pi-map.index.md
|
||||
map: archive/2025-05-18-test-infrastructure-improvements/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
# openspec/changes/archive/2025-05-18-test-infrastructure-improvements
|
||||
dir: openspec/changes/archive/2025-05-18-test-infrastructure-improvements
|
||||
# archive/2025-05-18-test-infrastructure-improvements
|
||||
dir: archive/2025-05-18-test-infrastructure-improvements
|
||||
|
||||
index: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/.pi-map.index.md
|
||||
index: archive/2025-05-18-test-infrastructure-improvements/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Documents a completed test infrastructure modernization initiative that restructured a backend API project's testing into unit/integration/system tiers with multi-database support and E2E coverage.
|
||||
Contains design documents, proposals, and task tracking for a test infrastructure restructuring initiative that was archived after completion.
|
||||
## files
|
||||
- .openspec.yaml | Defines an OpenSpec configuration file with schema type and creation date metadata
|
||||
- design.md | This file documents the design and migration plan for restructuring a test suite into unit, integration, and system categories with shared fixtures, SQLite/PostgreSQL separation, and E2E coverage. | dep: pytest, pytest-asyncio, SQLite, PostgreSQL, Playwright, Docker, React/Vite, asyncpg, pytest-xdist
|
||||
- proposal.md | Proposes a comprehensive restructuring of test infrastructure to separate unit/integration/system tests, add shared fixtures, enable SQLite for unit tests, implement transaction rollback isolation, and introduce Playwright E2E testing. | dep: pytest, PostgreSQL, SQLite, Playwright, python-jose, docker, Makefile
|
||||
- tasks.md | Project task list tracking completed testing infrastructure improvements for a backend API project including test restructuring, shared fixtures, multi-database support, E2E setup, and documentation. | dep: pytest, pytest-asyncio, SQLAlchemy, aiosqlite, PostgreSQL, Playwright, python-jose, TestClient, Makefile
|
||||
## arch
|
||||
Specification-driven change management using OpenSpec metadata with design-proposal-tasks workflow; test architecture follows layered pyramid pattern (unit/SQLite, integration/PostgreSQL, system/E2E with Playwright) employing shared fixtures and transaction rollback isolation.
|
||||
Documentation-driven planning pattern with structured design docs (design.md, proposal.md) preceding implementation, tracked via task lists, using OpenSpec for schema metadata and following a test pyramid architecture (unit/integration/system/E2E tiers with shared fixtures and database isolation).
|
||||
## tags
|
||||
pytest, sqlite, postgresql, playwright, design, restructuring, test, unit
|
||||
## symbols
|
||||
|
||||
+16
-16
@@ -1,25 +1,25 @@
|
||||
# openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs (index)
|
||||
dir: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs
|
||||
# archive/2025-05-18-test-infrastructure-improvements/specs (index)
|
||||
dir: archive/2025-05-18-test-infrastructure-improvements/specs
|
||||
|
||||
## role
|
||||
Contains specification documents for test infrastructure improvements planned for implementation on May 18, 2025.
|
||||
Contains specification documents for test infrastructure improvements planned or implemented on 2025-05-18.
|
||||
## parent
|
||||
index: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/.pi-map.md
|
||||
index: archive/2025-05-18-test-infrastructure-improvements/.pi-map.index.md
|
||||
map: archive/2025-05-18-test-infrastructure-improvements/.pi-map.md
|
||||
## children
|
||||
- openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing
|
||||
index: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing/.pi-map.md
|
||||
- openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation
|
||||
index: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation/.pi-map.md
|
||||
- openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/test-organization
|
||||
index: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/test-organization/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/test-organization/.pi-map.md
|
||||
- archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing
|
||||
index: archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing/.pi-map.index.md
|
||||
map: archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing/.pi-map.md
|
||||
- archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation
|
||||
index: archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation/.pi-map.index.md
|
||||
map: archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation/.pi-map.md
|
||||
- archive/2025-05-18-test-infrastructure-improvements/specs/test-organization
|
||||
index: archive/2025-05-18-test-infrastructure-improvements/specs/test-organization/.pi-map.index.md
|
||||
map: archive/2025-05-18-test-infrastructure-improvements/specs/test-organization/.pi-map.md
|
||||
## files
|
||||
## links
|
||||
index: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.md
|
||||
index: archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.index.md
|
||||
map: archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+5
-5
@@ -1,13 +1,13 @@
|
||||
# openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs
|
||||
dir: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs
|
||||
# archive/2025-05-18-test-infrastructure-improvements/specs
|
||||
dir: archive/2025-05-18-test-infrastructure-improvements/specs
|
||||
|
||||
index: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.index.md
|
||||
index: archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Contains specification documents for test infrastructure improvements planned for implementation on May 18, 2025.
|
||||
Contains specification documents for test infrastructure improvements planned or implemented on 2025-05-18.
|
||||
## files
|
||||
## arch
|
||||
Document-based specification storage using dated archival directories with descriptive naming conventions for tracking infrastructure change proposals.
|
||||
Documentation-driven specification pattern with dated archival organization for tracking infrastructure changes over time.
|
||||
## tags
|
||||
-
|
||||
## symbols
|
||||
|
||||
+7
-7
@@ -1,18 +1,18 @@
|
||||
# openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing (index)
|
||||
dir: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing
|
||||
# archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing (index)
|
||||
dir: archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing
|
||||
|
||||
## role
|
||||
Defines end-to-end testing requirements using Playwright and Makefile integration for a software system.
|
||||
Defines specifications for end-to-end testing infrastructure using Playwright and Makefile integration.
|
||||
## parent
|
||||
index: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.md
|
||||
index: archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.index.md
|
||||
map: archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing/.pi-map.md
|
||||
index: archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing/.pi-map.index.md
|
||||
map: archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+5
-5
@@ -1,14 +1,14 @@
|
||||
# openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing
|
||||
dir: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing
|
||||
# archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing
|
||||
dir: archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing
|
||||
|
||||
index: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing/.pi-map.index.md
|
||||
index: archive/2025-05-18-test-infrastructure-improvements/specs/e2e-testing/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines end-to-end testing requirements using Playwright and Makefile integration for a software system.
|
||||
Defines specifications for end-to-end testing infrastructure using Playwright and Makefile integration.
|
||||
## files
|
||||
- spec.md | Defines requirements for end-to-end testing with Playwright and Makefile test targets for a software system. | dep: Playwright, Makefile, test database
|
||||
## arch
|
||||
Specification-driven testing architecture with browser automation (Playwright) and build-tool orchestration (Makefile targets).
|
||||
Specification-driven testing architecture with browser automation (Playwright) and build system (Makefile) orchestration for test execution.
|
||||
## tags
|
||||
end, playwright, makefile, spec, defines, requirements, testing, test
|
||||
## symbols
|
||||
|
||||
+7
-7
@@ -1,18 +1,18 @@
|
||||
# openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation (index)
|
||||
dir: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation
|
||||
# archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation (index)
|
||||
dir: archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation
|
||||
|
||||
## role
|
||||
Defines requirements for shared test fixtures and transaction isolation in a testing infrastructure
|
||||
Defines specifications for test isolation mechanisms ensuring clean, independent test execution through shared fixtures and transaction management.
|
||||
## parent
|
||||
index: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.md
|
||||
index: archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.index.md
|
||||
map: archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation/.pi-map.md
|
||||
index: archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation/.pi-map.index.md
|
||||
map: archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+5
-5
@@ -1,14 +1,14 @@
|
||||
# openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation
|
||||
dir: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation
|
||||
# archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation
|
||||
dir: archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation
|
||||
|
||||
index: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation/.pi-map.index.md
|
||||
index: archive/2025-05-18-test-infrastructure-improvements/specs/test-isolation/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines requirements for shared test fixtures and transaction isolation in a testing infrastructure
|
||||
Defines specifications for test isolation mechanisms ensuring clean, independent test execution through shared fixtures and transaction management.
|
||||
## files
|
||||
- spec.md | Defines requirements for shared test fixtures and transaction isolation in a testing infrastructure | dep: pytest, SQLAlchemy, TestClient, SQLite, PostgreSQL
|
||||
## arch
|
||||
Specification-driven requirements documentation using markdown-based spec files with no implemented code
|
||||
Specification-driven design using requirement documents to define behavioral contracts for test infrastructure components.
|
||||
## tags
|
||||
spec, defines, requirements, shared, test, fixtures, transaction, isolation
|
||||
## symbols
|
||||
|
||||
+7
-7
@@ -1,18 +1,18 @@
|
||||
# openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/test-organization (index)
|
||||
dir: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/test-organization
|
||||
# archive/2025-05-18-test-infrastructure-improvements/specs/test-organization (index)
|
||||
dir: archive/2025-05-18-test-infrastructure-improvements/specs/test-organization
|
||||
|
||||
## role
|
||||
Defines test categorization requirements using pytest markers for backend unit, integration, and system tests.
|
||||
Defines testing standards for categorizing backend tests by scope using pytest markers
|
||||
## parent
|
||||
index: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.md
|
||||
index: archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.index.md
|
||||
map: archive/2025-05-18-test-infrastructure-improvements/specs/.pi-map.md
|
||||
## children
|
||||
-
|
||||
## files
|
||||
- spec.md
|
||||
## links
|
||||
index: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/test-organization/.pi-map.index.md
|
||||
map: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/test-organization/.pi-map.md
|
||||
index: archive/2025-05-18-test-infrastructure-improvements/specs/test-organization/.pi-map.index.md
|
||||
map: archive/2025-05-18-test-infrastructure-improvements/specs/test-organization/.pi-map.md
|
||||
## workflows
|
||||
-
|
||||
## dirty
|
||||
|
||||
+5
-5
@@ -1,14 +1,14 @@
|
||||
# openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/test-organization
|
||||
dir: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/test-organization
|
||||
# archive/2025-05-18-test-infrastructure-improvements/specs/test-organization
|
||||
dir: archive/2025-05-18-test-infrastructure-improvements/specs/test-organization
|
||||
|
||||
index: openspec/changes/archive/2025-05-18-test-infrastructure-improvements/specs/test-organization/.pi-map.index.md
|
||||
index: archive/2025-05-18-test-infrastructure-improvements/specs/test-organization/.pi-map.index.md
|
||||
|
||||
## role
|
||||
Defines test categorization requirements using pytest markers for backend unit, integration, and system tests.
|
||||
Defines testing standards for categorizing backend tests by scope using pytest markers
|
||||
## files
|
||||
- spec.md | Defines requirements for organizing backend tests into unit, integration, and system categories with pytest markers | dep: pytest, pyproject.toml, apps/api/tests/
|
||||
## arch
|
||||
Specification-driven testing architecture using pytest marker-based test organization with three-tier categorization (unit/integration/system).
|
||||
Specification-driven testing strategy with hierarchical test classification (unit/integration/system) and marker-based test selection
|
||||
## tags
|
||||
tests, pytest, spec, defines, requirements, organizing, backend, unit
|
||||
## symbols
|
||||
|
||||
Reference in New Issue
Block a user