q
749f8f5e77
主配置文件回滚
2026-01-12 19:35:17 +08:00
q
c1f5d3bd4e
feat: 使用 graalpy-maven-plugin 自动安装 requests pip 包
...
- parser/pom.xml: 添加 packages 配置让 Maven 自动安装 requests 及其依赖
- 移除手动 pip 安装依赖,改为 Maven 构建时自动安装
- 添加注释说明 python-lsp-server 仍需 setup-graalpy-packages.sh
- README.md: 更新本地构建文档
- Maven 现在自动安装 requests 核心包
- setup-graalpy-packages.sh 变为可选(仅 Playground 代码提示需要)
- PyContextPool.java: 更新注释和错误消息
- 说明 pip 包来源变化
- 更新 requests 不可用时的提示信息
2026-01-12 18:59:19 +08:00
q
65f8dfd30f
Merge remote-tracking branch 'origin/copilot/add-new-py-tag' into feature/graalpy-parser
v0.1.9b19py
v0.1.9b20py
2026-01-12 09:31:43 +08:00
copilot-swe-agent[bot]
827bfdba5a
docs: Add notes about using latest py tag version
...
- Add links to Releases page for finding latest py tag
- Add reminder to replace version number with latest
- Address code review feedback about hardcoded versions
Co-authored-by: qaiu <29825328+qaiu@users.noreply.github.com >
2026-01-11 17:13:06 +00:00
copilot-swe-agent[bot]
74dc7df8ee
docs: Add branch notice at top of README
...
- Add clear notice indicating this is the Python parser support branch
- Explain difference between py tags and latest tag
- Provide link to main branch for users who want standard version
Co-authored-by: qaiu <29825328+qaiu@users.noreply.github.com >
2026-01-11 17:11:29 +00:00
copilot-swe-agent[bot]
13dc446f7c
docs: Update README with Python version Docker deployment instructions
...
- Add Python version (py tag) Docker deployment section
- Clarify that py branch uses py-tagged images
- Keep standard version (latest tag) instructions for reference
- Add notes about image size and Python features
- Specify manual version upgrades for py tags (no latest tag updates)
Co-authored-by: qaiu <29825328+qaiu@users.noreply.github.com >
2026-01-11 17:10:25 +00:00
q
19d83fa267
docs: 更新文档导航和解析器指南
...
- 添加演练场(Playground)文档导航区到主 README
- 新增 Python 解析器文档链接(开发指南、测试报告、LSP集成)
- 更新前端版本号至 0.1.9b19p
- 补充 Python 解析器 requests 库使用章节和官方文档链接
- 添加 JavaScript 和 Python 解析器的语言版本和官方文档
- 优化文档结构,分类为项目文档和外部资源
2026-01-11 22:35:45 +08:00
q
29ebab8799
docs: 创建Python解析器开发指南并更新相关文档
...
- 新增 PYTHON_PARSER_GUIDE.md 完整开发指南
- 更新 CUSTOM_PARSER_GUIDE.md 添加Python解析器引用
- 更新 parser/README.md 添加Python文档链接
2026-01-11 07:43:01 +08:00
q
faaa8f2a2b
fix: 为PyPlaygroundLogger重写方法添加@HostAccess.Export注解
2026-01-11 07:31:13 +08:00
q
8b6f1cc242
fix: 移除python-embedding依赖,只使用标准Polyglot API
...
- 移除pom.xml中的python-embedding依赖
- 修改PyContextPool使用标准Polyglot API创建Engine和Context
- 更新checkGraalPyAvailability方法使用标准API检查
- 测试验证通过
2026-01-11 07:27:10 +08:00
q
d15b1c8b96
fix: 增强PyContextPool Engine创建的兼容性并添加GraalPy测试
2026-01-11 07:25:32 +08:00
q
c0e34ef7bc
fix: 添加缺失的python运行时pom依赖
2026-01-11 07:20:58 +08:00
q
5092bbd3fe
fix: 修复GraalPy依赖并添加Context池化和完整单元测试
...
- 修复parser pom.xml中GraalPy依赖配置
- 修复web-front Playground.vue中Tab选中异常bug
- 添加PyContextPool实现Context池化管理
- 更新PyPlaygroundExecutor和PyParserExecutor使用池化
- 创建PyParserTest完整单元测试
- 创建PyHttpClientTest HTTP客户端测试
- 创建PyCryptoUtilsTest加密工具测试
- 修复所有ShareLinkInfo构造相关错误
2026-01-11 03:19:31 +08:00
q
31c6a61193
feat: add GraalPy Python parser support
2026-01-11 02:40:33 +08:00
qaiu
cb132359fd
启用在线脚本解析器
v0.1.9b19
2026-01-06 02:21:19 +08:00
q
b58b3658b5
更新Playground和JsHttpClient相关功能,整理文档结构
v0.1.9b17
2026-01-06 00:00:37 +08:00
q
9f25aca242
Merge branch 'main' of github.com:qaiu/netdisk-fast-download
v0.1.9b16
2026-01-04 09:30:54 +08:00
q
343c017c79
fixed. 演练场静态打包问题
2026-01-04 09:29:20 +08:00
qaiu
83af09cf58
升级前端版本
v0.1.9b15
2026-01-04 01:14:26 +08:00
qaiu
449475785f
Update README.md
2026-01-03 21:20:54 +08:00
q
047a8eab89
更新代码和文档
2026-01-03 21:11:04 +08:00
q
93835bd990
Add functional test report
...
- Document all completed tests and fixes
- Verify BUG1, BUG2, BUG3 fixes
- Confirm TypeScript removal
- Confirm text updates (JS演练场 → 脚本演练场)
- Service startup verification
v0.1.9b13
2026-01-02 19:40:26 +08:00
q
93ab3f3f3f
Remove TypeScript-related code and documentation
...
- Remove TypeScript API endpoints from PlaygroundApi
- Remove TypeScript methods from DbService interface and implementation
- Delete PlaygroundTypeScriptCode model class
- Delete TypeScript documentation files
- Clean up unused imports
2026-01-02 19:27:21 +08:00
q
de7703be83
Merge branch 'copilot/add-playground-enhancements'
2026-01-02 19:25:05 +08:00
q
ce1c4ee669
Fix playground bugs and remove TypeScript compiler
...
- Fix BUG1: JavaScript timeout with proper thread interruption using ScheduledExecutorService
- Fix BUG2: Add URL regex validation before execution in playground test API
- Fix BUG3: Register published parsers to CustomParserRegistry on save/update/delete
- Remove TypeScript compiler functionality (tsCompiler.js, dependencies, UI)
- Add password authentication for playground access
- Add mobile responsive layout support
- Load playground parsers on application startup
2026-01-02 19:24:47 +08:00
qaiu
c60d9fdd61
更新 README.md
2025-12-23 07:55:59 +08:00
qaiu
2033542f49
更新 README.md
2025-12-08 23:46:58 +08:00
copilot-swe-agent[bot]
3775cd0259
Address code review feedback: protect types.js endpoint and improve code readability
...
Co-authored-by: qaiu <29825328+qaiu@users.noreply.github.com >
2025-12-07 05:27:07 +00:00
copilot-swe-agent[bot]
bec342d778
Fix JsonResult API calls and add documentation
...
Co-authored-by: qaiu <29825328+qaiu@users.noreply.github.com >
2025-12-07 05:24:38 +00:00
copilot-swe-agent[bot]
6305d805dd
Add playground loading animation, password auth, and mobile layout support
...
Co-authored-by: qaiu <29825328+qaiu@users.noreply.github.com >
2025-12-07 05:20:06 +00:00
copilot-swe-agent[bot]
2ada2fddf7
Add implementation summary in Chinese
...
Co-authored-by: qaiu <29825328+qaiu@users.noreply.github.com >
2025-12-07 04:57:03 +00:00
copilot-swe-agent[bot]
66ba8b7ee8
Address code review feedback - improve code quality
...
Co-authored-by: qaiu <29825328+qaiu@users.noreply.github.com >
2025-12-07 04:52:22 +00:00
copilot-swe-agent[bot]
2edf235941
Complete TypeScript compiler integration with examples and documentation
...
Co-authored-by: qaiu <29825328+qaiu@users.noreply.github.com >
2025-12-07 04:48:38 +00:00
copilot-swe-agent[bot]
57ef723368
Add TypeScript compiler integration - core implementation
...
Co-authored-by: qaiu <29825328+qaiu@users.noreply.github.com >
2025-12-07 04:43:36 +00:00
copilot-swe-agent[bot]
366658b471
Add comprehensive implementation summary
...
Co-authored-by: qaiu <29825328+qaiu@users.noreply.github.com >
2025-12-06 22:56:10 +00:00
copilot-swe-agent[bot]
2a3244a8fa
Address code review feedback: fix Promise.race, improve statusText, use English error messages
...
Co-authored-by: qaiu <29825328+qaiu@users.noreply.github.com >
2025-12-06 22:52:37 +00:00
copilot-swe-agent[bot]
9912e6fef1
Complete backend implementation with comprehensive documentation
...
Co-authored-by: qaiu <29825328+qaiu@users.noreply.github.com >
2025-12-06 22:51:08 +00:00
copilot-swe-agent[bot]
d475dcbcdc
Add fetch polyfill tests and documentation
...
Co-authored-by: qaiu <29825328+qaiu@users.noreply.github.com >
2025-12-06 22:49:32 +00:00
copilot-swe-agent[bot]
5ffe94e3a4
Implement fetch polyfill and Promise for ES5 backend
...
Co-authored-by: qaiu <29825328+qaiu@users.noreply.github.com >
2025-12-06 22:44:52 +00:00
qaiu
5809d3b664
Merge pull request #140 from rensumo/main
...
增加快速部署方式
2025-12-02 17:21:05 +08:00
rensumo
2bed42a088
增加快速部署
2025-12-02 14:43:29 +08:00
rensumo
97e912c216
增加快速部署
2025-12-02 14:42:07 +08:00
rensumo
f657aa183c
增加快速部署
...
Add quick deployment instructions and Docker deployment section.
2025-12-02 14:40:53 +08:00
qaiu
cf634c4464
Merge pull request #139 from Edakerx/main
...
Update README.md
2025-11-30 12:30:26 +08:00
Edakerx
a9b5d9ab57
Update README.md
...
添加赞助商
2025-11-30 12:20:07 +08:00
q
f82267f8a7
js演练场漏洞修复
2025-11-30 02:07:56 +08:00
q
46bd5819b3
js演练场,ye2
v0.1.9b12b
2025-11-29 03:44:47 +08:00
q
d10a55d8cb
Merge remote-tracking branch 'origin/main'
2025-11-29 03:42:25 +08:00
q
e74d5ea97e
js演练场
2025-11-29 03:41:51 +08:00
q
1dfdff7024
js演练场
2025-11-29 02:56:25 +08:00