[dev] [carhartlewis] lewis/comp-framework-controls-fix#2602
Merged
carhartlewis merged 1 commit intomainfrom Apr 20, 2026
Merged
[dev] [carhartlewis] lewis/comp-framework-controls-fix#2602carhartlewis merged 1 commit intomainfrom
carhartlewis merged 1 commit intomainfrom
Conversation
- useControlOptions: switch to useApiSWR for org-scoped cache invalidation - AddCustomRequirementSheet: reset form state when sheet closes - frameworks-scores: exclude controls without artifacts from score calculation instead of counting them as incomplete Co-Authored-By: Claude Opus 4.7 (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.25.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 lewis/comp-framework-controls-fix into dev.
It was created by the [Auto Pull Request] action.
Summary by cubic
Fixes framework compliance scoring by excluding controls with no artifacts from the calculation and improves control options fetching with org-scoped caching. Also resets the Add Custom Requirement form when the sheet closes.
Bug Fixes
identifier,name, anddescriptionwhen the Add Custom Requirement sheet closes.Refactors
useControlOptionstouseApiSWRfor org-scoped cache invalidation on/v1/controls/optionsand adapt todata.dataresponse shape.Written for commit e3b58bc. Summary will update on new commits.