Commit Graph
6353 Commits
Author SHA1 Message Date
tianshujie 1426946f1e * [unittest] add unittest for buildTasksForImportBug method. 2025-08-26 13:41:30 +08:00
tianshujie 43a05c1450 * [unittest] add test file for zen. 2025-08-26 13:41:30 +08:00
tianshujie 90379966df * [bug#64968,doing,0.2h] format hours for import bug and adjust number judge. 2025-08-26 13:41:30 +08:00
liugang 962172f565 * [misc] Fix unittest error of the executionModel::buildTaskSearchForm method. 2025-08-22 14:21:49 +08:00
liugang ffe346b387 * [refac] Remove unused parameter productID. 2025-08-22 14:21:49 +08:00
liugang d4cc2d6087 - [refac] Remove unused code. 2025-08-22 14:21:49 +08:00
liyang df891b97b4 + [task#148285] add products box id. 2025-08-21 17:42:29 +08:00
刘刚 90dd572c70 Merge branch feature/search of zentao/zentaopms (#10994) 2025-08-18 16:44:57 +08:00
liugang ea4f98c66f * [perf] Refactor search parameter caching: rename cacheSearchParams to cacheSearchFunc
- Rename method cacheSearchParams() to cacheSearchFunc() in framework/model.class.php
- Update parameter name from cacheSearchParams to cacheSearchFunc across execution and my modules
- Update corresponding test files and documentation comments
- Improve naming clarity to reflect that we're caching the function/method rather than just parameters
2025-08-18 16:24:23 +08:00
liugang 0f3567d9a4 + [misc] Add unittest steps of the executionModel::buildTaskSearchForm method. 2025-08-18 15:58:02 +08:00
liugang d65a3498ee + [misc] Add unittest steps of the executionModel::buildTaskSearchForm method. 2025-08-18 15:57:13 +08:00
liugang 95a107bc73 * [misc] Modify unittest script of the executionModel::buildTaskSearchForm method. 2025-08-18 15:55:43 +08:00
liugang 76bdb907e4 * [misc] Fix error parameter. 2025-08-18 15:54:01 +08:00
xieqiyu 4ef3cdf51f * [bug#64584] Add the comment for unit test file. 2025-08-18 03:48:38 +00:00
xieqiyu 42aa63fdc0 * [bug#64584] Add the execution PM to parent execution team. 2025-08-18 03:45:58 +00:00
liugang 9197a66de1 * [perf] If the search function has been cached return the search configuration items. 2025-08-18 11:18:44 +08:00
liugang 1658fae2ff * [misc] Fix unittest error of the executionModel::buildTaskSearchForm method. 2025-08-18 09:44:19 +08:00
liugang ab4ecfb7af * [perf] refactor: enhance task search form building functionality
- Add productID parameter to buildTaskSearchForm method to support better filtering
- Introduce module parameter to handle different search contexts (task, programplanTask, projectTask)
- Refactor search configuration to be more modular and context-aware
- Remove hardcoded search module configurations and pass them as parameters
- Simplify search form initialization across execution, programplan, and project modules
- Improve code reusability by centralizing search configuration logic
- Add conditional field filtering based on execution type and search context
2025-08-18 09:09:10 +08:00
liugang a2227c2e0d * [perf] Rename the processParams parameter to cacheSearchParams. 2025-08-18 09:09:10 +08:00
liugang eb56003159 * [perf] Replace the magic constants __CLASS__ and __FUNCTION__ with the magic constant __METHOD__ to simplify the code. 2025-08-18 09:09:09 +08:00
liugang 2a06c19ab3 * [perf] Implement lazy search parameter processing in executionModel::buildTaskSearchForm(). 2025-08-18 09:09:09 +08:00
tianshujie 17337424d0 * [unittest] fix computeCFD error. 2025-08-12 09:00:13 +08:00
yulujie 6245b484b9 *[task#147476,doing,2h,1h] Add uitest. 2025-08-06 11:24:50 +08:00
yulujie dd8681d2ac *[task#147476,doing,2h,1.5h] Add function. 2025-08-05 16:08:01 +08:00
yulujie ef759d9fe0 *[task#147476,doing,1h,2.5h] Add data and case. 2025-08-05 16:08:01 +08:00
yulujie f66018b541 *[task#147476,doing,0.5h,4.5h] Add xpath. 2025-08-05 16:08:01 +08:00
xieqiyu bac1a0e360 * [bug#64492] Sync stories when edit execution change project. 2025-08-05 02:16:37 +00:00
yulujie b3d929a091 *[uitest] Modify xpath. 2025-08-05 09:15:09 +08:00
wangyuting c6fbf913c5 * [#bug64485,done,0.5h,0h] Fix delayed lang error. 2025-08-04 15:53:27 +08:00
wangyuting 57c6d2aaf2 * [bug#64478,done,1h,0h] Fix move task to closed link error. 2025-08-04 11:01:15 +08:00
刘刚 c81bb6f450 Merge branch dev/bug-64357 of zentao/zentaopms (#10720) 2025-08-01 10:21:55 +08:00
wangyuting f26fbe2e67 * [bug#64357,done,3h,0h] Finish sort execution story. 2025-07-31 16:41:23 +08:00
刘刚 cf34e0974e Merge branch dev/bug-64414 of zentao/zentaopms (#10688) 2025-07-31 09:22:15 +08:00
xieqiyu 5cecfcabdf * [bug#64414] Load model of project in execution. 2025-07-30 17:00:04 +08:00
tianshujie 40b71ffa8c * [bug#64409,done,0.3h] filter closed stories. 2025-07-30 16:45:39 +08:00
wangyuting 3abcf9837e * [bug#64357,doing,0.5h,1h] Add sortable. 2025-07-30 13:06:53 +08:00
wangyuting 4a071abf6d * Fix batch edit story priv error. 2025-07-24 17:08:38 +08:00
刘刚 555bad228e Merge branch dev/bug-64289 of zentao/zentaopms (#10545) 2025-07-23 15:51:05 +08:00
xieqiyu f7bac96e4b * [bug#64289] Update parent stage team when add user to children stage. 2025-07-23 07:02:33 +00:00
tianshujie 79a577a745 * [unittest] fix accessdenied error. 2025-07-23 14:36:24 +08:00
wangyuting fe081f6703 * [task#145888,done,0.5h,0h] Finish move card. 2025-07-23 10:51:15 +08:00
qixinzhi 49d415dee6 Merge branch 'release/21.7.4' into feature/task-report 2025-07-22 02:20:48 +00:00
yulujie d7e007f8ec *[task#146820,doing,1h,2h] Modify waittime. 2025-07-18 17:00:17 +08:00
yulujie 2e3ff3d78e *[uitest] Add waittime. 2025-07-16 16:47:10 +08:00
yulujie e6a8368a25 *[uitest] Add details. 2025-07-16 16:38:03 +08:00
yulujie b47597295c *[uitest] Add details. 2025-07-16 16:36:50 +08:00
yulujie 9ea860dff4 *[uitest] Add details. 2025-07-16 16:33:19 +08:00
yulujie 07a941348f *[uitest] Add details. 2025-07-16 16:32:08 +08:00
yulujie 80fba83ceb *[uitest] Add details. 2025-07-16 16:30:04 +08:00
yulujie 68afab07b3 *[uitest] Add details. 2025-07-16 16:30:04 +08:00