Commit Graph
1039 Commits
Author SHA1 Message Date
wangyuting a4cf82902a * Remove batchConfirm function. 2023-05-31 15:29:31 +08:00
wangyuting a2c95f793b * Optimize batchUpdate function. 2023-05-31 14:23:21 +08:00
daitingting f1529456dd * Rename linkBug to relatedBug. 2023-05-31 03:10:05 +00:00
liumengyi d40808f16d * Optimize code for bug-batchActivate. 2023-05-31 10:07:34 +08:00
wangyuting 8c4552264d * Optimize bug batchactivate function. 2023-05-31 09:47:33 +08:00
wangyuting 48f817094a * Optimize bug batchchangebranch function. 2023-05-31 09:24:52 +08:00
liumengyi ec87a42807 * Refactor bugModel-batchActivate, and modify its unit test. 2023-05-31 09:22:40 +08:00
daitingting 8ac45fbbc6 * Rename abbr. 2023-05-30 09:32:33 +00:00
wangyuting 6d4bef4c39 * Remove unused local variable. 2023-05-30 13:23:05 +08:00
daitingting 86b5e908e6 * Refactor getModuleOwner function. 2023-05-30 03:24:26 +00:00
wangyuting 68fd34d7eb * Finish bug batchConfirm and batchAssign and batchChangeModule and batchClose function. 2023-05-30 09:49:08 +08:00
liumengyi 09b4753a62 * Refactor bugModel-getPlanBugs. 2023-05-29 16:02:00 +08:00
liumengyi 7e60f16d27 * Refactor bugModel-getActiveBugs. 2023-05-29 16:01:25 +08:00
wangyuting 014e2940e0 * Optimize bug batchResolve function. 2023-05-29 15:59:38 +08:00
wangyuting 0b60f3fa3f * Optimize bug batchChangePlan function. 2023-05-29 15:28:06 +08:00
wangyuting a06a557a94 * Optimize bug batchCreate function. 2023-05-29 14:48:11 +08:00
liumengyi 3bdf591205 * Rename xxIDList to xxIdList in bug model.php. 2023-05-29 14:26:19 +08:00
liumengyi fdf7d5c402 * Rename bugIDList to bugIdList in bug model.php. 2023-05-29 14:23:06 +08:00
liumengyi 9e4e3f9a2e * Refactor bugModel-createBugFromGitlabIssue and modify unit test. 2023-05-29 13:20:02 +08:00
liumengyi 7f89adf1e5 - Remove unused function of bugModel-extractAccountsFromList. 2023-05-29 10:46:01 +08:00
liumengyi 54c85e7b71 - Remove unused function of bugModel-extractAccountsFromSingle. 2023-05-29 10:44:02 +08:00
liumengyi 870e8cfdde - Remove unused function of bugModel-getFieldPairs. 2023-05-29 10:03:51 +08:00
wangyuting 00b0164dfa * Restore the usage of comment. 2023-05-29 09:58:31 +08:00
liumengyi 950380ec4a * Remove unused function of bugModel-getReviewBugs. 2023-05-29 09:51:49 +08:00
liumengyi dc9652c90d - Remove unused function, bugModel-formCustomedBugs. 2023-05-29 09:47:50 +08:00
wangyuting e9cb2d116a * Optimize bug close function. 2023-05-29 09:32:27 +08:00
wangyuting ac7b89db1e * Optimize bug activate function. 2023-05-29 09:17:37 +08:00
liumengyi 12f85d1896 * Remove bugModel-getAllProjectIds, and replace it with projectModel-getPairs. 2023-05-29 09:00:38 +08:00
liumengyi fb436a2df5 * Fix bug for saving bug-batchCreate, and modify bugTao-checkBugsForBatchCreate to bugZen-checkBugsForBatchCreate. 2023-05-26 15:48:39 +08:00
liumengyi 9a37846503 * Fix error for bug-resolve, and move checkRequiredForResolve from tao.php to zen.php. 2023-05-26 14:31:56 +08:00
zenggang a6b49e9e68 * Bug batchResolve ajaxLoadExecutionTeamMembers method 2023-05-26 06:13:07 +00:00
wangyuting dafbcedc86 * Optimize bug resolve function. 2023-05-26 13:58:06 +08:00
wangyuting c20b492b8a * Fix return value error of bug confirm function. 2023-05-26 11:20:04 +08:00
wangyuting 1cb55567e5 * Optimize bug confirm function. 2023-05-26 11:15:42 +08:00
wangyuting 8a60290816 * Optimize bug assign function. 2023-05-26 10:37:04 +08:00
wangyuting 8eaf9e2d25 * Optimize bug edit function. 2023-05-26 09:24:30 +08:00
liumengyi 7b70fa5952 * Optimize code for bugModel-checkBugsForBatchCreate, and modify unit test. 2023-05-25 17:06:24 +08:00
wangyuting 7e9d74c013 * Optimized the code for the bug create function. 2023-05-25 16:30:15 +08:00
liugang 48d98496ca * bugModel: the activatedCount property's value of the old bug should not be changed. 2023-05-25 15:39:36 +08:00
wangyuting 0989b4a93f * Complete batch close of bug. 2023-05-25 14:41:26 +08:00
wangyuting 2fab946787 * Complete batch confirme of bug. 2023-05-25 13:50:36 +08:00
wangyuting 0318a6e22a * Complete batch change module of bug. 2023-05-25 11:25:29 +08:00
daitingting f573fc76da * Refactor getDataOfClosedBugsPerDayTest. 2023-05-25 03:15:26 +00:00
daitingting 9abc2dcd98 * Refactor getDataOfResolvedBugsPerDayTest. 2023-05-25 02:48:51 +00:00
daitingting 623f2b57f9 * Refactor getDataOfOpenedBugsPerDayTest. 2023-05-25 02:37:36 +00:00
wangyuting bbe350564a * Finish batch asssign of bug. 2023-05-25 10:29:24 +08:00
daitingting 311e8a7e2e * Refactor them. 2023-05-25 01:31:08 +00:00
zenggang 2075ec21e6 * Bug batchResolve 2023-05-24 09:46:08 +00:00
daitingting 857546c178 * Refactore getDataOfBugsPerModule function. 2023-05-24 09:12:29 +00:00
wangyuting 57d2fc5f7d * Reconstructing the batchClose function for bug. 2023-05-24 15:56:26 +08:00