Commit Graph
1145 Commits
Author SHA1 Message Date
tianshujie 9e3ffc4fd0 * Add injection and identify field for the create, view, export bug. 2024-04-18 09:19:56 +08:00
王怡栋 890c88b07b * Merge from 18.x 2024-04-17 10:44:18 +08:00
caoyanyi a5ddbd3963 * Adjust bug and story view page branch btn display rule. 2024-04-02 15:03:20 +08:00
caoyanyi a288b7270a * Sync code for 18.12 version info. 2024-04-02 15:03:20 +08:00
caoyanyi 86f91e745f + Add task, bug, story create repo branch routes. 2024-04-02 13:08:54 +08:00
wangyuting 74064d58b7 * Revert code. 2024-03-27 09:16:53 +08:00
wangyuting 555362002e * add workflow extra field to bug batchedit page. 2024-03-26 14:32:30 +08:00
caoyanyi 7b9f25270d * Fix some bug for user feedback. 2024-02-04 15:24:34 +08:00
liumengyi d340cceba2 * Fix bug #42515. 2024-01-11 16:48:40 +08:00
wangxuepeng 42bf559e8a * Fix bug #43254. 2024-01-08 16:54:25 +08:00
wangxuepeng eb852ba56e * Fix bug #42600. 2024-01-05 09:34:08 +08:00
liumengyi 428fb121b9 * Fix bug #43100, fix parameter type error. 2024-01-03 19:25:31 +08:00
xieqiyu 177dbf70e7 * Fix bug#42836. 2024-01-02 13:26:57 +08:00
liumengyi 64843d6653 * Fix bug #42348, remove '<p></p>' from the template when creating from testcase. 2023-12-27 10:28:09 +08:00
liumengyi d4f0594b90 * Fix parameter type error. 2023-12-18 10:17:51 +08:00
liugang c5f116efc7 * bugModel: remove unused parameter, fix bug #41143. 2023-12-08 15:31:52 +08:00
caoyanyi 8e17266f28 * Update commit link info. 2023-12-06 13:42:44 +08:00
caoyanyi a33ad4ad71 * Update copyright year. 2023-12-05 13:32:52 +08:00
liumengyi 5156bec6ea * Fix bug #41046, add resolvedDate and closedDate when getting form data. 2023-12-04 14:47:06 +08:00
tanghucheng 3d94eac50a Merge branch 'Merge184' into c07e4a71eb 2023-11-30 21:21:55 -05:00
zhujinyong 7acf6a92c5 * Fix sql error in DMDB. 2023-11-29 15:17:06 +08:00
liumengyi 8dafa453d9 * Fix bug of parameter type error. 2023-11-25 15:33:34 +08:00
liumengyi e53d069f22 * Refactor my::getAssignedByMe, and modify its unit test. 2023-11-25 13:54:37 +08:00
chaideqing e5c33475fb * Merge module-bug 18.4-18.8 to Merge184. 2023-11-23 11:12:39 +08:00
tanghucheng fc37c0b19b Merge branch 'master' into Merge184 2023-11-15 19:59:22 -05:00
chaideqing 353707eee0 * Merge module-bug to Merge184. 2023-11-14 17:11:03 +08:00
daitingting 2ba2e28587 * Revert getRelatedObjects function. 2023-11-14 06:29:57 +00:00
tanghucheng 624d748ba4 * Merge #ffd2b525c8,Change judgment condition. 2023-11-08 22:17:40 -05:00
songchenxuan 77c12a0956 * Merge commit f6ce1fcdc3, fix bug #35566. 2023-11-08 12:17:49 +08:00
liugang ef1958c81d - bug: remove unused fetchBaseInfo method and getBaseInfo method. 2023-11-08 10:45:16 +08:00
liugang 86748ec545 * bugModel: call the method fetchByID declared in parent class instead of the method fetchBaseInfo declared in bugTao class. 2023-11-08 10:39:28 +08:00
liugang d9cd8efd24 Revert "* bugModel: call the method fetchByID declared in parent class instead of the method fetchBugInfo declared in bugTao class."
This reverts commit 289bbad610.
2023-11-08 10:36:58 +08:00
liugang d4924edb6c * bugModel: load the mrModel while call its method instead of load it in a single statement. 2023-11-08 10:34:31 +08:00
liugang 48f436a335 * bugModel: load the fileModel when call its method instead of load it in a single statement. 2023-11-08 10:30:00 +08:00
liugang 289bbad610 * bugModel: call the method fetchByID declared in parent class instead of the method fetchBugInfo declared in bugTao class. 2023-11-08 10:28:36 +08:00
liugang 90dd004775 - bugModel: remove unused method. 2023-11-08 10:25:12 +08:00
liugang fe3d30bb4c * bugModel: optimize code to build branch list for search form. 2023-11-08 10:20:31 +08:00
liugang b15d20355f * bug: use the type property of product instead of the currentProductType variable in session. 2023-11-08 10:19:55 +08:00
songchenxuan 49e8ec4d49 * Merge 96f62d0d46, fix bug #35261. 2023-11-08 09:33:27 +08:00
tianshujie 47dea27cab + Add 2.5 level menu for the project bug list. 2023-10-24 14:22:13 +08:00
zhouxin 9533d99ad6 * Fix wrong spellings. 2023-10-17 16:54:35 +08:00
daitingting b6a08c9c69 * Adjust link bug and link case. 2023-10-16 07:48:43 +00:00
tianshujie aabe664421 * Modify the permissions of a function. 2023-10-10 14:32:12 +08:00
daitingting 1636ada5ee * Adjust the params when call getBySearch function. 2023-10-10 05:22:32 +00:00
tianshujie be396507c7 * Compatible with argument type for calling the getBuildPairs method. 2023-09-27 11:03:36 +08:00
liumengyi ebfab67a80 * Move bugModel::getBug4Report to bugZen::buildReportBugData, refactor it, and modify unit test. 2023-09-27 09:42:16 +08:00
tianshujie bb64bc8c85 * Move the getBySearch method from tao into the model. 2023-09-26 14:51:06 +08:00
dingguodong 068b222180 * Make code compatible to helper::dbIN(). 2023-09-22 10:44:30 +08:00
liumengyi 4843104d9c * Optimize code. 2023-09-22 09:45:37 +08:00
caoyanyi dcf3895e31 * Change method params for product getExecutionPairsByProduct. 2023-09-20 16:28:19 +08:00