-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add Audit Log Mixin Wrapper Around Audit Log Mixin #57
Labels
Comments
Tyagi-Sunny
added a commit
that referenced
this issue
Apr 21, 2023
add audit repos mixin wrapper BREAKING CHANGE: Audit Repository Mixin return type changes and now to be returned as abstract class GH-57
12 tasks
Tyagi-Sunny
added a commit
that referenced
this issue
Apr 25, 2023
…nted changes added ConditionalAuditRepositoryMixin testcase, commented changes BREAKING CHANGE: audit repository mixin return type is abstract class GH-57
Tyagi-Sunny
added a commit
that referenced
this issue
Apr 25, 2023
minor changes BREAKING CHANGE: AuditRepositoryMixin return class is abstract now GH-57
Tyagi-Sunny
added a commit
that referenced
this issue
Apr 25, 2023
…it Mixin To be used when the actual audit mixin is to be configured from the flag in the environment variable rather than the code BREAKING CHANGE: Audit Repository Mixin return type changed and now is being returned as an abstract class. This doesn't affect 99% of the users because this mixin is already applied on the base class. Only those who are directly assigned the mixin-ed class to some variable will have the type error showing them. GH-57
shubhamp-sf
pushed a commit
that referenced
this issue
Apr 25, 2023
To be used when the actual audit mixin is to be applied conditionally from the flag from the environment variables rather than the code. BREAKING CHANGE: Audit Repository Mixin return type changed and now is being returned as an abstract class. This doesn't affect 99% of the users because in crud repositories this mixin is already applied on the base class. Only those who are directly assigning the mixin-ed class to some variable will have the type error showing them. GH-57
🎉 This issue has been resolved in version 4.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
add audit log mixin wrapper around mixin, that will let user to decide whether to generate audit logs or not
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: