Commit Graph
57684 Commits
Author SHA1 Message Date
chentao 16d64ff171 * product: Pre-load tree and story model. 2023-05-17 17:25:02 +08:00
liumengyi bc63a513b6 * Refactor ui and js of bug-resolve. 2023-05-17 16:56:57 +08:00
liumengyi 110a7dd8de * Modify return value of bugModel-resolve, bugModel-assign. 2023-05-17 16:56:04 +08:00
wangyidong dcc45ab526 * Fix extend newPage for editor module. 2023-05-17 16:50:53 +08:00
chentao f4da95c22b * product: Display caase coverage on the product list page. 2023-05-17 14:34:49 +08:00
chentao 8aebeec4f7 * product: Add getCaseCoveragePairs function to get case coverage of
each product in the product ID list.
2023-05-17 14:34:49 +08:00
chentao c58b390732 * story: Add getStoriesByProductIdList function. 2023-05-17 14:34:49 +08:00
caoyanyi 057085d444 + Add test task config. 2023-05-17 14:24:29 +08:00
sunhao a1f4c2cbe6 * fix dtable config. 2023-05-17 14:05:59 +08:00
wangyidong 5784e7134a * Remove view->position vars. 2023-05-17 13:30:41 +08:00
wangyidong 4f970b4c18 * Remove appendFlowFields function. 2023-05-17 13:28:51 +08:00
刘刚 f3fc4bb9a4 revert 5455d817d5
revert * form: renamed the $config parameter to $fieldConfig to distinguish it from the global $config variable.
2023-05-17 13:27:43 +08:00
sunhao 62aafa3b34 * zin: fix featureBar not show more menu as expected. 2023-05-17 11:46:58 +08:00
wangyidong 641723e531 * Fix for unchanged var. 2023-05-17 11:30:35 +08:00
wangyidong cfd6f5cc40 * Remove convert int for lastInsertID function. 2023-05-17 11:25:24 +08:00
wangyidong 006e4b190b * Put action from zen to model. 2023-05-17 11:25:24 +08:00
wangyidong 515f410eaf * Add return before send function. 2023-05-17 11:25:24 +08:00
wangyidong 6c0d79ebb5 * Rename prepareXxxExtras to buildProductForXxx. 2023-05-17 11:25:24 +08:00
liugang bd4d2b9b94 * form: rename the $key and $value variables according to the specific meaning. 2023-05-17 11:25:08 +08:00
liugang 5455d817d5 * form: renamed the $config parameter to $fieldConfig to distinguish it from the global $config variable. 2023-05-17 11:23:33 +08:00
wangyuting b58fc72cb8 * Optimized create bug page styles. 2023-05-17 11:20:55 +08:00
liumengyi 6903160d01 * Fix error of bugModel-resolve, and modify its unit test. 2023-05-17 11:20:01 +08:00
wangyuting acf81c9f34 + Complete the basic content of creating a bug page. 2023-05-17 11:10:27 +08:00
wangyuting 33d3d7c367 * Compatibility of handling variable types. 2023-05-17 11:09:46 +08:00
caoyanyi 2256e592c1 * Adjust the problem of sonar detection. 2023-05-17 11:06:35 +08:00
caoyanyi fbfd7ba982 * Adjust the problem of sonar detection. 2023-05-17 11:06:35 +08:00
tianshujie b355e93d40 * Change alert to window.alert. 2023-05-17 11:04:31 +08:00
tianshujie a3119fed06 * Modify the task module's method name and delete useless code. 2023-05-17 11:04:16 +08:00
liumengyi 117c3ff396 - Remove unit test result comments of bugModel-createBuild. 2023-05-17 10:33:16 +08:00
tianshujie c23553c979 * Refactor batchcreate task page. 2023-05-17 10:18:03 +08:00
tianshujie 1e813338c4 * Optimize the method for start task. 2023-05-17 10:18:03 +08:00
liyang 3fa86634be * Remove ztest script filter. 2023-05-17 10:15:31 +08:00
daitingting 607422271c * Check if action is clickable. 2023-05-17 02:09:09 +00:00
liumengyi ba668929e5 * Fix bug of bug-assign, and modify its unit test. 2023-05-17 09:48:57 +08:00
daitingting d574931924 * Add setOperateActions function for actionsMap. 2023-05-17 01:44:34 +00:00
wangyidong 7f1e8726ac * Refactor project function. 2023-05-17 09:31:51 +08:00
wangyidong 2d0924d60c * Add comment for why not use zget. 2023-05-17 09:31:51 +08:00
wangyidong 43d5ea640a * Adjust param type. 2023-05-17 09:31:51 +08:00
wangyidong 0b57afdbf4 * Optimize loadModel. 2023-05-17 09:31:51 +08:00
liyang a5b6d9f9c9 * Adjust batch init database rule. 2023-05-17 09:27:33 +08:00
liumengyi 5e02ba5df3 * Add bugModel-createBuild and its unit test, and add comment. 2023-05-17 09:23:48 +08:00
Lufei f5119224a3 * Fix type conversion error when call form->get. 2023-05-16 18:05:49 +08:00
Lufei fb0df1fa25 - Remove outputProfiling. 2023-05-16 17:26:36 +08:00
chentao f71871a6cc * product: refactor browse function. 2023-05-16 17:16:15 +08:00
chentao c708416c5a * product: Fix typo of comment. 2023-05-16 17:16:15 +08:00
chentao 813f0013da * product: Change parameter type of browse function. 2023-05-16 17:16:15 +08:00
caoyanyi e0c5de6abe * Replace date acquisition method. 2023-05-16 17:14:12 +08:00
caoyanyi 229e6f64fd * Replace date acquisition method. 2023-05-16 17:12:22 +08:00
tianshujie 80edbd838a * Optimize the method names and logic for create task. 2023-05-16 17:10:24 +08:00
caoyanyi 05a913e1c6 * Add url param for module menu component. 2023-05-16 17:03:30 +08:00