Commit Graph
510 Commits
Author SHA1 Message Date
朱金勇 af77023ac2 * [apiv2] Fix bug#68332 2026-01-06 09:34:31 +08:00
liugang 61ce4ff931 * [refac] Check if is in transaction before rollback or commit in dbh class. 2025-12-30 15:59:41 +08:00
liugang aa40d02de4 + [refac] Add a method to get the instance of the third-party library. 2025-12-30 09:04:10 +08:00
xieqiyu 81328417b6 * [bug#68611] Fix the bug of link testcase in testtask. 2025-12-26 05:50:14 +00:00
朱金勇 1da213fb3f * [highgo] Fix table like 't1.id' 2025-12-02 16:43:20 +08:00
sunguangming f5e4dbcd25 * [error] fix dao error. 2025-12-02 16:32:23 +08:00
sunguangming fb2984e447 * [bug#66081,done,0.5h] fix bug. 2025-12-02 16:32:23 +08:00
sunguangming 3a5f231568 * [bug#66208,done,0.2h] fix bug. 2025-12-02 16:31:41 +08:00
sunguangming 1445b8114c * [error] fix dao error. 2025-12-02 16:31:38 +08:00
sunguangming 0a305165f1 * [bug#66081,done,0.5h] fix bug. 2025-12-02 16:31:33 +08:00
liugang 8ff59d8ffe * [refac] Optimize performance by caching argument count in delegate class. 2025-11-18 15:03:23 +08:00
liugang 2c66a07457 * [misc] Move the open curly brace to the beginning of next line. 2025-11-18 14:38:18 +08:00
liugang 48de97b681 * [misc] Use "static" keyword instead of "self". 2025-11-18 14:38:18 +08:00
朱金勇 8168995563 * [highgo] Fix bug #67106. 2025-11-11 09:16:26 +08:00
朱金勇 eec2195017 * [highgo] Change private to protected getUniqueIndexes. 2025-11-10 17:04:53 +08:00
朱金勇 46527acc16 * [highgo] Fix table like 't1.id' 2025-11-08 23:04:51 +08:00
liugang f319d1c424 * [misc] Add javascript sdk for zentao client. 2025-11-06 16:20:56 +08:00
朱金勇 183db59e36 * [highgo] replace iqchar 2025-11-06 16:04:30 +08:00
liugang 163d79fda5 * [refac] Refactor the purifier class. 2025-10-27 09:08:22 +08:00
liugang a79f612545 * [refac] Refactor the baseDelegate class. 2025-10-27 09:08:21 +08:00
liugang 278d7e01cd + [misc] Add base class to delegate method calls of the thiry-party libraries. 2025-10-27 09:08:21 +08:00
sunguangming e94f51f053 * [bug#66208,done,0.2h] fix bug. 2025-10-20 05:50:43 +00:00
sunguangming f16de0bdab * [error] fix dao error. 2025-10-17 04:15:54 +00:00
刘刚 2c20d63950 Merge branch feature/apiv2 of zentao/zentaopms (#11878) 2025-10-15 15:47:13 +08:00
sunguangming f647525e31 * [bug#66081,done,0.5h] fix bug. 2025-10-14 08:57:17 +00:00
朱金勇 a569c749e8 * [apiv2] locate is401 2025-10-14 15:06:46 +08:00
朱金勇 36fb9782ba * [highgo] Fix dao notin 2025-10-11 00:14:43 +08:00
liugang ef5ee6c2a1 * [refac] Refactor: improve SQL type detection in DAO query profiling. 2025-08-27 16:05:53 +08:00
liugang 9683ce18f8 * [refac] Use app recorded queries and durations instead of mysql profiling. 2025-08-27 15:49:50 +08:00
wangyuting b3a39c5948 * Optimize isTpl condition. 2025-08-05 13:38:58 +08:00
liugang e7465ec26e * [misc] Check if is in transaction before commit or rollback. 2025-07-30 14:38:02 +08:00
liugang ecf856a1b3 + [perf] Reset the last update time of userview related tables after updating them. 2025-07-22 14:21:09 +08:00
zhujinyong 94c876426f * [misc] compatibility with PHP8.4. 2025-07-07 14:47:31 +08:00
xieqiyu 2155a40448 Merge branch 'feature/doctemplate' into release/21.7.2 2025-06-18 02:18:57 +00:00
liugang c3d8128c18 * [refac] fix undefined index error. 2025-06-17 10:44:34 +08:00
sunguangming cc03424a2c * [dao] add is null for join. 2025-06-17 02:06:28 +00:00
wangyuting 45e24cee98 * [bug#63168,done,0.5h,0h] Fix dao::filterTpl error. 2025-06-09 07:30:08 +00:00
caoyanyi fdf722c1df + [misc] adjust dao check in validate error tip. 2025-06-09 09:22:52 +08:00
sunguangming ce5c1f924b * [sonar] code for sonar. 2025-06-05 08:05:21 +00:00
sunguangming 1146701423 * [error] modify preg from unittest. 2025-06-05 08:00:58 +00:00
wangyuting 8ae0f5cc9c * Filter isTpl during upgrade and install. 2025-06-05 03:24:38 +00:00
wangyuting 72fc1765f7 Merge branch 'release/21.7.2' into feature/projecttpl 2025-06-04 03:16:26 +00:00
daitingting 18d2394019 * [misc] Public must be placed before the static keyword. 2025-06-04 03:02:05 +00:00
sunguangming 0b02453371 * [task#144288,done,0.5h] fix bug. 2025-06-03 07:12:35 +00:00
sunguangming ef8f08f6cd * [misc] remove unused code. 2025-06-03 06:26:42 +00:00
sunguangming 20b985665a * [dao] move code, fix error. 2025-06-03 06:25:40 +00:00
sunguangming 20dbd8c67f * [refactor] remove auto tpl. 2025-06-03 06:10:56 +00:00
liugang 2e7d788900 * [refac] refactor the method to get database profiles. 2025-06-03 09:15:12 +08:00
wangyuting 5ea15e9f73 * [bug#63026,done,1h,0h] Add setAutoTpl. 2025-05-30 01:45:15 +00:00
liugang 614d18d126 * [refac] refactor method to create temporary table. 2025-05-29 16:21:48 +08:00