Commit Graph
2416 Commits
Author SHA1 Message Date
liugang 9f6819c383 Merge branch 'release/21.7.1' into release/21.7.2 2025-05-29 15:55:10 +08:00
tianshujie 1ebbccff98 * [task#144207,done,1h] change compute task delay logic. 2025-05-28 10:53:18 +08:00
liugang f504b38037 * [refac] replace "join" with "implode". 2025-05-26 17:37:30 +08:00
刘刚 54824daedd * [refac] remove unused parameter. 2025-05-26 11:08:08 +08:00
刘刚 6197cbf7f0 * [refac] using insert operation or update operation instead of replace operation. 2025-05-21 18:13:23 +08:00
xieqiyu 70294643ea * [feedback#9317] Fix the bug of merge sprints user views when select all. 2025-05-20 08:36:48 +08:00
xieqiyu d68d4aa82a * [feedback#9317] Fix the bug of merge sprints user views when select all. 2025-05-19 16:27:40 +08:00
sunguangming 9cfda9e24b Merge branch 'feature/deliverable' into release/21.7.1 2025-05-16 09:27:00 +00:00
sunguangming 1500d57e7e * [task#143103,done,0.2h] fix bug. 2025-05-08 15:58:40 +08:00
sunguangming 9cf66b42cb * [bug#62025,done,0.2h] fix bug. 2025-04-28 16:00:31 +08:00
tianshujie 6006582262 * [bug#62007,done,3h] fix the app jump error. 2025-04-28 09:46:04 +08:00
sunguangming 6408e98125 * [misc] add unit test. 2025-04-17 16:53:04 +08:00
sunguangming 045d1ac79a * [error] modify array merge to array union. 2025-04-17 16:53:04 +08:00
sunguangming e20a62ae10 * [error] fix user view bug. 2025-04-17 16:53:04 +08:00
liugang 6459a36613 * [refac] if there is no periodic to-do, do not call the related functions. 2025-04-15 14:36:51 +08:00
sunhao 5a873f85c8 * [misc] fix user editor template not work within "'" in it. 2025-04-10 13:55:49 +08:00
liumengyi d46a3bf84d * [bug#61319,done,0,2h] modify field name. 2025-04-09 10:07:22 +08:00
liugang 3b233cb188 * [refac] clean locked when necessary. 2025-04-02 16:44:08 +08:00
liugang 7e06f23efc * [misc] replace mao with dao because the TABLE_USERVIEW isn't saved in cache. 2025-04-01 14:33:19 +08:00
wangyuting 0568ba72a4 * [bug#61064,done,0.5h,0h] Fix duplicate public field. 2025-04-01 14:05:18 +08:00
wangyidong d966071261 * [revert bug #60782] Revert use mao. 2025-03-28 13:11:11 +08:00
wangyidong e5d6dc1d74 * [refac bug #60782] Try to not use dao cache. 2025-03-28 09:51:59 +08:00
sunguangming 670ba4c61a * [bug] complete program acl. 2025-01-22 13:55:18 +08:00
xieqiyu f0aa9c6cbb * [Bug#59196,#59198] Delete unused code. 2025-01-13 11:00:26 +08:00
xieqiyu 1cbbcd3095 * [Bug#59196,#59198] Filter array for users when edit program and sprint. 2025-01-13 11:00:26 +08:00
xieqiyu 6a17090d8c * [Bug#59118] Fix the bug of create product and create project. 2025-01-10 13:47:34 +08:00
liugang 468c9dab5b * [refac] get data from cache. 2024-12-30 09:42:38 +08:00
liugang 41d93f5459 Revert "* [refac] using delete and insert operations instead of replace operation." 2024-12-30 09:42:38 +08:00
liugang 6622af6996 * [refac] fix syntax error. 2024-12-30 09:42:38 +08:00
liugang 6d229f2b09 * [refac] fetch stakeholder from cache. 2024-12-30 09:42:38 +08:00
liugang 0a3cfb49cf * [refac] rollback transaction if there's dao error. 2024-12-30 09:42:38 +08:00
liugang a14b1472ce + [refac] use transaction to prevent threads from writing database at the same time. 2024-12-30 09:42:38 +08:00
liugang b569955668 * [refac] get opened sprints in projetc from cache. 2024-12-30 09:42:38 +08:00
liugang 546a776dc9 * [refac] replace dao query with methods. 2024-12-30 09:42:38 +08:00
liugang 0e53b3bcb4 * [refac] fix error of calling undefined method. 2024-12-30 09:42:38 +08:00
liugang 844f89c051 * [refac] replace dao with mao to fetch records from cache. 2024-12-30 09:42:38 +08:00
liugang e806a23761 * [refac] using delete and insert operations instead of replace operation. 2024-12-30 09:42:38 +08:00
sunguangming c3a5a49811 * [misc] fix code error. 2024-12-27 14:05:04 +08:00
wangyidong 01318018b3 * [refac bug #58498] Adjust renderCell function. 2024-12-24 10:34:44 +08:00
wangyidong 04ccfb1d77 * [refac bug #57819] Summary task count with parent and child task. 2024-12-20 11:02:50 +08:00
sunguangming 55a086ee5a * [task#135197,done,0.2h] finish task. 2024-12-20 08:51:35 +08:00
xieqiyu e9b64d7b1c * [misc] Fix the bug of error when create private product. 2024-12-19 09:20:42 +08:00
songchenxuan 4d1856e193 [misc] merge feedback #7861. 2024-12-09 09:21:27 +08:00
wangyidong 2e820a5292 * [perf story #69214] Adjust code. 2024-12-04 14:48:35 +08:00
liumengyi 7d6019f2b3 * [task#133221,done,1h] add delayed to project featurebar. 2024-12-03 13:25:42 +08:00
hufangzhou 5b2c18154d * [bug#57431,done,1h] password2 should be bound to the changePassword method. 2024-11-29 15:22:30 +08:00
daitingting 621619ea01 * [task#132738,done,1h] Adjust view acls. 2024-11-26 16:56:03 +08:00
liumengyi c719ef8cc8 * [task#132349,done,1h] add delayed to execution featureBar. 2024-11-20 08:53:28 +08:00
sunguangming e9d8c35dd8 * [bug#57222,done,0.2h] fix bug. 2024-11-20 08:46:41 +08:00
wangyidong 8674047bd1 * [refac bug #38813] Set acl actions. 2024-11-15 16:50:09 +08:00