Skip to content
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

feat: user audit log #2266

Merged
merged 16 commits into from
Oct 16, 2024
Merged

feat: user audit log #2266

merged 16 commits into from
Oct 16, 2024

Conversation

cquintana92
Copy link
Collaborator

This PR performs the following changes:

  • Extract the payment processor handling code from the server.py into smaller files.
  • New migration that adds the new UserAuditLog entity
  • Cron that removes the entries periodically after some time
  • Remove the dry-run option from the cron and make the script not need to register the jobs twice (elif and choices)
  • Add lots of user audit log emit events
  • Some tests that check that the proper events are emitted (not all of the because there are too many)

@cquintana92 cquintana92 added the enhancement New feature or request label Oct 16, 2024
@acasajus acasajus merged commit 35f6e67 into master Oct 16, 2024
6 checks passed
@acasajus acasajus deleted the feature/user-audit-log branch October 16, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants