feat(extension): add Twitter setup wizard backend - #52
Closed
xiaoland wants to merge 4 commits into
Closed
Conversation
This was referenced Aug 13, 2026
xiaoland
marked this pull request as ready for review
August 13, 2026 08:14
Member
Author
|
Temporarily closing during preview-controller cutover to release the finite review-app/database slot. This PR will be reopened and synchronized immediately after the controller PR lands. |
Member
Author
|
Preview-controller cutover is complete. Reopening on the synchronized branch so the new Core + PostgREST review topology can be provisioned. |
xiaoland
force-pushed
the
feat/extension-setup-wizard-core
branch
from
August 14, 2026 05:53
6a421a0 to
5804f73
Compare
Member
Author
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.
What changed
extensions.stateand advance the database runtime contract to v30.1.1and the Twitter Python Distribution to0.2.0Why
Installing and enabling an Extension does not make it operational. Twitter needs a deployment-wide setup flow that survives Web/Core restarts, supports multiple Core Peers, keeps OAuth transaction data separate from user configuration, and delegates Source/job concurrency to Core/PostgreSQL.
The public provider callback is hosted by the running Core Extension and is independent of the browser origin. The Web UI observes only an authenticated, opaque transaction projection.
Impact and boundaries
c7d8e9f0a1b2; the canonicalextensionsrow gains additivestate JSONBpeer-database-runtime-v3extensions.configboundary; account, token, and transaction state live inextensions.stateRollback is a code revert plus the repository's normal migration procedure. The schema change is additive, but a deployment that has begun relying on non-empty state must not downgrade blindly without preserving that state.
Verification
PDM_IGNORE_ACTIVE_VENV=1 uv tool run --from pdm==2.27.0 pdm run checkgit diff --checkThe dependent Client PR will consume this exact v3 contract and remains merge-blocked until this PR is admitted.