-
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(versioning): ensure that audit log record is created when committing versions via CR #4091
fix(versioning): ensure that audit log record is created when committing versions via CR #4091
Conversation
…est with versions
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Uffizzi Preview |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4091 +/- ##
=======================================
Coverage 96.44% 96.44%
=======================================
Files 1149 1149
Lines 37589 37596 +7
=======================================
+ Hits 36252 36259 +7
Misses 1337 1337 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The testing code looks good but I'm not sure about the variable noted below
environment_feature_version_published.send( | ||
EnvironmentFeatureVersion, instance=environment_feature_version | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't see from this review where environment_feature_version_published
is actually coming from.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingdocs/
if required so people know about the feature!Changes
This PR ensures that the correct
environment_feature_version_published
signal is sent when we publish a ChangeRequest that includes EnvironmentFeatureVersion objects.How did you test this code?
Added new test