Commit Graph
1461 Commits
Author SHA1 Message Date
liugang c496b00364 + [refac] check redis server's max database number. 2024-11-20 15:42:49 +08:00
liugang fe16031fd1 + [refac] add default $mao property of router class. 2024-11-20 15:42:49 +08:00
liugang 82eda5c887 + [refac] don't load cache configuration if isn't installed. 2024-11-20 15:42:49 +08:00
liugang 2e20324fe6 + [refac] close cache connection when program is shutdown. 2024-11-20 15:42:49 +08:00
liugang 62f313c0d6 * [refac] load cache configuration from database before initialize cache access object. 2024-11-20 15:42:49 +08:00
liugang 4ff19d7ef3 * [refac] add namespace to resolve class name conflicts. 2024-11-20 15:42:49 +08:00
liugang ece01c01ae + [refac] add method to connect redis server. 2024-11-20 15:42:49 +08:00
liugang c8bd87698c * [refac] replace dao with mao. 2024-11-20 15:42:49 +08:00
liugang bc1e918af3 + [refac] add method to load cache. 2024-11-20 15:42:49 +08:00
liugang 6f643638ea + [refac] add $mao object to baseControl. 2024-11-20 15:42:49 +08:00
朱金勇 e530add989 * [perf] rename cache to mao 2024-11-20 15:42:49 +08:00
朱金勇 1b01378120 * [perf] Fix error. 2024-11-20 15:42:49 +08:00
liugang 90e52d53be - [refac] remove unused methods. 2024-11-20 15:42:49 +08:00
朱金勇 b0e979d664 + [perf] Add cache model. 2024-11-20 15:42:49 +08:00
朱金勇 aa5528372b + [perf] Add redis cache class. 2024-11-20 15:42:49 +08:00
liugang e6c1a08437 * [perf] pass instance of baseRouter class to zredis. 2024-11-20 15:42:49 +08:00
liugang 445f995a26 * [perf] connect and initlize redis in zredis class. 2024-11-20 15:42:49 +08:00
liugang 7df002e23d - [perf] remove unused code of redis. 2024-11-20 15:42:49 +08:00
liugang aba9669e6e * [perf] fix error of add members to redis. 2024-11-20 15:42:49 +08:00
liugang a2a7aacca9 - [perf] remove unused code to flush redis. 2024-11-20 15:42:49 +08:00
liugang d33ec696d2 + [perf] load data from database to redis. 2024-11-20 15:42:49 +08:00
liugang 46dbb9dff6 * [perf] replace the global $config with $config property of baseRouter class. 2024-11-20 15:42:49 +08:00
caoyanyi ba467e2213 * [misc] adjust dao init for api entry. 2024-11-12 15:03:09 +08:00
caoyanyi 6df63a4fc8 * [misc] move helper method to base. 2024-11-12 10:49:15 +08:00
hufangzhou d2902932f2 * [bug#56633,done,0.5h] Data type error. 2024-11-01 16:42:14 +08:00
sunguangming 24d6672ff9 * [task#131458,done,0.2h] fix bug. 2024-10-30 16:56:41 +08:00
sunhao 28380be441 * [misc] set profiling_history_size to 200 in debug mode. 2024-10-28 16:04:16 +08:00
sunguangming 4080ed2c18 Merge branch 'feature/workflow' into main 2024-10-23 03:11:44 +00:00
tianshujie f927175fa2 * [feedback#7190,done,1.5h] change scientific count to two decimal. 2024-10-23 09:18:10 +08:00
sunguangming c4e2d4a9e0 * [task#130787,done,0.5h] add drop menu to workflow. 2024-10-21 15:22:37 +08:00
songchenxuan 5d1919bb8f *[misc] use helper::import to import control file. 2024-10-17 15:10:46 +08:00
wangyidong 8d666e099d * [refac bug #55954] Adjust get module and method for extend. 2024-10-17 10:15:21 +08:00
sunguangming 1f91d1d5d7 * [bug#56035,done,0.2h] fix bug. 2024-10-16 14:27:53 +08:00
wangyidong d8d39e6f51 * [perf story #67964] Add groupID for work flow. 2024-10-12 16:37:28 +08:00
liugang bd18a48a24 * [perf] fetch flow actions from database only once. 2024-10-12 15:44:15 +08:00
wangyidong bbbb0a82f4 * [perf story #67949] Add groupID for execute hook. 2024-10-12 08:51:14 +08:00
sunguangming bba0343973 * Merge code. 2024-10-11 15:31:07 +08:00
wangyidong 587f224fc4 * [perf story #67946] Add groupID for flow. 2024-10-11 15:12:37 +08:00
sunguangming dac8330a85 * [task#130096,doing,0.5h] code for task. 2024-10-10 15:51:26 +08:00
sunguangming 2531cfc487 * [task#130096,doing,0.5h] code for task. 2024-10-10 09:32:02 +08:00
zenggang c452e6002a * [ticket#1455] Fix project edit workflow field. 2024-10-09 09:08:46 +08:00
sunguangming 15365778fe Merge branch 'main' into feature/workflow 2024-10-08 00:45:31 +00:00
liugang ee00fcd0c2 * [bug#55789,0.1h] fix error of fetching unknown column from database. 2024-09-30 19:44:38 +08:00
sunguangming 793b719608 * [bug#55789,done,0.2h] fix bug. 2024-09-30 16:52:41 +08:00
hufangzhou 9cb89fd9b6 * [bug#55744,done,0.3h] Pass param. 2024-09-29 17:23:32 +08:00
hufangzhou 845c76ecab * [bug#55744,done,0.3h] Pass param. 2024-09-29 17:23:32 +08:00
朱金勇 c02a2c660e * [misc] Move loadDAO to router. 2024-09-29 13:50:47 +08:00
sunguangming 8d18d978b9 * [task#129303,done,0.2h] rename func. 2024-09-26 09:26:35 +08:00
hufangzhou 47069e44be * [bug#55456,done,0.6h] Text decoding. 2024-09-20 14:00:35 +08:00
tianshujie 85322f4ae1 * [refac] modify comment. 2024-09-20 10:23:47 +08:00