Commit Graph
586 Commits
Author SHA1 Message Date
hufangzhou ec4df74441 * Finish task #93811. 2023-10-26 10:05:26 +08:00
songchenxuan cb298f8f82 * Fix testtask view page bug. 2023-10-23 17:04:57 +08:00
songchenxuan 752fb340ae * Fix testtask groupCase bug. 2023-10-23 15:52:40 +08:00
songchenxuan 0d7a9e236f * Fix create testtask bug. 2023-10-23 11:27:55 +08:00
liugang 692f4bfc28 * testtask: remove the $taskID parameter of the getLinkableCases method. 2023-10-12 15:21:22 +08:00
liugang 39bde584a9 * testtask: refactor the linkCase method. 2023-10-08 08:38:57 +08:00
liugang d4bebf1fe9 * testtask: refactor the batchRun method. 2023-10-07 16:26:09 +08:00
tianshujie be396507c7 * Compatible with argument type for calling the getBuildPairs method. 2023-09-27 11:03:36 +08:00
liugang e39e835d40 * testtask: move the default options of chart from lang to config. 2023-09-26 09:51:15 +08:00
liugang ee57147d09 - testtask: remove unused mergeChartOption method. 2023-09-26 09:48:14 +08:00
liugang f699e63de8 * testtask: modify comment of the ajaxGetUserTestTasks method. 2023-09-25 13:46:30 +08:00
liugang 75c78110e5 * testtask: add comment. 2023-09-25 13:36:24 +08:00
liugang 4270246347 * testtask: refactor the report method. 2023-09-25 13:28:09 +08:00
liugang 5c425afc3a * testtask: rename the groupRunsBySuite method to getRunsForUnitCases. 2023-09-25 10:19:16 +08:00
liugang cca08c5c0b * testtask: rename the processRowspanOfCases method to processRowspanForGroupCase and refactor it. 2023-09-25 09:55:41 +08:00
liugang 795c8c0a9e * testtask: refactor the unitCases method. 2023-09-25 09:55:08 +08:00
liugang 3c0c266a7f * testtask: replace 'test task' with 'testtask'. 2023-09-25 09:22:29 +08:00
liugang 5c45815379 * testtask: refactor the view method. 2023-09-25 09:18:57 +08:00
liugang 5919688d67 * testtask: refactor the create method. 2023-09-22 17:25:53 +08:00
liugang e716f2fa86 + testtask: add comment. 2023-09-22 16:35:25 +08:00
liugang abb7cb4d6d * testtask: refactor the browseUnits method and page. 2023-09-22 16:28:11 +08:00
liugang f51375fe03 * testtask: refactor the browse method. 2023-09-22 10:26:05 +08:00
liugang 0fb8f23269 * testtask: refactor the importUnitResult method. 2023-09-21 14:08:28 +08:00
liugang 6b64c7cc5d * testtask: remove declaration of unused variable. 2023-09-21 13:52:07 +08:00
liugang e85006060d * testtask: remove unused paramter. 2023-09-21 13:51:21 +08:00
caoyanyi dcf3895e31 * Change method params for product getExecutionPairsByProduct. 2023-09-20 16:28:19 +08:00
liugang 1df4002ff0 * testtask: refactor the runCase method. 2023-09-20 14:03:24 +08:00
liugang 661bd5d9da * testtask: refactor the batchRun method. 2023-09-19 15:59:21 +08:00
liugang f320d9c238 * testtask: refactor the groupCase method. 2023-09-19 13:22:27 +08:00
liugang c804520bba * testtask: adjust sort order. 2023-09-19 13:19:25 +08:00
liugang a6e12e72ef * testtask: adjust code order. 2023-09-19 13:18:19 +08:00
liugang 348b956c5b * testtask: refactor the linkCase method. 2023-09-18 15:57:42 +08:00
liugang fa0c57aac1 * testtask: modify code comment. 2023-09-18 15:54:34 +08:00
liugang 891ee8691b Revert "* testtask: modify code comment."
This reverts commit 082426ac13.
2023-09-18 15:53:53 +08:00
liugang 082426ac13 * testtask: modify code comment. 2023-09-18 15:49:32 +08:00
liugang 14a67c48df * testtask: check if user have permission to access the product to which the testtask belongs. 2023-09-18 15:49:09 +08:00
liugang dbc4b873d1 * testtask: assign moduleID to the cases page. 2023-09-18 15:22:31 +08:00
liugang 3f3b67240b * testtask: fix error of calling undefined properties of the testtask object. 2023-09-18 15:13:31 +08:00
caoyanyi de52e6af24 * Replace saveState to checkAccess. 2023-09-18 14:27:33 +08:00
liugang 0ff73a19c4 * testtask: refactor the cases method. 2023-09-18 14:03:22 +08:00
liugang 95e931af00 * testtask: remove unused code - the unit test only displayed in qa application now. 2023-09-18 09:59:19 +08:00
liugang ef6145bb6b * testtask: load product model before call its methods. 2023-09-15 13:17:32 +08:00
liugang 359bb5199e * testtask: load the product model before calling its method. 2023-09-15 13:10:25 +08:00
liugang 770fcae19b * testtask: remove unnecessary variables assigned to browse page. 2023-09-15 09:51:15 +08:00
liugang 4273fdc5b3 - testtask: remove unused code. 2023-09-15 09:38:19 +08:00
liugang 47b294bc00 - testtask: remove code that has been implemented in the qaModel::setMenu method. 2023-09-15 09:36:29 +08:00
liugang 97bf54eb61 * testtask: use the member variable products of the testtask class to replace the local variable products in each method. 2023-09-15 09:36:01 +08:00
liugang 09d3f6a82d * testtask: call the testtaskZen::setMenu method instead of call methods in different modules. 2023-09-15 08:48:40 +08:00
liugang 3c89a8e0ab * testtaskZen: remove unused parameters of the setMenu method. 2023-09-14 17:21:24 +08:00
liugang e1e232d26c * Remove unused parameters when calling the qa::setMenu method because the switcherMenu is implemented by the dropmenu widget now. 2023-09-14 17:00:40 +08:00