Commit Graph
1121 Commits
Author SHA1 Message Date
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
daitingting 0f2bb519da * Optimize notes. 2023-05-09 20:39:28 +08:00
daitingting 1d5b06c4bc * Format codes.
* Optimize notes.
2023-05-09 20:39:28 +08:00
qixinzhi 35f4b33ce9 * Fix comment. 2023-05-09 18:56:08 +08:00
qixinzhi 67f94f0006 * Fix sonar. 2023-05-09 18:56:08 +08:00
qixinzhi f4a524ef9c * Refactor close bug handle only body. 2023-05-09 10:23:07 +00:00
daitingting b6518ea0d8 * Refactor the update method in model of the bug module. 2023-05-08 01:18:27 +00:00
qixinzhi b1b6f00dec * Fix code review. 2023-05-04 10:57:54 +00:00
xieqiyu 832e721f9d * Code for close bug. 2023-05-04 09:15:18 +00:00
xieqiyu 19f0244fa1 * Rename getByList to getByIdList. 2023-05-04 05:18:12 +00:00
xieqiyu 3977b9c890 * Delete unused code. 2023-05-04 01:55:19 +00:00
qixinzhi 4baebf4391 Merge branch 'master_xieqiyu_getlist' of https://git.zcorp.cc/easycorp/zentaopms into master_xieqiyu_getlist 2023-04-27 07:16:56 +00:00
xieqiyu a793adf827 * Reconstruct getbugs. 2023-04-27 06:47:50 +00:00