Commit Graph
58605 Commits
Author SHA1 Message Date
liumengyi 31a7ab035b * Replace bugModel-getProjects with productModel-getProjectPairsByProduct, and remove bugModel-getProjects. 2023-06-01 16:05:43 +08:00
liugang 83e9b9a95c * bugView: add a js object of bug. 2023-06-01 16:05:00 +08:00
tianshujie 4f7e27a6ad + Add the check module ID cannot be less than 0. 2023-06-01 16:04:25 +08:00
liumengyi 28d435a57c * Correct unit test of bugModel-getProjects. 2023-06-01 15:59:27 +08:00
liumengyi 1f780f3b7e * Correct unit test of bugModel-getBugQuery. 2023-06-01 15:57:24 +08:00
caoyanyi e0562976e6 * Add unit test for getToAndCcList method. 2023-06-01 15:56:41 +08:00
dingyongliang 923bb2bcf3 * zin: refactor history wg. 2023-06-01 15:43:30 +08:00
liumengyi 29f791890c - Remove unit test of bugModel-getByAssignedbyme. 2023-06-01 15:37:34 +08:00
liumengyi 1c9b558d68 * Correct unit test of bugModel-getStatistic. 2023-06-01 15:30:55 +08:00
liumengyi 88601a8e12 * Correct unit test of bugModel-getRelatedObjects. 2023-06-01 15:21:29 +08:00
dingyongliang 1fdb187446 * zin: refactor textarea wg. 2023-06-01 15:15:54 +08:00
chentao a046dd7639 * Implements submission of batch edit productions for product list page. 2023-06-01 14:54:05 +08:00
chentao 0487b17b29 * Remove explode operation on array data from batchEdit function of product control. 2023-06-01 14:54:05 +08:00
tianshujie f1c61a38e3 * Modify the case error of variables. 2023-06-01 14:34:04 +08:00
tianshujie 26ddec810a * Fix call variable error problem. 2023-06-01 14:34:04 +08:00
sunguangming b296d868af * Change default value for varchar field. 2023-06-01 14:33:23 +08:00
liumengyi 778f9bcc9a * Correct unit test of bugModel-createBuild. 2023-06-01 14:32:51 +08:00
sunguangming f044ad9de1 * Add getteammembersbyidlist unit test. 2023-06-01 14:27:29 +08:00
liumengyi eaa1a15fdd - Remove unit test of bugModel-setOperateActions. 2023-06-01 14:15:40 +08:00
liumengyi 66c8b45225 - Remove unit test of bugModel-processImageForBatchCreate. 2023-06-01 14:13:47 +08:00
liumengyi f63c831640 - Remove unit tests of bug-checkBugsForBatchUpdate. 2023-06-01 14:10:45 +08:00
liumengyi e119fa3445 - Remove unit test of bug-afterBatchEdit. 2023-06-01 14:08:42 +08:00
liumengyi f656fd9542 - Remove unit test of bug-afterBatchCreate. 2023-06-01 14:06:23 +08:00
liugang d535815b97 * bug: fix error of calling undefined method. 2023-06-01 13:55:46 +08:00
liumengyi 3ce83a9399 * Correct unit test of bug-activate. 2023-06-01 13:51:00 +08:00
liugang 1859121767 * bugView: rename control in view page. 2023-06-01 13:48:56 +08:00
liugang 12439dc0b7 * bugView: change the resolvedBuild control to multi-select. 2023-06-01 13:44:17 +08:00
liugang 7c0d21193e * bugView: sort code. 2023-06-01 13:43:36 +08:00
liugang 764259761e * zin: if the control's id is null set it according to its name. 2023-06-01 13:42:07 +08:00
caoyanyi a3163f0892 + Add test data for test case. 2023-06-01 13:39:31 +08:00
caoyanyi c4bd3541f2 * Revert method. 2023-06-01 13:39:31 +08:00
liumengyi 786d7b29f3 - Remove default value of lastEditedDate in zt_kanbanregion for unit test. 2023-06-01 13:35:43 +08:00
tianshujie 7b7af90d04 * Modified comment for addtaskeffort test case. 2023-06-01 13:31:37 +08:00
tianshujie 110f0ee5c1 * Refactor test case for addTaskEffort method. 2023-06-01 13:30:17 +08:00
dingguodong 1b261d8f99 * Change parameter $branch from int to string. 2023-06-01 13:13:19 +08:00
tianshujie a02a2ed290 * Modify the logic of the linear task check operate effort. 2023-06-01 11:36:15 +08:00
liumengyi 0db9b4b39c * Refactor the html file of testcase-view. 2023-06-01 11:24:24 +08:00
liumengyi 726c2d2497 * Replace fromBugTitle with fromBugData to the object of the from bug. 2023-06-01 11:23:02 +08:00
tianshujie 4f41edc511 * Refactor canOperateEffort method of task module. 2023-06-01 11:19:34 +08:00
caoyanyi 0f0dfd9409 * Adjust unit test case data. 2023-06-01 10:58:39 +08:00
caoyanyi d8aa1ce96f * Change method name. 2023-06-01 10:58:39 +08:00
caoyanyi 91ba73ffc6 * Add param type and return type. 2023-06-01 10:58:39 +08:00
sunguangming bf1d4cea71 * Modify comment. 2023-06-01 10:57:14 +08:00
liumengyi ce2d397cbc Convert toBugs of case to an array of objects. 2023-06-01 10:54:04 +08:00
tianshujie 945ab76bac + Add test case of appendLane method. 2023-06-01 10:45:43 +08:00
tianshujie b5332feff9 * Delete useless function of task zen.php 2023-06-01 10:45:43 +08:00
sunguangming 128e170330 * Add comment to processTask method. 2023-06-01 10:43:50 +08:00
dingguodong 71b026e670 * Resolve uncaught error. 2023-06-01 10:31:44 +08:00
wangyuting ecfc0e23d9 * Add testcase browse actions. 2023-06-01 10:25:34 +08:00
sunguangming ff561c124f * Add processTask unit test. 2023-06-01 10:18:25 +08:00