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

add actor email #641

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

add actor email #641

wants to merge 2 commits into from

Conversation

hamedsh
Copy link
Contributor

@hamedsh hamedsh commented May 7, 2024

add actor_email

deleting a user from the Users table will make actor_id useless (its only a bunch of characters). by adding email as static content, it can be usable forever.

Copy link

codecov bot commented May 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.31%. Comparing base (1ce39c0) to head (45e3064).
Report is 19 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #641      +/-   ##
==========================================
+ Coverage   95.20%   95.31%   +0.10%     
==========================================
  Files          31       32       +1     
  Lines        1022     1045      +23     
==========================================
+ Hits          973      996      +23     
  Misses         49       49              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hramezani
Copy link
Member

Thanks @hamedsh for this PR. Please

  • Add change log entry for this change
  • Add some tests to show 1. email will be logged in LogEntry model and 2. email will remain in after user deletion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants