-
-
Notifications
You must be signed in to change notification settings - Fork 395
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 org assign on login #4817
Fix org assign on login #4817
Conversation
Deployment of preview was torn down |
Will you take care of reverting the changes in #4762 as well? |
Will merge main afterwards into #4762 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4817 +/- ##
==========================================
- Coverage 28.29% 28.28% -0.02%
==========================================
Files 398 398
Lines 28301 28303 +2
==========================================
- Hits 8008 8005 -3
- Misses 19583 19588 +5
Partials 710 710 ☔ View full report in Codecov by Sentry. |
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.
I'd still rather have it done now already but if you don't want I also can't change it. Will block #4762 then though until that's resolved.
Ahh, didn't got your point. If you think it fits better in here I can add the store query using Forge-id and org-name. |
Co-authored-by: Anbraten <[email protected]>
lgtm now |
@anbraten can you fix https://ci.woodpecker-ci.org/repos/3780/pipeline/25527/37#L6? If I fix it I can't approve the PR again and you can't either |
Should we add the forgeId for queries to the repo lookup by name as well?
woodpecker/server/api/badge.go Line 51 in e1f31da
|
Yes, I think so |
Changes