Skip to content

Update domain path description in VerifyOAuthCodeAndGetUserCmd to cla…

df8c869
Select commit
Loading
Failed to load commit list.
Draft

Add per-domain OAuth (Google, GitHub) provider support #12702

Update domain path description in VerifyOAuthCodeAndGetUserCmd to cla…
df8c869
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 28, 2026 in 1s

18.02% (+0.10%) compared to 30e6c22

View this Pull Request on Codecov

18.02% (+0.10%) compared to 30e6c22

Details

Codecov Report

❌ Patch coverage is 35.81395% with 138 lines in your changes missing coverage. Please review.
✅ Project coverage is 18.02%. Comparing base (30e6c22) to head (df8c869).
⚠️ Report is 181 commits behind head on main.

Files with missing lines Patch % Lines
...tack/oauth2/api/command/ListOAuthProvidersCmd.java 0.00% 35 Missing ⚠️
...he/cloudstack/oauth2/dao/OauthProviderDaoImpl.java 0.00% 21 Missing ⚠️
...cloudstack/oauth2/github/GithubOAuth2Provider.java 0.00% 17 Missing ⚠️
...ack/oauth2/api/response/OauthProviderResponse.java 11.76% 14 Missing and 1 partial ⚠️
...pache/cloudstack/oauth2/OAuth2AuthManagerImpl.java 83.33% 6 Missing and 4 partials ⚠️
...th2/api/command/OauthLoginAPIAuthenticatorCmd.java 0.00% 9 Missing ⚠️
...k/oauth2/api/command/RegisterOAuthProviderCmd.java 12.50% 6 Missing and 1 partial ⚠️
...ack/oauth2/api/command/UpdateOAuthProviderCmd.java 0.00% 6 Missing ⚠️
...cloudstack/oauth2/google/GoogleOAuth2Provider.java 70.00% 6 Missing ⚠️
...che/cloudstack/oauth2/OAuth2UserAuthenticator.java 16.66% 4 Missing and 1 partial ⚠️
... and 2 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #12702      +/-   ##
============================================
+ Coverage     17.92%   18.02%   +0.10%     
- Complexity    16154    16638     +484     
============================================
  Files          5939     6029      +90     
  Lines        533181   542386    +9205     
  Branches      65237    66502    +1265     
============================================
+ Hits          95585    97788    +2203     
- Misses       426856   433576    +6720     
- Partials      10740    11022     +282     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.