Commit Graph
65694 Commits
Author SHA1 Message Date
dingguodong 0b89e71fdc + Add a helper function to wrap mysql reserved word. 2023-09-28 11:34:57 +08:00
dingguodong e9d65c68d0 + Add a form config for exporting. 2023-09-28 11:34:57 +08:00
daitingting 8ab0ee39f5 * Split export function. 2023-09-28 03:03:43 +00:00
wangyidong c915395982 * Adjust story recall. Code for task #102977. 2023-09-28 10:45:56 +08:00
tianshujie e237631b7d * Change the batch button style of view page. 2023-09-28 10:42:33 +08:00
tianshujie bd107d5269 * Refactor linkBug method. 2023-09-28 10:36:55 +08:00
caoyanyi bc0f191622 + Add unit test case for build isClickable. 2023-09-28 10:16:59 +08:00
wangyidong c54240faf6 * Rewrite story batchReview. Code for task #102976. 2023-09-28 10:15:28 +08:00
tianshujie c58ed0fffd * Refactor batchUnlinkBug method and case. 2023-09-28 10:09:40 +08:00
liugang 2c2eb1be5a * testtask: rename the method to init a record for filling back the test result after the automated test is completed. 2023-09-28 10:05:51 +08:00
liugang b9db661214 * testtaskModel: modify method comment. 2023-09-28 10:05:24 +08:00
liugang 4c56d78ed5 * testtaskModel: refactor the getUserTestTaskPairs method. 2023-09-28 09:57:51 +08:00
caoyanyi 3f3f870d15 + Add empty check for story link. 2023-09-28 09:52:42 +08:00
liugang 9d647187be * testtaskModel: refactor the getTaskCases method. 2023-09-28 09:52:13 +08:00
tianshujie 1245abe73b * Refactor unlinkOldBranch method. 2023-09-28 09:47:17 +08:00
liugang ac0abeffb2 * testtaskModel: abstract the function of adding prefixes to sorting fields into a method. 2023-09-28 09:37:54 +08:00
caoyanyi a28e08ad62 * Reconstructing link story method. 2023-09-28 09:35:48 +08:00
caoyanyi 15dd99e241 * Adjust return logic. 2023-09-28 09:35:48 +08:00
tianshujie 5c135fc4cb * Refactor unlinkBug method and case. 2023-09-28 09:35:31 +08:00
liugang f85150e5a4 * testtaskModel: refactor the getUserRuns method. 2023-09-28 09:27:04 +08:00
liugang 98b7138f52 * testtaskModel: refactor the getRunsBySuite method. 2023-09-28 09:26:17 +08:00
liugang 7c2f60c8c7 * testtaskModel: remove the unnecessary 3rd parameter when calling the zget function. 2023-09-28 09:25:06 +08:00
liugang 34b6dcebab * testtaskModel: refactor the linkCase method. 2023-09-28 09:23:50 +08:00
liugang e3c9549f3c * testtaskModel: call zget function to simplify code. 2023-09-28 09:22:38 +08:00
caoyanyi f81240676e + Add comment and params type for build. 2023-09-28 09:21:55 +08:00
caoyanyi aee1b711f1 * Adjust unit test case for build. 2023-09-28 09:21:55 +08:00
liugang 098d025c56 * testtaskModel: enclose the value in the dao query condition in single quotes. 2023-09-28 09:21:11 +08:00
liugang 8df7d0c9b5 * testtaskModel: change keywords in sql to uppercase. 2023-09-28 09:16:17 +08:00
tianshujie 841423ecb2 * Change the type of the argument to call getByList. 2023-09-28 09:14:48 +08:00
liugang 7646fdc770 * testtaskModel: replace double quotes with single quotes. 2023-09-28 09:13:45 +08:00
tianshujie 224f3df071 * Refactor getByList method and case. 2023-09-28 09:02:07 +08:00
tianshujie 547e864592 + Add case for getStoryList method. 2023-09-28 08:54:01 +08:00
tianshujie 9e294925db * Change the method name. 2023-09-28 08:54:01 +08:00
caoyanyi 5d54e7d472 + Add comment and params type for build ajaxGetBranch. 2023-09-28 08:52:24 +08:00
liumengyi d801feb8ae * Modify unit test. 2023-09-28 08:50:20 +08:00
tianshujie 73c9845e22 + Add comment for assignProductVarsForView method. 2023-09-28 08:49:22 +08:00
tianshujie e040f85f27 + Add case for getBugList method. 2023-09-28 08:47:11 +08:00
caoyanyi b5b5999fd3 * Adjust build unlinkStory method and unit test case. 2023-09-28 08:47:03 +08:00
tianshujie d19ead59b4 * Change the return mode of error messages. 2023-09-27 17:26:53 +08:00
caoyanyi 174d3f486a * Fix error for project no parent. 2023-09-27 17:24:51 +08:00
wangyidong aa648fd594 * Rewrite story review. Code for task #102975. 2023-09-27 17:13:40 +08:00
liumengyi 1cf3a1a518 + Add unit test of projectreleaseTao::processRelease. 2023-09-27 17:10:30 +08:00
wangxuepeng 591d9d36f6 * Fix unit test of the action getlist method. 2023-09-27 08:52:07 +00:00
tianshujie 9e2d7212c6 * Refactor view method. 2023-09-27 16:35:48 +08:00
caoyanyi 5725bed8db + Add unit test case. 2023-09-27 16:34:05 +08:00
liumengyi b0af23d96f - Remove projectcaseTest::update. 2023-09-27 16:33:18 +08:00
liumengyi 7a40f39e17 * Modify unit test of projectreleaseModel::getList. 2023-09-27 16:32:21 +08:00
wangxuepeng 2c9bbb5729 * Adjust the controller code of action module. 2023-09-27 08:27:07 +00:00
qixinzhi 8e5a490c42 * Fix form field 'createdDate' -> 'closedDate'. 2023-09-27 08:17:41 +00:00
liumengyi 5fa33d8237 * Refactor projectrelease::batchUnlinkBug and projectrelease::batchUnlinkStory. 2023-09-27 16:21:15 +08:00