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

fix(integrations) Make social auth user update silo safe #62092

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

markstory
Copy link
Member

We shouldn't set attributes that don't exist on RpcUser as it causes errors, same with saving. I've not removed the User update entirely as I'm not confident that this isn't sometimes called with User instances that can be updated.

Fixes SENTRY-198W

We shouldn't set attributes that don't exist on RpcUser as it causes
errors, same with saving. I've not removed the User update entirely as
I'm not confident that this isn't sometimes called with User instances
that can be updated.

Fixes SENTRY-198W
@markstory markstory requested a review from a team December 20, 2023 17:07
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Dec 20, 2023
Copy link

codecov bot commented Dec 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (20ac9ca) 80.15% compared to head (2d6388d) 81.22%.
Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #62092      +/-   ##
==========================================
+ Coverage   80.15%   81.22%   +1.06%     
==========================================
  Files        5190     5190              
  Lines      229285   229287       +2     
  Branches    39609    39609              
==========================================
+ Hits       183777   186230    +2453     
+ Misses      39663    37360    -2303     
+ Partials     5845     5697     -148     

see 249 files with indirect coverage changes

@markstory markstory merged commit 86d4399 into master Dec 21, 2023
51 checks passed
@markstory markstory deleted the fix-social-auth-name branch December 21, 2023 15:13
@github-actions github-actions bot locked and limited conversation to collaborators Jan 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants