parity(workspaces): fix all parity.md findings + teststack backend wiring#2348
Merged
Conversation
- Add region field to storedWorkspace; store via regionFor(ctx) on CreateWorkspace - Filter workspaces by region in DescribeWorkspaces - Validate DirectoryID is registered in CreateWorkspace - Add ctx param to CreateWorkspace, DescribeWorkspaces, DescribeWorkspaceBundles, DescribeWorkspaceDirectories; pass through from handlers - Add cursor-based pagination to DescribeWorkspaceBundles (page size 25) - Add cursor-based pagination to DescribeWorkspaceDirectories (page size 50) - Convert hardcodedBundles() to pre-sorted amazonBundleList() function - Refactor handleCreateWorkspaces into validateCreateWorkspacesInput, specToCreationSpec, wsToPending helpers to stay under funlen threshold - Update existing tests to register directories before CreateWorkspaces - Add backend_parity_test.go with 5 table-driven parity tests Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10b232e to
6493767
Compare
Collaborator
Author
📊 Code Coverage Report
Tip This project maintains a minimum coverage threshold of 85%. Maintain or improve coverage on new code to ensure long-term stability. Last updated: Wed, 24 Jun 2026 13:52:08 GMT |
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.
WorkSpaces parity fixes. Polecat (gemini-pro/agy) validated: unit + e2e + integration green. Lands via PR (GH006-safe).
🤖 Generated with Claude Code