Dt8333
|
758ce40cc1
|
chore: fix test (#3787)
|
2025-11-27 14:02:42 +08:00 |
|
Copilot
|
a04993a2bb
|
Replace insecure random with secrets module in cryptographic contexts (#3248)
* Initial plan
* Security fixes: Replace insecure random with secrets module and improve SSL context
Co-authored-by: LIghtJUNction <106986785+LIghtJUNction@users.noreply.github.com>
* Address code review feedback: fix POST method and add named constants
Co-authored-by: LIghtJUNction <106986785+LIghtJUNction@users.noreply.github.com>
* Improve documentation for random number generation constants
Co-authored-by: LIghtJUNction <106986785+LIghtJUNction@users.noreply.github.com>
* Update astrbot/core/utils/io.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update astrbot/core/platform/sources/wecom_ai_bot/WXBizJsonMsgCrypt.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update tests/test_security_fixes.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update astrbot/core/utils/io.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update astrbot/core/utils/io.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fix: Handle path parameter in SSL fallback for download_image_by_url
Co-authored-by: LIghtJUNction <106986785+LIghtJUNction@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: LIghtJUNction <106986785+LIghtJUNction@users.noreply.github.com>
Co-authored-by: LIghtJUNction <lightjunction.me@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-11-03 02:43:00 +08:00 |
|
LIghtJUNction
|
0b7fc29ac4
|
style: add ruff lint module of isort and pyupgrade, and some ruff check fix (#3214)
Co-authored-by: Dt8333 <25431943+Dt8333@users.noreply.github.com>
Co-authored-by: Soulter <905617992@qq.com>
|
2025-11-01 13:26:19 +08:00 |
|
RC-CHN
|
19d7438499
|
fix: unit tests (#2760)
* fix:修复了main和plugin_manager部分单元测试
* fix: 修复了dashboard部分测试
* remove: 删除暂无用的配置测试脚本
* perf:拆分插件增查删改为独立的单元测试
* refactor: 重构插件管理器测试,使用临时环境隔离测试实例
* test: 增加对仪表板文件检查的单元测试,涵盖不同情况
* style: format code
* remove: 删除未使用的导入语句
* delete: remove unused test file for pipeline
---------
Co-authored-by: Soulter <905617992@qq.com>
|
2025-09-27 14:43:04 +08:00 |
|
Soulter
|
49bba9bf98
|
style: format codes
|
2025-03-03 13:30:55 +08:00 |
|
Soulter
|
461f1bb07c
|
feat: 支持插件handler优先级
|
2025-02-06 12:35:43 +08:00 |
|
Soulter
|
c0911921c7
|
feat: 配置Schema以及插件支持配置
|
2025-01-29 16:54:57 +08:00 |
|
Soulter
|
4c9fe016bf
|
fix: test_pipeline
|
2025-01-09 16:00:43 +08:00 |
|
Soulter
|
3ff3c9e144
|
perf: 检测到docker不可用时自动禁用本插件
|
2025-01-08 23:32:49 +08:00 |
|
Soulter
|
aa49539e3e
|
chore: fix test
|
2024-12-26 23:33:40 +08:00 |
|
Soulter
|
7b4118493b
|
chore: fix test
|
2024-12-26 23:15:10 +08:00 |
|
Soulter
|
62039392bb
|
chore: fix test workflow
|
2024-12-26 23:06:30 +08:00 |
|
Soulter
|
b72c69892e
|
test: dashboard test
|
2024-12-26 22:59:17 +08:00 |
|
Soulter
|
b8a6fb1720
|
chore: update tests
|
2024-12-25 12:50:29 +08:00 |
|
Soulter
|
6ab8114eee
|
feat: v3.4.0
|
2024-11-27 15:04:30 +08:00 |
|
Soulter
|
017426501c
|
fix: test
|
2024-11-22 11:20:55 +08:00 |
|
Soulter
|
c1d070186e
|
fix: test
|
2024-10-04 00:17:55 +08:00 |
|
Soulter
|
8a50786e61
|
feat: 支持设置控制台日志级别;
refactor: 重写了后端与仪表盘的日志通信
|
2024-09-22 10:23:26 -04:00 |
|
Soulter
|
6883de0f1c
|
feat: partially test http server api
|
2024-09-21 12:19:49 -04:00 |
|
Soulter
|
bdde0fe094
|
refactor: HTTP 请求全部异步化,移除了 baidu_aip, request 依赖
|
2024-09-21 11:36:02 -04:00 |
|
Soulter
|
292a3a43ba
|
perf: 完善覆盖率测试
|
2024-09-10 03:56:44 -04:00 |
|
Soulter
|
6dfbaf1b88
|
bugfixes
|
2024-09-10 01:57:13 -04:00 |
|
Soulter
|
dcec3f5f84
|
feat: unit test
perf: func call improvement
|
2024-08-17 04:46:23 -04:00 |
|