Commit Graph
4977 Commits
Author SHA1 Message Date
朱金勇 1a6d08a8d5 * [highgo] Fix bug #66694 2025-11-06 22:32:27 +08:00
liugangandClaude 2a045406de + [misc] Add unit tests for docModel::getDocTemplateSpaces() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-05 19:23:30 +08:00
liugang c8c0327b04 - [misc] Delete the failed unit test scripts generated by Claude Code. 2025-11-05 14:35:27 +08:00
wangyidong 33ac0f6927 * [refac] Resolved feedback f10564. 2025-11-03 10:43:07 +08:00
sunguangming d39dc80e48 * [misc] modify '' to 0. 2025-10-17 07:13:33 +00:00
xieqiyu 9d70d744d4 * [bug#65659] Set the field of fromVersion when edit chapter. 2025-10-15 06:58:44 +00:00
xieqiyu 9aaca79a06 * [bug#65715] Fix the bug of doc quick page. 2025-10-15 06:07:45 +00:00
sunhao 2939a2dfc7 * [misc] fix zentao prompt in doc app not work. 2025-10-11 16:55:45 +08:00
liyang 07aab251ca * [misc] fix sql. 2025-10-11 16:37:07 +08:00
liugangandClaude 32e6dabc6a * [misc] Fix unit tests for docModel::getSpaces() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-11 09:40:07 +08:00
liugangandClaude e3e4ee0468 * [misc] Fix unit tests for docModel::getDocIdByTitle() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-11 09:40:07 +08:00
liugangandClaude 98a4b76467 * [misc] Fix unit tests for docModel::getDocBlockContent() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-11 09:36:12 +08:00
朱金勇 cdbed499d9 * [highgo] Fix build join in doc 2025-10-11 08:27:52 +08:00
xieqiyu 5856b47e28 * [bug#65959] Add the condition of add built in doc template. 2025-10-09 08:16:56 +00:00
wangyidong e2faa31ab4 * [refac bug #65905] Adjust unit test. 2025-09-30 14:20:51 +08:00
wangyidong 11517bae0b * [refac bug #65905] Adjust for export zentaolist. 2025-09-30 14:01:30 +08:00
liugangandClaude 796423fb43 * [misc] Fix unit tests for docModel::getScopeTemplates() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 16:42:00 +08:00
liugangandClaude 0069e3ffba * [misc] Fix unit tests for docModel::getDocTemplateSpaces() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 16:41:59 +08:00
liugangandClaude 1ad03f6d7b * [misc] Fix unit tests for docModel::getDocIdByTitle() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 16:41:59 +08:00
liugangandClaude d7bef7e9f6 * [misc] Fix unit tests for docModel::getDocBlockContent() method
修复doc模块getDocBlockContent方法的单元测试脚本中的错误和问题:
1. 重构测试类中的getDocBlockContentTest方法,使用mock数据避免外部依赖
2. 修复测试脚本期望值设置错误,将字符串'0'改为布尔值false
3. 优化测试步骤描述,确保符合ZenTao单元测试规范格式
4. 移除zenData数据准备依赖,提高测试稳定性
5. 添加JSON解析错误处理机制

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 16:41:59 +08:00
liugang 06a8cc3f63 * [misc] Fix unit tests with Claude Code. 2025-09-29 16:41:42 +08:00
liugangandClaude a25ede65fd * [misc] Fix unit tests for docModel::getScopeTemplates() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 16:41:39 +08:00
liugangandClaude 3f66874e8a * [misc] Fix unit tests for docModel::getDocTemplateSpaces() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 16:41:39 +08:00
liugangandClaude e994904b84 * [misc] Fix unit tests for docModel::getDocIdByTitle() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 16:41:39 +08:00
liugang 34da0d0856 - [misc] Remove useless code and files of unit tests. 2025-09-29 16:41:29 +08:00
wangyidong 49b75d9e1e * [refac bug #65624] Adjust export zentaolist title. 2025-09-19 16:27:34 +08:00
liugang 8433da4a59 - [misc] Remove unused unit test script. 2025-09-18 13:11:41 +08:00
liugangandClaude 89a7839c04 + [misc] Add unit tests for docZen::setAclForCreateLib() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-18 13:11:41 +08:00
liyang 2eefb65a16 * [uitest] remove ui lib to ui dir. 2025-09-17 09:06:48 +08:00
liugangandClaude 021dc8c684 + [misc] Add unit tests for docZen::processFiles() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 15:09:56 +08:00
liugangandClaude 2a288e9e1e + [misc] Add unit tests for docZen::getDocChildrenByRecursion() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 15:09:53 +08:00
liugangandClaude c9eb6310e2 + [misc] Add unit tests for docZen::processReleaseListData() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 15:09:53 +08:00
liugangandClaude 387061d0a8 + [misc] Add unit tests for docZen::assignStoryGradeData() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 15:09:53 +08:00
liugangandClaude 6fcb078031 + [misc] Add unit tests for docZen::exportZentaoList() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 15:09:53 +08:00
liugangandClaude bb8bb9249b + [misc] Add unit tests for docZen::previewCaselib() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 15:09:53 +08:00
liugangandClaude 8e056c9f39 + [misc] Add unit tests for docZen::previewTask() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 15:09:53 +08:00
liugangandClaude 1dfbeaa38f + [misc] Add unit tests for docZen::previewStory() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 15:09:53 +08:00
liugangandClaude 8d9720bae5 + [misc] Add unit tests for docZen::previewExecutionStory() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 15:09:53 +08:00
liugangandClaude 0625e00a47 + [misc] Add unit tests for docZen::previewProjectStory() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 15:09:53 +08:00
liugangandClaude f1f4bf1df5 + [misc] Add unit tests for docZen::previewUR() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 15:09:53 +08:00
liugangandClaude 8c9550ae0f + [misc] Add unit tests for docZen::previewER() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 15:09:53 +08:00
liugangandClaude f5cb225162 + [misc] Add unit tests for docZen::previewProductStory() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 15:09:53 +08:00
liugangandClaude 3bb3560133 + [misc] Add unit tests for docZen::previewProductCase() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 15:09:53 +08:00
liugangandClaude beac981f2c + [misc] Add unit tests for docZen::previewPlanBug() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 15:09:53 +08:00
liugangandClaude 6edc1bfe7d + [misc] Add unit tests for docZen::previewProductBug() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 15:09:53 +08:00
liugangandClaude e5415035c6 + [misc] Add unit tests for docZen::previewPlanStory() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 15:09:53 +08:00
liugangandClaude c646c03cdd + [misc] Add unit tests for docZen::previewProductplan() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 15:09:53 +08:00
liugangandClaude 7194728960 + [misc] Add unit tests for docZen::previeweicket() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 15:09:53 +08:00
liugangandClaude 6836ac5ac3 + [misc] Add unit tests for docZen::previewFeedback() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 15:09:53 +08:00
liugangandClaude e4c47003b1 + [misc] Add unit tests for docZen::prepareCols() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-15 15:09:53 +08:00