Commit Graph
1002 Commits
Author SHA1 Message Date
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
daitingting 2581ee42ca * Refactor getDataOfBugsPerBuild function. 2023-05-24 06:25:14 +00:00
daitingting 2028e9a4f0 * Refactor getDataOfBugsPerExecution function. 2023-05-24 05:51:14 +00:00
liumengyi 2803bd98a2 * Refactor bugModel-batchCreate, and add unit test. 2023-05-24 10:47:59 +08:00
liumengyi c4226326a3 * Modify the order of ternary operations in bugModel-batchCreate. 2023-05-24 09:49:25 +08:00
wangyuting b9e9c48c9b * Fix Fix bugs with missing variables and link errors. 2023-05-24 09:30:50 +08:00
liugang 22b7d3bd20 * bugModel: fix error of calling undefined property. 2023-05-24 08:37:14 +08:00
daitingting 4038332f29 * Move mergeChartOption function. 2023-05-23 06:28:37 +00:00
daitingting bd2e63be7b * Refactore report function. 2023-05-23 06:10:34 +00:00
liumengyi cd128643d2 * Fix spelling error. 2023-05-23 13:53:02 +08:00
liumengyi 254a6db995 * Optimize code for bug-batchCreate. 2023-05-23 13:40:26 +08:00
liugang d2570592b7 * bugModel: pass the $bugID parameter when call bugTao::fetchBaseInfo(). 2023-05-23 11:29:39 +08:00
liugang e446829169 * bugModel: fix parameter name in comment. 2023-05-23 11:14:30 +08:00
liugang 02c8dd8063 * bugModel: set default value of the $kanbanParams parameter. 2023-05-23 11:13:30 +08:00
wangyuting 45a69e4cf2 * Fix a bug caused by parameter changes in the getExecutionPairsByProduct function. 2023-05-23 10:08:01 +08:00
wangyuting b315f0104e * Adjust block method params type. 2023-05-23 09:09:01 +08:00
zenggang 80ee36948e * Bug batchChangePlan batchChangeBranch method. 2023-05-22 09:26:41 +00:00
daitingting dd4c3c1a34 * Refactor getBugs2Link function. 2023-05-22 08:02:25 +00:00
liugang da73597e8b * bug: return error message if bug doesn't exist. 2023-05-22 14:32:25 +08:00
liugang 440f1000bf * bugModel: assign the value of the activatedCount field before activate a bug. 2023-05-22 14:12:59 +08:00
liugang 1ef6f0d36e * bugModel: bugs with a status other than resolved or closed cannot be activated. 2023-05-22 14:10:55 +08:00
liugang ae6c533305 + bugModel: add function to get base info of a bug. 2023-05-22 14:01:56 +08:00
wangyuting 1988606f06 * Remove excess code. 2023-05-22 10:54:05 +08:00
wangyuting 9c96fa72c5 * Enable normal display of various app dashboards. 2023-05-22 10:17:46 +08:00
liugang 2b15553f0a * bugModel: refactor the activate function. 2023-05-22 10:02:54 +08:00
wangyuting f7ee372afc * Optimize the display logic of actions on the bug view page and browse page. 2023-05-19 17:23:24 +08:00
liumengyi fa114ad7c8 * Refactor bugModel-batchCreate, and add unit test. 2023-05-19 17:07:37 +08:00
liugang 4d04acc983 * bug: rename the $kanbanInfo parameter to $kanbanParams. 2023-05-19 16:39:56 +08:00
liugang 4c407e36f7 * bug: rename the $output parameter to $kanbanInfo. 2023-05-19 16:31:27 +08:00
daitingting 25b5cad1c4 * Refactor confirm function in model. 2023-05-19 07:02:44 +00:00
zenggang ff1eee82b9 * Bug batchChangeModule 2023-05-19 06:51:51 +00:00
daitingting 0839d28a8c * Rename confirmBug to confirm. 2023-05-19 01:48:28 +00:00
zenggang 425fbdbf28 * Bug batchactivate 2023-05-18 10:57:56 +00:00
daitingting fcec62fab4 * Add sidebar. 2023-05-18 08:58:01 +00:00
liumengyi 0bd6c7c54b * Add comment for bugModel-batchCreate. 2023-05-18 10:13:05 +08:00
liumengyi 110a7dd8de * Modify return value of bugModel-resolve, bugModel-assign. 2023-05-17 16:56:04 +08:00
liumengyi 6903160d01 * Fix error of bugModel-resolve, and modify its unit test. 2023-05-17 11:20:01 +08:00
wangyuting 33d3d7c367 * Compatibility of handling variable types. 2023-05-17 11:09:46 +08:00