Commit Graph
983 Commits
Author SHA1 Message Date
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
daitingting 607422271c * Check if action is clickable. 2023-05-17 02:09:09 +00:00
liumengyi ba668929e5 * Fix bug of bug-assign, and modify its unit test. 2023-05-17 09:48:57 +08:00
daitingting d574931924 * Add setOperateActions function for actionsMap. 2023-05-17 01:44:34 +00:00
liumengyi 5e02ba5df3 * Add bugModel-createBuild and its unit test, and add comment. 2023-05-17 09:23:48 +08:00
zenggang c18d1f329c * Bug activate 2023-05-16 08:38:43 +00:00
liumengyi e5438f5d86 * Optimize code after code reviewing and add checkRequired4Resolve
function for bugModel-resolve.
2023-05-16 16:29:25 +08:00
liumengyi cb1765a5e8 * Add prepare data function of bug-resolve. 2023-05-16 09:35:06 +08:00
liumengyi 2252593373 * Fix error in sonarqube. 2023-05-15 17:25:49 +08:00
liumengyi f78237f051 * Refactor model of bug-resolve. 2023-05-15 17:15:48 +08:00
liumengyi 5c24daa1de * Refactor the contorl of bug-resolve. 2023-05-15 17:07:01 +08:00
liumengyi f75650d54d * Add comments of bug-resolve. 2023-05-15 15:01:12 +08:00
liumengyi 1086cbab1b * Refactor bug-assignTo, and add unittest of bug-assign. 2023-05-15 14:18:14 +08:00
liumengyi 4a56f0136c * Modify incorrect function name. 2023-05-15 13:08:44 +08:00
liugang 7374ec03b1 * bug: Move the function checkBugExecutionPriv from bugModel to bugZen. 2023-05-15 10:26:41 +08:00
daitingting 3089113b73 * Refactor getBySearch function. 2023-05-15 09:47:21 +08:00
daitingting c3c92cb69a * Format codes. 2023-05-12 06:24:13 +00:00
daitingting d5085b44f7 * Optimize codes. 2023-05-12 05:54:52 +00:00
songchenxuan bec69acdbf * Modify bug model create function. 2023-05-11 07:53:58 +00:00
daitingting 0f01872357 * Add responseInModal function and callback it. 2023-05-10 15:39:04 +08:00