-
-
Notifications
You must be signed in to change notification settings - Fork 47
refactor(server): fold the /api/v2 parallel tree into v1 #236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 27 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
3ffe705
docs(plan): reorder the v2 fold — delete the v2 tree before building …
JonnyTran 7ba0508
refactor(server)!: delete the /api/v2 surface
JonnyTran 2d93193
fix(server): make test_create_document_workflow_with_rq_groups pass f…
JonnyTran d1178eb
refactor(server)!: delete contexts/v2, validators/v2, and cli/index
JonnyTran 7d5a90b
refactor(server)!: delete models/v2
JonnyTran 800a330
feat(server): fold v2 schema/record columns into v1 models
JonnyTran 5516228
fix(server): address roborev findings across the v2 fold (jobs 277-282)
JonnyTran 584308c
feat(server): add FieldType.column — indexed, deliberately unvalidated
JonnyTran e8ea310
fix(server): guard ColumnFieldSettingsUpdate.nullable against explici…
JonnyTran 2ccab06
feat(server): contexts/schema_versions -- publish a version, derive c…
JonnyTran 08fdd46
feat(server): schema-version endpoints on /api/v1
JonnyTran b40759f
feat(server): carry record reference through v1 bulk create/upsert an…
JonnyTran aa604f7
test(server): prove explicit-null clears record reference on upsert a…
JonnyTran d02e4ff
feat(server): bind v1 questions to schema columns via settings['colum…
JonnyTran 59163d1
test(server): cover the PATCH /questions column-binding path
JonnyTran 868e5f4
feat(server): move the workspace projection onto v1 tables
JonnyTran 691036d
test(server): pin the record-status and index side effects v2 omitted
JonnyTran 6e6e64a
chore(server): one migration chain, no stale v2 comments
JonnyTran b178eab
refactor(frontend)!: repoint the v2 data layer at /api/v1
JonnyTran c5f60da
fix(server): serialize current_schema_version_id on Dataset response
JonnyTran 538a0e0
refactor(frontend)!: fold v2/ into v1/ — one DDD tree
JonnyTran 4256b7f
test(e2e): repoint the extraction e2e suite at /api/v1 (steps 1-2 only)
JonnyTran 0aceedb
test(e2e): repoint the two remaining /api/v2 waitForResponse matchers
JonnyTran a1f77c0
fix(server): fix final-review Criticals in schema-versions publish/re…
JonnyTran 652a0b6
fix(server): refresh all four relationships create_index reads, not j…
JonnyTran 5584b19
fix: address open roborev findings across the v2-into-v1 fold
JonnyTran 1db3acc
refactor(server): publish_version no longer flips dataset.status
JonnyTran bac50b7
fix(server): address CodeRabbit review on PR #236
JonnyTran db537a1
docs(server): scope the version-allocation guarantee to PostgreSQL
JonnyTran b9da7f3
refactor(tests): simplify test_hub_dataset_exporter and test_hub_dataset
JonnyTran 00d4c2b
test(e2e): enhance search roundtrip spec for filtered search validation
JonnyTran File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
2 changes: 2 additions & 0 deletions
2
docs/superpowers/plans/2026-06-27-schema-registry-and-versioning.md
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
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
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
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
2 changes: 2 additions & 0 deletions
2
docs/superpowers/plans/2026-07-10-v2-frontend-vertical-slice.md
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.