-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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(backup): UserEmail handling #55433
Conversation
556eb2f
to
0108471
Compare
1dbdd42
to
1b328fc
Compare
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.
Looks good to me.
1b328fc
to
c4a3284
Compare
🚨 Warning: This pull request contains Frontend and Backend changes! It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently. Have questions? Please ask in the |
0108471
to
5c32990
Compare
5c32990
to
db3c179
Compare
c4a3284
to
298de54
Compare
db3c179
to
1dec885
Compare
1dec885
to
86a3356
Compare
298de54
to
12263f3
Compare
Codecov Report
@@ Coverage Diff @@
## master #55433 +/- ##
==========================================
- Coverage 80.14% 78.43% -1.71%
==========================================
Files 5045 5045
Lines 216004 216016 +12
Branches 36542 36546 +4
==========================================
- Hits 173108 169442 -3666
- Misses 37612 41235 +3623
- Partials 5284 5339 +55
|
86a3356
to
8bc676b
Compare
The previous code assumed UserEmail collisions are possible. It is now refactored to treat them all as unique, and always reset them from their imported state for all `ImportScope`s except `Global`. Issue: getsentry/team-ospo#181
12263f3
to
2579869
Compare
The previous code assumed UserEmail collisions are possible. It is now refactored to treat them all as unique, and always reset them from their imported state for all `ImportScope`s except `Global`. Issue: getsentry/team-ospo#181
The previous code assumed UserEmail collisions are possible. It is now refactored to treat them all as unique, and always reset them from their imported state for all
ImportScope
s exceptGlobal
.Issue: getsentry/team-ospo#181