Commit Graph
64711 Commits
Author SHA1 Message Date
dingguodong 1d67eabaff * Use a fallback link to locate in case session has no related data. 2023-09-13 14:20:46 +08:00
zhouxin a7972989f7 * Fix issue of metric-edit. 2023-09-13 14:20:11 +08:00
tianshujie b120f3ac22 + Add getGroupByProduct method and case. 2023-09-13 14:19:48 +08:00
zhouxin 53ade2b8b7 * Fix bug #38559. 2023-09-13 14:13:26 +08:00
liugang bcda912800 * testtaskModel: refactor the getPairs method. 2023-09-13 14:11:46 +08:00
liugang cc16cf3282 * Refactor the ajaxGetTestTasks method of testtask module. 2023-09-13 14:04:29 +08:00
dingguodong d52a0e05a2 * Fix failed test case. 2023-09-13 14:03:57 +08:00
dingguodong 1960e4d5fb * Display execution name as default. 2023-09-13 14:03:57 +08:00
zhouxin ba39ddd0e2 * Fix bug #38569. 2023-09-13 14:01:24 +08:00
liumengyi 2c9d7d6477 * Refactor testcaseModel::buildMenuQuery, and add its unit test. 2023-09-13 13:59:56 +08:00
liugang cdffe69a68 * testtask: refactor the ajaxGetTestReports method. 2023-09-13 13:55:07 +08:00
liugang b56ee9ca03 * testtask: refactor the ajaxGetDropMenu method. 2023-09-13 13:46:18 +08:00
songchenxuan b694746a31 * Add details page. 2023-09-13 12:13:07 +08:00
caoyanyi bcae0bf133 * Move updateChildUserView method to model.php. 2023-09-13 13:38:54 +08:00
daitingting 7a77a41d19 * Move auto param. 2023-09-13 05:27:22 +00:00
tianshujie e16bb77366 + Add getProductPlans method and case. 2023-09-13 13:26:23 +08:00
liugang d54613d875 * testtask: refactor the ajaxGetResult method. 2023-09-13 13:24:28 +08:00
zhouxin 4eb7d7b53d * Fix error of "use a scalar value as an array" in metric. 2023-09-13 13:23:44 +08:00
caoyanyi f04027d1ec * Fix error for variable not defined. 2023-09-13 13:08:14 +08:00
daitingting a53d7e9e96 * Refactor the getByAssignedTo function. 2023-09-13 03:30:20 +00:00
dingguodong 1edca55fcd * Fix failed test case. 2023-09-13 11:29:53 +08:00
liugang fea8270fb8 * testtask: add comment in chinese. 2023-09-13 11:06:22 +08:00
liugang 3335a4a1ce + testtask: add script to test the batchAssign method. 2023-09-13 10:59:45 +08:00
liugang bc30fd1e6c * testtask: refactor script to test the batchunlinkCases method. 2023-09-13 10:59:20 +08:00
songchenxuan f2b1f9ed3d * Hidden useless icon. 2023-09-13 10:48:10 +08:00
liugang 16eba1966b * testtask: refactor the batchAssign method. 2023-09-13 10:38:40 +08:00
liugang c8825383bc + testtaskModel: add method to batch assign cases in a testtask. 2023-09-13 10:38:15 +08:00
liugang 8dacfa7606 * testtaskModel: return false if the $taskID parameter is empty. 2023-09-13 10:37:51 +08:00
dingguodong b5b43d502a * Move post data from model to control. 2023-09-13 10:35:30 +08:00
caoyanyi 7e5e3e1fec * Adjust param type for program getByID. 2023-09-13 10:34:53 +08:00
zhouxin 97a2e4a3f1 * Fix method of upgrade measurement. 2023-09-13 10:33:55 +08:00
liumengyi 7d4e9650cb * Refactor testcaseModel::syncCase2Project, and modify its unit test. 2023-09-13 10:23:46 +08:00
liugang 9fb9e6f226 * testtask: pass the $caseIdList parameter when calling the batchUnlinkCases method. 2023-09-13 10:20:36 +08:00
caoyanyi c900f31f7c * Rename saveState to checkAccess. 2023-09-13 10:20:19 +08:00
liugang 406f8d29a6 + testtask: add script to test the batchUnlinkCases method. 2023-09-13 10:17:43 +08:00
dingguodong 0cd0aee7e2 * Move post data from model to control. 2023-09-13 10:16:35 +08:00
daitingting abef23f865 * Refactor getByOpenedBy function. 2023-09-13 02:12:27 +00:00
songchenxuan e3a020ac4c * Finish task #102577. 2023-09-13 10:07:21 +08:00
liugang b9d0029e09 * testtaskModel: refactor the batchUnlinkCases method. 2023-09-13 10:04:25 +08:00
zhouxin 261426829b * Fix error of metric-edit. 2023-09-13 10:03:38 +08:00
caoyanyi 5c2e1d190c * Remove program setMenu method and handle calls. 2023-09-13 10:01:50 +08:00
caoyanyi d260495630 - Remove unused file. 2023-09-13 10:01:50 +08:00
caoyanyi 221686df96 * Fix control is null error. 2023-09-13 10:01:50 +08:00
dingguodong 84c3a3f914 * Move post data from model to control. 2023-09-13 09:58:15 +08:00
liugang 50ddd7313f * testtask: refactor the batchUnlinkCases method. 2023-09-13 09:52:35 +08:00
liugang 0a168775d1 + testtaskModel: add a method to batch remove cases from a testtask. 2023-09-13 09:52:10 +08:00
daitingting 0f09511c19 * Refactor getByStatus function. 2023-09-13 01:38:56 +00:00
liugang ef12fe5868 * testtask: refactor the batchUnlink method. 2023-09-13 09:34:34 +08:00
songchenxuan 354579abbf * Finish collect button and js. 2023-09-13 09:24:36 +08:00
liumengyi ff35f2f167 * Rename summary result of testcaseTest::summaryTest. 2023-09-13 09:11:52 +08:00