hanyajun

Results 9 issues of hanyajun

代码:https://github.com/TencentBlueKing/bk-iam/blob/master/pkg/database/utils.go 使用场景: ```go // 生成统一的DB事务 tx, err := database.GenerateDefaultDBTx() defer database.RollBackWithLog(tx) // err如果不为nil,tx会为nil if err != nil { err = errorWrapf(err, "define tx fail") return } ``` ```go // RollBackWithLog...

- 新增插件配置说明 - 优化使用文档

### Description Fixes # (issue) ### Checklist - [x] 填写 PR 描述及相关 issue (write PR description and related issue) - [ ] 代码风格检查通过 (code style check passed) - [x] PR...

### Description 支持java sdk Fixes # (issue) ### Checklist - [x] 填写 PR 描述及相关 issue (write PR description and related issue) - [ ] 代码风格检查通过 (code style check passed) -...

**What would you like to be added**: 容器化版本期待支持maven **Why is this needed**: 蓝鲸apigw即将支持java sdk,如果bkrepo容器化版本能够支持就方便很多

enhancement
backlog

### Description fix(mcp): fix mcp memory leak and add pprof Fixes # (issue) ### Checklist - [ ] 填写 PR 描述及相关 issue (write PR description and related issue) - [...

### Description fix(api/web): fix ai_completion Fixes # (issue) ### Checklist - [ ] 填写 PR 描述及相关 issue (write PR description and related issue) - [ ] 代码风格检查通过 (code style check...