-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
审计功能增强-完善下载动作的信息记录 #1349
审计功能增强-完善下载动作的信息记录 #1349
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1349 +/- ##
=======================================
Coverage 75.40% 75.40%
=======================================
Files 81 81
Lines 12624 12624
=======================================
Hits 9519 9519
Misses 3105 3105 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
感谢~
额外信息 extra_info 字段建议调整为 text ,查询语句超过255还是比较容易 |
* 添加redis/pg创建连接时的超时参数 (hhyo#1311) * 审计功能增强 * 审计功能SQL调整 * 审计功能增强CI依赖文件 * 移除migrations * 修复登录时用户不存在的bug以及记录登录的浏览器信息 * 无用包移除,额外信息移除ua * bootstrap-table升级到1.19.1以支持onExportSaved事件 * 下载动作记录详细查询信息 * 修改判断方法以兼容bootstrap-table1.19.1
在“在线查询”tab中,对查询结果下载时记录详细的查询信息,包括实例名、库名、查询语句、下载的记录数量
关联之前的 pr #1342 issue #970
需要升级bootstrap-table 到 1.19.1,初步发现
formatter
的回调有兼容问题,value原本为number、boolean都为string,因此做了一下兼容调整