[dev] [Marfuen] mariano/fix-sync-links-transaction#2931
Merged
Conversation
The three createMany calls (policy, task, document links) now run inside a transaction when no external client is provided, preventing partial sync state if one fails. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
claudfuen
pushed a commit
that referenced
this pull request
May 27, 2026
# [3.64.0](v3.63.2...v3.64.0) (2026-05-27) ### Bug Fixes * **api:** add batch update endpoint for requirements to avoid rate limiting ([8ce8b3c](8ce8b3c)) * **api:** wrap custom framework link sync in transaction ([#2931](#2931)) ([094eec1](094eec1)) * **controls:** include direct policy/task links in custom framework view ([a32ec37](a32ec37)) * **framework-editor:** flip ComboboxCell dropdown upward when near viewport bottom ([c4b50c6](c4b50c6)) ### Features * Add control families for nist readiness ([edc5b1a](edc5b1a)) * add requirement family grouping to frameworks ([#2929](#2929)) ([65230df](65230df))
Contributor
|
🎉 This PR is included in version 3.64.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.
This is an automated pull request to merge mariano/fix-sync-links-transaction into dev.
It was created by the [Auto Pull Request] action.
Summary by cubic
Run custom framework link syncing in a single transaction to avoid partial writes if any createMany fails. Uses the provided
clientwhen present; otherwise wraps the sync indb.$transaction.Written for commit 527f0f4. Summary will update on new commits. Review in cubic