-
-
Notifications
You must be signed in to change notification settings - Fork 387
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
Don't fail user creation if org exists #4687
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4687 +/- ##
=======================================
Coverage 28.17% 28.18%
=======================================
Files 398 398
Lines 28231 28245 +14
=======================================
+ Hits 7954 7960 +6
- Misses 19571 19575 +4
- Partials 706 710 +4 ☔ View full report in Codecov by Sentry. |
Tearing down https://woodpecker-ci-woodpecker-pr-4687.surge.sh |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
(cherry picked from commit 628c0e8)
fix #4651
Also modified
OrgFindByName
to returnnil
if nothing is found instead of erroring with a SQL error.