-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
refactor: auth provider sorting logic for better maintainability and clarity #6846
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
f18c389
to
4b49794
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6846 +/- ##
=========================================
Coverage 56.99% 56.99%
+ Complexity 3999 3996 -3
=========================================
Files 714 714
Lines 24110 24152 +42
Branches 1585 1590 +5
=========================================
+ Hits 13742 13766 +24
- Misses 9756 9770 +14
- Partials 612 616 +4 ☔ View full report in Codecov by Sentry. |
a0fb310
to
ba21ebf
Compare
@halo-dev/api-client
@halo-dev/components
@halo-dev/richtext-editor
@halo-dev/ui-plugin-bundler-kit
@halo-dev/console-shared
commit: |
@guqing 有测试失败了。、 |
c6279b1
to
a50bd56
Compare
改了 |
/hold |
一个潜在问题,使用此 PR 运行之后降级将无法启动。
|
|
#### What type of PR is this? /kind bug /area core /milestone 2.20.x #### What this PR does / why we need it: 恢复 #6846 中删除的 SystemSetting.AuthProvider#enabled 字段避免插件应用到了它可能会发生错误,将其标记为过时 #### Does this PR introduce a user-facing change? ```release-note None ```
What type of PR is this?
/kind improvement
/area core
/milestone 2.20.x
What this PR does / why we need it:
重构认证方式列表的排序
Does this PR introduce a user-facing change?