Commit Graph
952 Commits
Author SHA1 Message Date
liumengyi 094cea1dc2 * Refactor zanodeModel::setAutomationSetting, and add its unit test. 2023-12-26 14:48:07 +08:00
liumengyi 69ac93b5d1 * Fix parameter type error. 2023-12-25 09:30:05 +08:00
朱金勇 96c2c8a7f6 * Refactor tree model. 2023-12-23 15:40:13 +08:00
wangyuting 4ac1d311d9 * Adjust config->testcase->customField to config->testcase->list->customField. the bug #41845. 2023-12-22 09:26:46 +08:00
wangxuepeng ca8d24fe37 * Fix bug #41536. 2023-12-14 15:49:42 +08:00
wangyidong 7fddab02aa * Fix for export case. 2023-12-08 14:36:36 +08:00
caoyanyi 8e17266f28 * Update commit link info. 2023-12-06 13:42:44 +08:00
caoyanyi a33ad4ad71 * Update copyright year. 2023-12-05 13:32:52 +08:00
liumengyi 9174a3ab6b * Fix bug, add parameter type. 2023-12-02 14:55:20 +08:00
hufangzhou 03aa2f3faf * Merge 18.9 testcase module. 2023-11-30 10:45:20 +08:00
liumengyi 8451008e87 * Fix bug of branch session testcase, and optimize code. 2023-11-23 09:27:20 +08:00
liumengyi 11977519cd * Set branch in testcase::edit, and save branch to session in testcase::browse. 2023-11-23 09:15:20 +08:00
liumengyi bbb598f636 * Refactor testcaseModel::setMenu. 2023-11-23 09:07:12 +08:00
liumengyi 60a93a3d76 * Fix bug #40850, modify parameter type after strict type declaration. 2023-11-23 08:59:04 +08:00
tianshujie 2d2eb8c641 * Declare strict type. 2023-11-22 10:08:16 +08:00
tianshujie 934b4a0a52 * Change the way you determine if it is an ajax request. 2023-11-17 14:51:32 +08:00
tianshujie cb29fcf913 * Fix create a testcase navgation when the system don't have any product. 2023-11-17 11:01:41 +08:00
caoyanyi aa6682aaef + Add dir split. 2023-11-08 17:12:56 +08:00
tianshujie 0ea063425b * The judgment logic of pop-up window is changed to isInModal function. 2023-11-03 11:10:01 +08:00
liumengyi f7359ca95a * Show errors when importing cases from case lib. 2023-11-02 10:46:43 +08:00
liumengyi cbf4c7647a * Add dtable sort to testcase::zerocase. 2023-11-01 14:40:17 +08:00
liumengyi 463f0026d3 * Set executionID in testcase::edit. 2023-10-31 16:39:11 +08:00
wangxuepeng c94677b399 * Remove getCanImportCases and getCanImportedModules to testcase. 2023-10-30 16:50:22 +08:00
tianshujie 63d48a35c9 + Add 2.5 level menu for the project testcase list. 2023-10-24 16:35:53 +08:00
daitingting 5a00c6dc4c * Adjust import. 2023-10-23 09:32:46 +00:00
daitingting 724ae0373b * Format codes. 2023-10-18 05:13:19 +00:00
daitingting 14eef2dd26 * Add projectID param. 2023-10-18 01:11:30 +00:00
daitingting 80ca27022d * Adjust codes. 2023-10-16 09:04:11 +00:00
daitingting 26d535f8fd * Adjust name. 2023-10-13 08:27:57 +00:00
daitingting 890692b636 * Set moduleID as 0 when switch feature bar. 2023-10-13 08:26:05 +00:00
daitingting 28579dd316 * Adjust the high light of the navbar. 2023-10-09 08:17:16 +00:00
daitingting 784ff77f38 * Set caseID for processing the actions in view. 2023-10-09 01:46:40 +00:00
liugang 08844f5b3e * testcase: refactor the createBug method. 2023-10-08 09:44:19 +08:00
liugang 633cb81c1a - testcase: remove unused code. 2023-10-08 09:33:24 +08:00
liugang 88ac6559e6 * testcaseModel: move the $branch parameter before the $startScene parameter of the getSceneMenu method. 2023-09-21 17:30:25 +08:00
liumengyi 860fcababb * Optimize code for testcase::edit. 2023-09-20 11:09:28 +08:00
caoyanyi de52e6af24 * Replace saveState to checkAccess. 2023-09-18 14:27:33 +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
daitingting 463a134998 * Refactor the getXmindExport function. 2023-09-14 03:24:47 +00:00
daitingting 85f4f931b0 * Refactor the getXmindImport funciton. 2023-09-08 01:11:05 +00:00
daitingting 8917083e06 * Refactor the showXmindImport function. 2023-09-07 09:12:42 +00:00
daitingting ae24670f37 * Refactor the saveXmindImport function. 2023-09-07 06:09:34 +00:00
dingguodong bfad848bee * Rename ACTIONMODEL to actionModel. 2023-09-07 09:35:38 +08:00
dingguodong 559a6971d1 * Remove unnecessary parameter. 2023-09-07 09:35:38 +08:00
liumengyi 80dceb038e * Add comment and replace " to '. 2023-09-06 14:32:50 +08:00
liumengyi ac33688ccf * Refactor testcaseModel::saveXmindConfig, and add its unit test. 2023-09-06 13:55:25 +08:00
liumengyi aef33d4a98 - Remove testcase::saveXmindConfig. 2023-09-06 10:58:16 +08:00
liumengyi ac8377c841 * Refactor testcase::importToLib, and add testcaseTao::doUpdate, add unit test. 2023-09-06 10:28:11 +08:00
daitingting f19fca92f3 * Refactor the importXmind fucntion.
* Move fetchByXml and fetchByJson function to zen.
2023-09-05 08:51:33 +00:00
liumengyi 09e1edaf64 * Refactor testcase::importFromLib. 2023-09-05 14:33:10 +08:00