xuyan wang

Results 12 issues of xuyan wang

fix oceanbase close #606

### Bug Description [describe the bug in detail] ![image](https://github.com/GoAdminGroup/go-admin/assets/35394786/08522602-f67a-4242-a251-a02a4d59ead1) ### How to reproduce [describe the steps how to reproduce the bug] run adm init ### Expect [describe your expect result]...

🐛bug

### Description There is currently no elimination mechanism for log files, which has led to the accumulation of previous logs, which is unreasonable for the positioning of the. obdiag hidden...

### Describe your use case we need the more type of the report for rca, like json, xml ,yaml .... ### Describe the solution you'd like Add an optional parameter,...

enhancement

m3u8视频的下载器写好了,x86的测试镜像,可以通过docker pull wayyoungboy/waym3u8:test获取,默认端口2045,下载的目录为/build_path/video , 建议挂载,然后打开即可http://127.0.0.1:2045/static/ 本身基于 https://github.com/orestonce/m3u8d 实现,后来发现也是有gomedia的组成 凑合用的页面, 成功后有个json页面,直接返回上个页面就行,有点丑,不会前端只能这样了。关联项目是这个https://github.com/wayyoungboy/way_m3u8

### Description 现象:一张表在information_schema.tables 中查到的有两条记录,两条记录的原因是__all_table_stat 中同时存在两条object_type=1的记录。 原因分析: 非分区表转分区表 ddl,导致一些视图(如 information_schema.tables/all_tables)会多显示一条记录 observer修复版本: 421bp5/423/431 应急方法:手动删除 __all_table_stat/__all_column_stat 中不符合预期的行(分区表不应该存在 table_id=partition_id=该表id 的记录) 1. 登录到 sys 租户上 2. 切到用户租户:alter system change tenant 租户名 3. 删内部统计信息的行 delete from...

### Describe your use case 引入一个可以覆盖原有基础配置的可选参数,-i, --inner_config,用来以实现较为灵活的启动方式 ### Describe the solution you'd like obdiag xxxxx --inner_config='{"obdiag. basic.file_number_limit": 100 }'即可以将原有的日志收集限制由50临时变更为100 ### Describe alternatives you've considered _No response_ ### Additional context _No...

因为想挂后台去跑,所以用gin包装了下,对了队列的方式来存储所需的下载的任务,https://github.com/wayyoungboy/way_m3u8 后面打算试试使用sqllite3来持久化。 目前用用没什么问题