Commit Graph
623 Commits
Author SHA1 Message Date
liugang be64430093 * testcaseModel: fix bug of display the cases with scenes as individual ones. 2023-08-15 10:10:23 +08:00
liugang 364254e56b * tescaseModel: sort scenes in ascending order. 2023-08-15 09:55:45 +08:00
liugang 0a941e6a3b * testcaseModel: add the data-object-id attribute. 2023-08-15 09:55:16 +08:00
liugang dfa1720c23 * testcaseModel: refactor the filterIdList method. 2023-08-14 15:24:45 +08:00
liugang c338545a65 * testcaseModel: fix sql error. 2023-08-14 15:12:51 +08:00
liugang c60ac46fbe * testcaseModel: refactor the method to batch change scene of cases. 2023-08-14 15:09:49 +08:00
liugang 35057ad37c * testcase: refactor the methods to batch change type of cases. 2023-08-14 15:08:36 +08:00
liugang 3d592ec092 * testcase: refactor methods to batch change module of cases. 2023-08-14 15:07:52 +08:00
liugang 4e17ebfd23 * testcase: refactor methods to batch change branch of cases. 2023-08-14 15:07:03 +08:00
liugang 5aa060fc0d * testcaseModel: add method to batchDelete cases. 2023-08-14 15:05:45 +08:00
liugang 99b1c24494 * testcaseModel: add method to filter the posted case id list. 2023-08-14 15:02:52 +08:00
liugang 7a30762ec9 * testcase: refactor methods to batch review cases. 2023-08-14 15:02:19 +08:00
liugang a2a23a41dd * testcaseModel: refactor the getByList method. 2023-08-14 15:01:24 +08:00
liugang 92166c5d60 * testcaseModel: remove the prefix to prevent duplicate prefixes. 2023-08-14 13:50:31 +08:00
liugang 26d0ab13d3 * testcaseModel: add a prefix so that when the data is sent to the background, it can distinguish which object it is. 2023-08-14 13:49:30 +08:00
liugang af53efede6 * testcaseModel: prefix caseID to avoid duplication with sceneID. 2023-08-14 13:46:53 +08:00
liugang fab5f303cb * testcaseModel: call the printRow method recursively. 2023-08-14 13:34:52 +08:00
liugang 2bc5e7483f * testcase: move the printRow method to model.php. 2023-08-14 13:29:15 +08:00
liugang 6a2f8b8990 * Remove the CHANGEVALUE constant variable. 2023-08-14 11:11:41 +08:00
liugang 7c71c12522 * testcase: refactor the batchChangeModule method. 2023-08-14 11:06:49 +08:00
liugang 0f854fdac4 * testcaseModel: search case from TABLE_CASE. 2023-08-14 10:25:19 +08:00
liugang c6b3759182 - testcaseModel: remove unused methods. 2023-08-14 10:06:10 +08:00
liugang 5209821db1 - testcaseModel: remove unused method. 2023-08-14 09:59:34 +08:00
liugang 4bd957e593 * testcaseModel: refactor the getScenesName method. 2023-08-14 09:43:27 +08:00
liugang 8dbdac5f0f * testcaseModel: create a object out of loop. 2023-08-14 08:47:23 +08:00
liugang 8844379f91 * testcaseModel: remove spaces. 2023-08-14 08:46:41 +08:00
liugang 3057cd49fb * testcase: refactor the batchChangeScene method, only cases can batch change scene. 2023-08-11 16:49:52 +08:00
liugang 9d8c138167 * testcase: change sceneId to sceneID. 2023-08-11 16:09:04 +08:00
liugang 7a69c31983 * testcaseModel: add prefix before caseID. 2023-08-11 16:04:06 +08:00
liugang 969529d947 + testcaseModel: fix bug calling undefined needconfirm variable on the testcase object. 2023-08-11 08:57:37 +08:00
liugang bd17e1648b * testcaseModel: refactor the printCell method. 2023-08-10 16:29:07 +08:00
liugang 5ac3ab72e6 + testcaseModel: add method to get scene list include sub scenes and cases. 2023-08-10 16:28:37 +08:00
liugang a050ec31c3 * testcaseModel: get scene from TABLE_SCENE instead of from VIEW_SCENECASE. 2023-08-09 10:14:53 +08:00
liugang e3bb2c1f64 * testcaseModel: refactor the updateScene method. 2023-08-08 15:58:17 +08:00
liugang 07579a8184 * testcase: refactor the createScene method. 2023-08-08 14:41:59 +08:00
liugang 015242707f + testcase: add method to get a scene by id. 2023-08-08 14:41:35 +08:00
tanghucheng c733bade83 * Fix task #99272, bug #36961. 2023-08-02 08:56:24 +08:00
孔令茂 26dd5c0f9f * Change duplicate bugs loading method into more link. 2023-06-13 09:37:15 +08:00
zhaoke 89c417cbc6 * Fix bug #35106, browse testcase list order by id desc. 2023-05-17 14:48:59 +08:00
Lufei 5a22149222 * Format code. 2023-05-16 17:28:34 +08:00
chaideqing fb95bfef17 * Fix bug #35136, search linked story is empty in testsuit. 2023-05-16 14:32:40 +08:00
Lufei 7466c2dbd7 * Fix testcase getList param error. 2023-05-16 10:55:32 +08:00
zhaoke e486908d52 * Fix bug #34886. 2023-04-27 13:58:26 +08:00
zhaoke 9a49be8ae4 * Fix bug #34874. 2023-04-27 09:29:23 +08:00
caoyanyi 8b02177ec7 * Fix bug $34646. 2023-04-26 00:55:11 +08:00
caoyanyi 4b3a970011 * Fix bug #34629. 2023-04-26 00:51:38 +08:00
赵珂 1c5516d4bf Merge pull request 'zenops_69' (#10) from zenops_69 into 18.4
Reviewed-on: https://git.zcorp.cc/easycorp/zentaopms/pulls/10
2023-04-24 16:00:20 +08:00
zhaoke ace0416ea3 * Adjust testcase for php5.3. 2023-04-24 15:53:11 +08:00
朱金勇 dbb06251e2 * Fix bug#34330. 2023-04-19 01:10:13 +00:00
朱金勇 68559a8cb8 * Fix bug#34248. 2023-04-17 05:49:33 +00:00