Skip to content
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: 修复服务列表、引用套餐、脚本标签列表排序 #3341

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

Ambition9186
Copy link
Contributor

No description provided.

@AlkaidChan AlkaidChan added the bcs-bscp feature or bugfix for bscp label Jul 9, 2024
@@ -97,7 +97,7 @@ func (dao *hookDao) ListWithRefer(kit *kit.Kit, opt *types.ListHooksWithReferOpt
q := dao.genQ.Hook.WithContext(kit.Ctx).Where(h.BizID.Eq(opt.BizID)).Order(h.Name)

if opt.Name != "" {
q = q.Where(h.Name.Regexp("(?i)" + opt.Name))
q = q.Where(h.Name.Like(opt.Name))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

前后加 %

@AlkaidChan AlkaidChan merged commit 0dd4a28 into TencentBlueKing:master Jul 9, 2024
13 checks passed
wenxinlee2015 added a commit that referenced this pull request Jul 9, 2024
* github-bk-bcs/master:
  fix: 修复配置模版文件元数据缺少字段与多余字段以及脚本管理功能优化 (#3342)
  fix: 修复服务列表、引用套餐、脚本标签列表排序 (#3341)
  fix: 修复全局配置favicon文件不生效的问题 --bug=127041635 (#3345)
  fix: 配置模版产品交互弱化版本概念--bug=126815831 (#3344)
  fix: 修复从其它服务或历史版本导入问题 (#3343)
  fix: 修复从其它服务或历史版本导入问题 (#3340)
  feat: 从历史版本/其他服务中导入支持选择配置项--story=118179977 (#3339)
  perf: 优化文件匹配逻辑,短路退出 (#3337)
  fix: bscp get file命令下载指定文件失败 --bug=126653351 (#3336)
@Ambition9186 Ambition9186 deleted the hotfix/sort branch August 13, 2024 03:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bcs-bscp feature or bugfix for bscp
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants