fix(selectors): normalize Bitbucket workspace UUIDs - #7320
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Greptile SummaryThis PR canonicalizes UUID-shaped Bitbucket workspace identifiers into lowercase, braced form only when constructing provider lookup requests, while preserving saved identifiers and environment references.
Confidence Score: 5/5The PR appears safe to merge with no actionable correctness, security, or maintainability issues identified. The formatter is reached only for values already validated as UUIDs, produces Bitbucket’s canonical braced lowercase representation, and leaves slug handling and selector identity preservation unchanged.
|
| Filename | Overview |
|---|---|
| apps/sim/lib/selectors/server/providers/bitbucket.ts | Canonicalizes validated workspace UUIDs for Bitbucket API lookup without changing persisted or returned selector identifiers. |
| apps/sim/lib/selectors/server/providers/bitbucket.test.ts | Parameterizes workspace UUID resolution coverage for braced and unbraced inputs and verifies the canonical provider path. |
Reviews (1): Last reviewed commit: "fix(selectors): normalize Bitbucket work..." | Re-trigger Greptile
There was a problem hiding this comment.
No issues found across 2 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Heads up: you’re close to your included review allowance. Set a flex budget so reviews don’t pause.
Re-trigger cubic
Summary
Type of Change
Testing
Browser verification was not performed; it was waived for this focused server-side change.
Checklist
Screenshots/Videos
Not applicable; there are no UI changes.