-
Notifications
You must be signed in to change notification settings - Fork 10
fix(back): ajout de la structureId et le role aux logs d'import #3848
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
Conversation
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.
This PR adds structureId
and role
fields to import logging, which improves audit trail capabilities. The changes are consistent across both the controller and test files. However, there's a critical bug in the controller where these fields are missing from one of the log creation calls, and the test coverage reveals some inconsistencies in the expected log structure.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3848 +/- ##
=======================================
Coverage 65.70% 65.70%
=======================================
Files 970 970
Lines 16238 16238
Branches 2245 2237 -8
=======================================
Hits 10669 10669
Misses 5224 5224
Partials 345 345
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
🎉 This PR is included in version 2.212.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.