feat: 历史记录增加操作用户#235
Merged
heqingpan merged 2 commits intonacos-group:masterfrom Jul 6, 2025
Merged
Conversation
新增配置历史记录的操作用户字段变更概述新功能
重构
变更文件
时序图sequenceDiagram
participant RA as Request
participant US as UserSession
participant AC as add_config()
participant SR as SetConfigReq
RA->>AC: 调用添加配置接口
AC->>US: 获取当前用户会话
US-->>AC: 返回username
AC->>SR: 传递op_user参数
SR-->>AC: 完成配置设置请求
💡 小贴士与 lingma-agents 交流的方式📜 直接回复评论
📜 在代码行处标记
📜 在讨论中提问
|
Collaborator
|
赞,上周未主要投入ldap支持的开发。 本周开启验证这部分,没问题的话就本周未发布。 |
This file contains hidden or 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
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.
前端 PR:r-nacos/rnacos-console-web#35
Refs #222