docs: add DomainBaseModel API reference and CI template DB changelog entry #2608

Merged
freemo merged 2 commits from docs/update-domain-base-model-api-and-ci-changelog-2026-04-03 into master 2026-04-03 20:41:23 +00:00

2 Commits

Author SHA1 Message Date
freemo c1b09b9014 docs(changelog): add CI template DB extension entry for PR #2399
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Failing after 24s
CI / helm (pull_request) Successful in 25s
CI / quality (pull_request) Successful in 32s
CI / typecheck (pull_request) Successful in 55s
CI / build (pull_request) Successful in 3m18s
CI / security (pull_request) Successful in 4m7s
CI / coverage (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Has been skipped
CI / unit_tests (pull_request) Failing after 6m28s
CI / docker (pull_request) Has been skipped
CI / e2e_tests (pull_request) Failing after 16m2s
CI / integration_tests (pull_request) Failing after 21m40s
CI / status-check (pull_request) Failing after 1s
Document the noxfile improvement that extends the pre-migrated SQLite
template database to slow_integration_tests and e2e_tests sessions,
eliminating redundant Alembic migrations across all test suites.

ISSUES CLOSED: #2334
2026-04-03 19:30:20 +00:00
freemo 1ab12346a7 docs(api): add DomainBaseModel to core API reference
Document the new DomainBaseModel base class introduced in PR #1941.
Adds a dedicated section at the top of docs/api/core.md covering the
class signature, model_config semantics table, and a usage example.

ISSUES CLOSED: #1941
2026-04-03 19:06:10 +00:00