fix(people): address sixth round of cubic review findings#2894
Merged
Conversation
- propagate archiver errors to output stream to prevent truncated ZIPs - clamp "days since" to 0 for future offboard dates - disable evidence dropzone while upload is processing - batch vendor attachment queries in getAccessRevocations (N+1 fix) - catch P2002 race on revocation create, return 400 instead of 500 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
🎉 This PR is included in version 3.60.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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
Fixes 5 valid Cubic findings, replied won't-fix on 2 others:
Fixed:
getAccessRevocations(N+1 → 1 query)Won't fix (replied on PR):
Test plan
🤖 Generated with Claude Code
Summary by cubic
Fixes offboarding checklist issues to prevent truncated exports, improve evidence upload UX, harden revocation creation, and speed up vendor revocation loading. Supports Linear CS-312 by making employment event evidence collection and review more reliable.
PrismaP2002 on revocation create and return 400 instead of 500.Written for commit 83b0d05. Summary will update on new commits. Review in cubic