Commit Graph
1205 Commits
Author SHA1 Message Date
xieqiyu d5df4b3da8 * [bug#66973] Fix the bug of edit programplan. 2025-11-14 03:07:14 +00:00
xieqiyu 776b7a563c * [bug#67157] Can not create sub stage when plan ID is empty. 2025-11-13 05:36:26 +00:00
xieqiyu e04a498f5e * [bug#66973] Add the error tip when percent is not float. 2025-11-13 03:00:34 +00:00
sunguangming 7dfcd6c60d Merge branch 'release/21.7.7' into feature/workflowgroup 2025-11-04 00:01:51 +00:00
xieqiyu 3719938293 * [bug#66355] Show tip when stage is empty when set stage. 2025-10-29 07:40:17 +00:00
xieqiyu e533d118c6 * [bug#66384] Modify the unit test file of prograplanTao. 2025-10-29 02:52:36 +00:00
xieqiyu fc5ef4f32c * [bug#66384] Fix the bug of create review in stage list. 2025-10-29 01:52:09 +00:00
huairong 2c5821b8b6 + [uitest] Modify ui test file. 2025-10-24 14:10:18 +08:00
xieqiyu 8b3cc2c6de * [bug#66238] Modify the unit test file of programplanTao::buildGanttData4ipd. 2025-10-21 00:38:35 +00:00
xieqiyu d6f085e7e8 * [bug#66238] Get point list in Gantt. 2025-10-20 09:07:04 +00:00
sunhao 19873eb98f * [bug #66257] fix batch form has custom level feild with form helper not work as expected. 2025-10-20 15:53:56 +08:00
xieqiyu 66e88b99ed * [bug#66226] Add the tip for IPD when insert gantt to doc. 2025-10-20 03:11:28 +00:00
wangyuting b31eb909d2 * Optimize buildplansforcreate unit test script. 2025-10-17 15:42:40 +08:00
wangyuting 66e1d16c07 * [bug#65637,done,1h,0h] Fix stage percent error. 2025-10-17 15:42:40 +08:00
xieqiyu b2af883c46 * [task#150827] Get stage order by order when create programplan. 2025-10-17 02:23:55 +00:00
xieqiyu cc66c17257 * [task#150564] Modify the unit test file of programplanModel::getPointEndDate. 2025-10-16 09:40:33 +00:00
xieqiyu 6277947ade * [task#150564] Compute point date by point type. 2025-10-16 09:32:37 +00:00
xieqiyu 437c883f65 * [task#150564] Get reviewed points by pointID. 2025-10-16 09:13:21 +00:00
xieqiyu a4994eb551 * [task#150564] Remove defaultPoint when update project table. 2025-10-16 07:00:42 +00:00
xieqiyu 00fe3241c7 * [task#150564] Set point when project has stage. 2025-10-16 06:56:39 +00:00
xieqiyu 8f6c49b845 * [task#150564] Add default point when create stage for IPD. 2025-10-16 05:29:04 +00:00
xieqiyu 0ec6fbe98d * [task#150564] Set stage point when create programplan. 2025-10-16 02:11:26 +00:00
sunguangming 7ac9c49aa3 Merge branch 'release/21.7.6' into feature/workflowgroup 2025-10-14 04:13:23 +00:00
xieqiyu a166527c2e * [task#150565] Add the unit test file of prograpmplanZen::buildCreateView. 2025-10-11 07:03:48 +00:00
xieqiyu eec7d65175 * [task#150565] Change the stage list. 2025-10-11 02:01:03 +00:00
liugangandClaude d772909011 * [misc] Fix unit tests for programplanModel::getByList() method
🤖 Generated with [Claude Code](https://claude.ai/code)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 16:41:44 +08:00
liugang db2474adcb * [misc] Enhance unit tests with Claude Code. 2025-09-25 09:21:52 +08:00
liugangandClaude b4498a1f44 * [misc] Enhance unit tests for programplanTao::getStageList() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-25 09:16:46 +08:00
liugangandClaude acae67fa38 * [misc] Enhance unit tests for programplanTao::getStageCount() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-25 09:16:46 +08:00
liugangandClaude 793c4b75fb * [misc] Enhance unit tests for programplanTao::getReviewDeadline() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-25 09:16:46 +08:00
liugangandClaude ccc7658b21 * [misc] Enhance unit tests for programplanTao::getParentStages() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-25 09:16:46 +08:00
liugangandClaude 2f7b325726 * [misc] Enhance unit tests for programplanTao::getNewParentAndAction() method
- 增加getNewParentAndActionTest测试方法到programplan.unittest.class.php
- 重写getnewparentandaction.php测试脚本,增加10个测试步骤
- 测试覆盖wait、closed、suspended、doing四种状态的处理逻辑
- 测试不同父阶段状态组合下的状态转换和动作返回
- 测试多状态组合场景(suspended+closed)
- 确保所有测试步骤通过,提升测试覆盖率和代码质量

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-25 09:16:45 +08:00
liugangandClaude dc6cb89f82 * [misc] Enhance unit tests for programplanTao::buildPointDataForGantt() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-25 09:16:45 +08:00
liugangandClaude 16d452fa81 * [misc] Enhance unit tests for programplanModel::updateSubStageAttr() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-25 09:16:28 +08:00
liugangandClaude 7fa281aede * [misc] Enhance unit tests for programplanModel::setTreePath() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-25 09:16:28 +08:00
liugangandClaude cfb53721bb * [misc] Enhance unit tests for programplanModel::isTopStage() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-25 09:16:28 +08:00
liugangandClaude 8db264192b * [misc] Enhance unit tests for programplanModel::isClickable() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-25 09:16:28 +08:00
liugangandClaude 2d4e47c560 * [misc] Enhance unit tests for programplanModel::getSiblings() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-25 09:16:28 +08:00
liugangandClaude 7d11a52168 * [misc] Enhance unit tests for programplanModel::getSelfAndChildrenList() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-25 09:16:28 +08:00
liugangandClaude 99baf36250 * [misc] Enhance unit tests for programplanModel::getPairs() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-25 09:16:28 +08:00
liugangandClaude 9babd4cd06 * [misc] Enhance unit tests for programplanModel::checkLeafStage() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-25 09:16:27 +08:00
tianshujie b45102809c * [refac] remove unused code. 2025-09-18 15:47:27 +08:00
liugangandClaude 17ad8f687e + [misc] Add unit tests for programplanZen::sortPlans() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-18 13:11:44 +08:00
liugangandClaude 4e90b8040f + [misc] Add unit tests for programplanZen::buildBrowseView() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-18 13:11:44 +08:00
liugangandClaude aa34e11d6b + [misc] Add unit tests for programplanZen::buildStages() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-18 13:11:44 +08:00
liugangandClaude 9bb3bc39b3 + [misc] Add unit tests for programplanZen::computeFieldsCreateView() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-18 13:11:44 +08:00
liugangandClaude 550c5df27d + [misc] Add unit tests for programplanZen::buildAjaxCustomView() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-18 13:11:44 +08:00
liugangandClaude 0c46ce1e7f + [misc] Add buildEditViewTest method to programplan unittest class
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-18 13:11:44 +08:00
liugangandClaude 2cb0428286 + [misc] Add unit tests for programplanZen::buildEditView() method
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-18 13:11:44 +08:00