PR_26171_BETA_022-messages-postgres-service-cutover#44
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
TEAM ownership: BETA.
Replaces the active Messages Local API SQLite persistence path with a Postgres-backed service using the existing
GAMEFOUNDRY_DATABASE_URLconnection client. The Local API route contract and Messages tool response shapes are preserved, while the active Messagesnode:sqlite,DatabaseSync,messages.sqlite, andGAMEFOUNDRY_MESSAGES_SQLITE_PATHruntime dependency path is removed.No compatibility wrapper remains because active imports were migrated directly to
messages-postgres-service.mjsand targeted checks found no remaining active references to the old Messages SQLite service.Validation
Passed:
node --test --test-name-pattern "Messages Local API" tests/dev-runtime/DbSeedIntegrity.test.mjsnpx playwright test tests/playwright/tools/MessagesTool.spec.mjs --config=codex_playwright_system_chrome.config.cjs --project=playwrightgit diff --checkGAMEFOUNDRY_DATABASE_URL,createPostgresConnectionClient, and Postgres service referencesSkipped:
Reports
docs_build/dev/reports/codex_review.diffdocs_build/dev/reports/codex_changed_files.txtdocs_build/dev/reports/PR_26171_BETA_022-messages-postgres-service-cutover.mddocs_build/dev/reports/PR_26171_BETA_022-messages-postgres-service-cutover-manual-validation-notes.mddocs_build/dev/reports/PR_26171_BETA_022-messages-postgres-service-cutover-instruction-compliance-checklist.mdZIP
tmp/PR_26171_BETA_022-messages-postgres-service-cutover_delta.zipDo not merge until explicit EOD approval.