-
Notifications
You must be signed in to change notification settings - Fork 75
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
feat: v6.1.0 release #1592
Merged
feat: v6.1.0 release #1592
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com>
Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com>
Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com>
Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com>
Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com>
Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com>
Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com>
Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com>
Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com>
Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com>
Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com>
Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com>
1. 新增系统服务过滤功能,通过system参数控制是否只展示系统服务 2. 优化非系统服务展示逻辑,同时展示所有系统服务和用户私有服务 3. 将system字段类型从CharField改为Boolean,更准确地表达字段语义 4. 移除调试用的print语句 这个改动使得OAuth服务的展示更加灵活,用户可以选择只查看系统服务, 或同时查看系统服务和私有服务,提升了用户体验。
Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com>
1. 修改get_oauth_services方法,优化服务查询顺序: - 先查询系统公共服务(system=True) - 再查询用户私有服务(system=False) - 合并两种服务的查询结果 2. 更新get_all_oauth_service方法,限定只查询系统服务(system=True) 这个改动使得OAuth服务的查询更加清晰和合理,同时保证了用户 可以访问到所有公共服务和自己的私有服务。
Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com>
Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com>
Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com>
Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com>
Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com>
Signed-off-by: Qi Zhang <smallqi1@163.com>
Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com>
Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com>
Signed-off-by: Qi Zhang <smallqi1@163.com>
Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com>
Signed-off-by: Qi Zhang <smallqi1@163.com>
Signed-off-by: Qi Zhang <smallqi1@163.com>
Signed-off-by: 张启航 <101104760+ZhangSetSail@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.