Commit Graph
71170 Commits
Author SHA1 Message Date
sunguangming 90dc2cd869 * kanban: refactor activateCard. 2023-12-15 13:07:14 +08:00
tanghucheng e56ce87147 * Refactor transfer::exportTemplate method. 2023-12-14 22:29:06 -05:00
hufangzhou 68236c2347 * Finish task #107881. 2023-12-15 11:20:16 +08:00
liumengyi b83e081b35 * Fix bug #41601, remove empty item. 2023-12-15 11:17:47 +08:00
liumengyi a80d94084a * Fix undefined parameter error. 2023-12-15 11:07:46 +08:00
sunguangming f195ec919e * kanban: refactor finishCard(). 2023-12-15 11:07:04 +08:00
朱金勇 2f83bc3034 * Refactor group: format functions, remove unused functions. 2023-12-15 11:04:00 +08:00
sunguangming 624f99f981 * kanban: add unit test. 2023-12-15 10:51:36 +08:00
sunguangming ece22ee8f9 * kanban: refacotr editCard(). 2023-12-15 10:51:36 +08:00
sunguangming 246d40ede1 * kanban: refactor editCard. 2023-12-15 10:51:36 +08:00
sunguangming 4018d149c5 * kanban: add editCard form config. 2023-12-15 10:51:36 +08:00
tianshujie c656ed7828 * Refactor design::unlinkCommit method. 2023-12-15 10:51:25 +08:00
tianshujie 7c23a9a9b2 + Add design::unlinkCommit unit test. 2023-12-15 10:51:25 +08:00
tianshujie 24faf036cb - Remove unused file. 2023-12-15 10:51:25 +08:00
liugang 8ef9559aef * userTest: refactor script to test the getRealNameAndEmails method. 2023-12-15 10:50:12 +08:00
liumengyi ae58215a53 * Fix undefined parameter error. 2023-12-15 10:46:32 +08:00
xieqiyu 6edcffd25b * Fix bug#41617. 2023-12-15 10:45:48 +08:00
liumengyi c6fc23977e * Fix parameter type error. 2023-12-15 10:41:30 +08:00
xieqiyu 050dcf5043 * Fix bug#41593. 2023-12-15 10:37:31 +08:00
wangyidong 8a23c5113d * Adjust for story list actions in execution tab. 2023-12-15 10:33:18 +08:00
liugang 864d57044e - test: remove unused code. 2023-12-15 10:32:27 +08:00
liugang 097426adde - userTest: remove unused code. 2023-12-15 10:32:05 +08:00
wangyuting 3e33be2b39 * Fix doc unit test script. 2023-12-15 10:28:57 +08:00
wangxuepeng 552a0f314f * Fix the error of screen's unit test. 2023-12-15 10:27:38 +08:00
liumengyi d6de6fdaef * Fix bug #41563, reset preBranch if current product and previous prodcut is not the same. 2023-12-15 10:25:02 +08:00
liugang 0511fd15b3 * userModel: rename getByIdList method to getListByIdList. 2023-12-15 10:21:05 +08:00
wangxuepeng 83be543448 * Fix bug #41628. 2023-12-15 10:20:22 +08:00
liugang 237492c2f6 + userTest: add script to test the getByIdList method. 2023-12-15 10:17:23 +08:00
sunguangming 533683b888 * kanban: refactor batch create card, add unit test. 2023-12-15 10:16:57 +08:00
wangyuting 44b2aae7dd * Fix getbugquery unit test script bug. 2023-12-15 10:15:07 +08:00
tanghucheng daaf182ad0 * Refactor transfer::export method. 2023-12-14 21:14:30 -05:00
tianshujie 336e5d2d19 + Add commit of design::updateLinkedCommits unit test. 2023-12-15 10:09:39 +08:00
tianshujie 226c499455 * Refactor desgin::linkCommit method. 2023-12-15 10:09:39 +08:00
tianshujie a860021977 + Add desgin::linkCommit unit test. 2023-12-15 10:09:39 +08:00
tianshujie d15a59ab1f + Add design::updateLinkedCommits unit test. 2023-12-15 10:09:39 +08:00
tianshujie 005b7f3fec * Refactor design::linkCommit and declear strict type. 2023-12-15 10:09:39 +08:00
wangyuting f2b454e829 * Fix updatescene unit test script bug. 2023-12-15 10:08:46 +08:00
wangxuepeng 867815a701 * Code formatter. 2023-12-15 10:08:00 +08:00
wangyuting e0043c382c * Fix batch unlink plan bug error. the bug #41625. 2023-12-15 09:57:26 +08:00
liumengyi fb099aafb1 * Fix bug #41574. 2023-12-15 09:51:34 +08:00
liugang 4eb3163cb2 * userTest: refactor script to test the checkPassword method. 2023-12-15 09:50:12 +08:00
liugang d29ce6ae32 * userTest: refactor script to test the checkBeforeBatchCreate method. 2023-12-15 09:49:53 +08:00
wangyuting db0aa5068c * Fix createstepsfrombug unit test script bug. 2023-12-15 09:48:39 +08:00
wangxuepeng af49b256c0 * Fix bug #41582. 2023-12-15 09:48:13 +08:00
liugang ccf92f0a1f - userTest: remove unused yaml file. 2023-12-15 09:47:51 +08:00
朱金勇 a29c25b81c - Remove unused code. 2023-12-15 09:36:30 +08:00
liumengyi 737225a78a * Fix bug #41553. 2023-12-15 09:35:39 +08:00
wangyuting 9ed019e626 * Test createstepsformbug unit test script run error. 2023-12-15 09:22:59 +08:00
sunguangming 56daabcbe5 * kanban: add unit test. 2023-12-15 09:21:29 +08:00
sunguangming dbe68b1c80 * kanban: refactor createCard of model. 2023-12-15 09:21:29 +08:00