liugang
|
269b423235
|
* testcaseModel: filter the cases of scenes with project in session, case type, modules and showAutoCase.
|
2023-08-16 17:24:54 +08:00 |
|
liugang
|
7faf8629d6
|
* testcaseModel: enclose values in sql with quotes, fix bug #37361.
|
2023-08-16 16:40:08 +08:00 |
|
liugang
|
fda3665600
|
* testcaseModel: query all scenes if the branch is all, fix bug #37363.
|
2023-08-16 16:33:16 +08:00 |
|
liugang
|
71584051cf
|
* testcaseModel: set teh recTotal property of $pager to 0 if there is no scene, fix bug #37345.
|
2023-08-16 16:28:04 +08:00 |
|
tanghucheng
|
53b93523ba
|
* Fix bug #37344.
|
2023-08-16 15:16:24 +08:00 |
|
liugang
|
4430e0c3c2
|
* testcase: remove object-id attribute.
|
2023-08-16 11:07:08 +08:00 |
|
liugang
|
3ad36c8a4f
|
* testcase: change isCase to isScene.
|
2023-08-16 11:05:39 +08:00 |
|
tanghucheng
|
70f3e811a4
|
* Fix bug #37246.
|
2023-08-16 08:52:54 +08:00 |
|
liugang
|
a643d43826
|
+ testcaseModel: save sql after query the cases which has scene.
|
2023-08-15 17:00:03 +08:00 |
|
liugang
|
093bd6389b
|
- testcaseModel: remove unused method.
|
2023-08-15 16:51:00 +08:00 |
|
liugang
|
2b7be14c72
|
* testcaseModel: refactor the batchChangeSceneModule method.
|
2023-08-15 16:39:19 +08:00 |
|
liugang
|
80d0d16175
|
* testcaseModel: fix error of batch scene of cases.
|
2023-08-15 16:38:02 +08:00 |
|
liugang
|
f744092503
|
* testcaseModel: fix error of batch change type of cases.
|
2023-08-15 16:37:45 +08:00 |
|
liugang
|
5ae8c30831
|
* testcaseModel: fix error of batch change module of cases.
|
2023-08-15 16:37:08 +08:00 |
|
liugang
|
4d22c801b3
|
* testcaseModel: fix error of batch change branch of cases.
|
2023-08-15 16:36:43 +08:00 |
|
liugang
|
f30c938663
|
* testcaseModel: it's necessary to call the filterIdList method of testcaseModel.
|
2023-08-15 16:35:42 +08:00 |
|
liugang
|
ff81a854d9
|
* testcaseModel: fix error of batch review cases.
|
2023-08-15 16:34:42 +08:00 |
|
liugang
|
320e86bad4
|
* testcaseModel: filter the deleted scenes.
|
2023-08-15 16:27:14 +08:00 |
|
liugang
|
c7ddbfabeb
|
* testcaseModel: separate the case id and scene id with different checkboxes.
|
2023-08-15 16:26:33 +08:00 |
|
liugang
|
2d07f7dad2
|
* testcaseModel: fix that can't import cases into case lib.
|
2023-08-15 10:16:15 +08:00 |
|
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 |
|