Commit Graph
71249 Commits
Author SHA1 Message Date
liugang 68cd49e0bf * userTest: refactor script to test the getByQuery method. 2023-12-15 16:17:32 +08:00
tianshujie 9ad9841d8c * Refactor design::getAffectedScope method. 2023-12-15 16:17:13 +08:00
tianshujie bfbaa73259 + Add design::getAffectedScope unit test. 2023-12-15 16:17:13 +08:00
wangyidong 83bac0ad6e * Fix for execution module unit test. 2023-12-15 16:06:41 +08:00
wangyidong 057309f061 * Fix unit test. 2023-12-15 16:06:41 +08:00
sunguangming 20eb5bcf69 * kanban: add unit test. 2023-12-15 15:55:54 +08:00
sunguangming 76d14a3f1a * kanban: refactor import object. 2023-12-15 15:55:54 +08:00
sunguangming 4ba6eca7d5 * kanban: refactor importPlan. 2023-12-15 15:55:54 +08:00
tanghucheng 9abf2bf230 + Add transfer: tao.php. 2023-12-15 02:53:15 -05:00
liumengyi 30a97e534d * Fix bug #41660, modify stype when there is no lib. 2023-12-15 15:53:12 +08:00
tianshujie 4106346edf * Refactor design::getPairs method. 2023-12-15 15:53:07 +08:00
tianshujie 1b40129d83 * Refactor design::getPairs unit test. 2023-12-15 15:53:07 +08:00
wangyuting 3f56f2c6e4 * Fix objectID is undefined bug. the bug #41565. 2023-12-15 15:52:51 +08:00
liumengyi 952f9df7bc * Fix ui error, add mailto field to story. 2023-12-15 15:51:26 +08:00
tanghucheng 8416d16e0b * Refactor transfer model: rename model to module. 2023-12-15 02:48:25 -05:00
tanghucheng 317753b6cb * Remove unused mothed. 2023-12-15 02:35:39 -05:00
daitingting ec4661236b * Add addon between begin and end. 2023-12-15 07:34:52 +00:00
tanghucheng c820bc7034 * Refactor transfer control: ajaxGetOption. 2023-12-15 02:29:02 -05:00
tanghucheng f129e25858 * * Refactor transfer control: ajaxGetTbody. 2023-12-15 02:22:44 -05:00
wangxuepeng ae1e9ffb94 * Correct screen's unit test. 2023-12-15 15:21:08 +08:00
wangxuepeng 0f361f965f * Correct screen's unit test. 2023-12-15 15:12:36 +08:00
xieqiyu c4bef9608b * Fix bug#41203. 2023-12-15 15:07:12 +08:00
wangyuting 3b5e5deaf3 * Fix testreport desc show error. the bug #41595. 2023-12-15 15:02:58 +08:00
wangyuting 581ee085fe * Fix createstory btn link error. the bug #41605. 2023-12-15 14:58:20 +08:00
wangxuepeng f21d262552 * Test screenModel::buildChart. 2023-12-15 14:57:19 +08:00
wangyuting 8f52fd263b * Fix getPlanStories params type bug. the bug #41655. 2023-12-15 14:54:12 +08:00
wangyuting b452eef2bd * Fix create doc error on my space. the bug #41644. 2023-12-15 14:52:39 +08:00
sunguangming 905144efaf * kanban: add unit test. 2023-12-15 14:51:04 +08:00
sunguangming 561f102c6d * kanban: refactor updateCardAssignedTo(). 2023-12-15 14:51:04 +08:00
sunguangming 75eb8eb0f3 * kanban: refactor importCard. 2023-12-15 14:51:04 +08:00
sunguangming 4cf62e91ed * kanban: refactor importCard(). 2023-12-15 14:51:04 +08:00
tanghucheng 07033d8e95 * Refactor transfer: rename model to module. 2023-12-15 01:48:00 -05:00
wangxuepeng 5b56e03a23 * Test screenModel::buildChart. 2023-12-15 14:46:24 +08:00
wangyuting 707b80a1b0 * Fix getActiveBugs execution param type bug. the bug #41657. 2023-12-15 14:38:50 +08:00
caoyanyi fc151267d5 * Adjust return value for mr is empty. 2023-12-15 14:30:35 +08:00
tanghucheng 8c53b8a6a4 * Refactor transfer: import functions, remove unused functions. 2023-12-15 01:30:04 -05:00
caoyanyi e107f2a9ef * Adjust getDiff unit test case for mr. 2023-12-15 14:29:07 +08:00
tianshujie 1dea4fdaf3 * Refactor design::assignTo method. 2023-12-15 14:27:16 +08:00
tianshujie eb73f58e63 * Refactor design::assign unit test. 2023-12-15 14:27:16 +08:00
caoyanyi f0bf1bf693 - Remove mr getAllProject method for model.php. 2023-12-15 14:22:35 +08:00
caoyanyi 422c7df583 + Add unit test case for me getPairs. 2023-12-15 14:22:35 +08:00
wangxuepeng 66ddb7924c * Fix screen's unit test. 2023-12-15 14:18:30 +08:00
sunhao 855db4a837 * zin: fix title font style in tabledata. 2023-12-15 14:16:25 +08:00
sunhao def013e459 * datatable: hide width setting in table custom cols dialog. 2023-12-15 14:15:10 +08:00
wangyuting baba09fc96 * Fix libID is null bug. the bug #41651. 2023-12-15 14:12:45 +08:00
wangyuting 9f74237ca1 * Fix footer summary count error bug. the bug #41633. 2023-12-15 14:08:53 +08:00
tianshujie cb75571bd3 * Refactor design::delete method. 2023-12-15 14:07:52 +08:00
liumengyi cf26205625 * Fix bug #41631, only get base url when the lib is not empty. 2023-12-15 14:07:45 +08:00
liugang fb08337fea * userTest: refactor script to test the getById method. 2023-12-15 14:06:52 +08:00
hufangzhou b5c710ccb5 * Finish task #107890. 2023-12-15 14:02:03 +08:00