-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(audit): add details for override creation #3359
fix(audit): add details for override creation #3359
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Uffizzi Preview |
Tests that are failing for this looks unrelated 😕 |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3359 +/- ##
=======================================
Coverage 95.93% 95.93%
=======================================
Files 1071 1071
Lines 32767 32841 +74
=======================================
+ Hits 31434 31505 +71
- Misses 1333 1336 +3 ☔ View full report in Codecov by Sentry. |
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingdocs/
if required so people know about the feature!Changes
Adds logic to ensure that change details are included when an override (segment or identity) is created. Previously, the logic is such that only updates are tracked.
Since the only real use case where this is important is for creating overrides, I have restricted this functionality (using a parameter on the history model base class) to only the FeatureState model.
How did you test this code?
Added some integration tests.