-
Notifications
You must be signed in to change notification settings - Fork 33
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 deref for dataprotection resource #388
Conversation
@rnarenpujari, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #388 +/- ##
=======================================
Coverage 25.23% 25.23%
=======================================
Files 195 195
Lines 16908 16908
=======================================
Hits 4267 4267
Misses 12423 12423
Partials 218 218 ☔ View full report in Codecov by Sentry. |
d4f22a5
to
8d323a9
Compare
lgtm |
Signed-off-by: Rahul Naren Pujari <rnarenpujari@gmail.com>
8d323a9
to
7c1f28d
Compare
TFTR |
I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Fixes incorrect deref in case the meta field is not set in the dataprotection resource.
Acceptance tests passed for the resource:

Which issue(s) this PR fixes
Additional information
Special notes for your reviewer