Commit Graph
1520 Commits
Author SHA1 Message Date
ThinkGamerandGitHub daba93eb74 Merge pull request #94 from zfoo-project/zfoo-hotswap-comment
chore[hotswap]: update comment
2024-03-07 16:39:00 +08:00
cuizw a14fd1296b chore[hotswap]: update comment 2024-03-07 16:36:50 +08:00
godotg 7bcaa66585 chore[hotswap]: update comment 2024-03-07 16:07:43 +08:00
godotg ff8a320fc1 chore[generate]: format csharp code 2024-03-05 18:09:19 +08:00
godotg 64a3526cc0 test[benchmark]: fastjson2 test 2024-03-05 18:02:44 +08:00
godotg 59d8ce0815 perf[deploy]: reduce deployment complexity 2024-03-04 12:11:28 +08:00
godotg 4870a55fec perf[deploy]: reduce deployment complexity 2024-03-01 17:28:47 +08:00
godotg 27b3902772 chore[func]: if can't get the property name corresponding to Func, an exception will be thrown 2024-02-27 19:28:01 +08:00
godotgandGitHub 341b384017 Merge pull request #93 from LucaLq/main
perf[graalvm]: optimized annotation @GraalvmNativeStorage
2024-02-27 18:56:12 +08:00
superman 73d8649859 perf[graalvm]: optimized annotation @GraalvmNativeStorage 2024-02-27 18:24:33 +08:00
godotg d3ee05daf0 chore[command]: command log 2024-02-24 16:31:02 +08:00
godotg 5dc92cfd5a perf[thread]: increase the event threads 2024-02-23 11:09:46 +08:00
godotg 4a35397432 perf[virtual]: virtual thread task can not set Attachment to ThreadLocal 2024-02-21 17:15:58 +08:00
godotg 742a90e7a4 perf[thread]: fast thread local adapter 2024-02-21 11:38:12 +08:00
godotg b5b0cc353f fix[tree]: if key greater than the max key, returns the last index of entry 2024-02-06 17:39:06 +08:00
godotg fc9a9e1e82 fix[protocol]: the protocol number is defined repeatedly 2024-02-06 15:21:52 +08:00
godotg a69b62b824 fix[note]: class note indented 2024-02-01 11:17:07 +08:00
godotg f585e00d07 fix[note]: class note indented 2024-02-01 11:10:35 +08:00
godotg 0d46c824b3 chore[note]: rename method 2024-02-01 10:58:24 +08:00
godotg 370b1f588d fix[note]: the first line of a multi-line note is not indented 2024-02-01 10:50:54 +08:00
godotg 22b01145c4 chore[log]: router log 2024-02-01 10:48:21 +08:00
godotg 36f90c8a69 fix[zk]: zooKeeper reconnects without a registered consumer 2024-01-30 12:49:34 +08:00
godotg 6dbb718c27 perf[lua]: serialize table to json 2024-01-29 19:33:22 +08:00
godotg f94a89ae99 perf[lua]: convert the array or map of Lua to a normal output string 2024-01-29 18:58:09 +08:00
godotg 58fbb96a3a perf[lua]: convert the table of lua to a string output 2024-01-29 17:19:07 +08:00
godotg 074f5d1303 chore[storage]: typo 2024-01-27 10:54:39 +08:00
godotg 9c3b4439fb feat[orm]: unsafe updates entity immediatly 2024-01-25 19:33:43 +08:00
godotg 5f75c53ef2 feat[orm]: unsafe updates entity immediatly 2024-01-25 19:32:32 +08:00
godotg f0a4a8e994 perf[orm]: updates entity are not verified for consistency 2024-01-25 16:35:12 +08:00
godotg cf569d8dc5 perf[orm]: updates entity are not verified for consistency 2024-01-25 16:28:10 +08:00
godotg 8fdc330f8d perf[cs]: get protocol name in script 2024-01-25 15:55:44 +08:00
godotg d48777b1dd perf[cs]: get protocolId by class type 2024-01-25 15:45:32 +08:00
godotg 61eea4418d perf[cs]: get protocolId by class type 2024-01-25 15:42:12 +08:00
godotg a23d5d1d1c del[file]: uploaded unwanted files 2024-01-24 19:53:37 +08:00
godotg 82e8210213 update 2024-01-24 19:51:23 +08:00
godotg 59b15dba6d fix[pb]: the note of class generated by the protobuf protocol is incorrect 2024-01-23 16:57:55 +08:00
godotg 9b325f0ada fix[pb]: the note of class generated by the protobuf protocol is incorrect 2024-01-23 16:54:14 +08:00
godotg 4bf6025f57 perf[cs]: avoid duplicate initializations 2024-01-23 11:27:02 +08:00
godotg 4ed627353c test[provider]: multiple service providers can be declared for the same interface module, and consumers can select one of them 2024-01-22 19:55:26 +08:00
godotg 3df1995f26 feat[consumer]: write all the consumed servers to the data under the node 2024-01-22 19:44:36 +08:00
godotg efb479aebb perf[host]: Unify the to String method of HostAndPort 2024-01-21 12:01:38 +08:00
godotg 8417510dbc feat[entity]: add updateNow() method which can update the data in the cache and write it to the database immediately 2024-01-21 10:54:03 +08:00
godotg dbfaff95f0 perf[registry]: remoteProviderRegisterSet use lsit as return value 2024-01-21 09:58:13 +08:00
godotg 7a008dbcc7 chore[comment]: scheduler comments 2024-01-20 20:34:12 +08:00
godotg c263ed6173 chore[comment]: consistent hash comments 2024-01-20 20:00:26 +08:00
godotg c411a80855 perf[encode]: serialization error prints the error log 2024-01-20 18:46:18 +08:00
godotg 950f90a022 chore[comment]: exception comments 2024-01-20 18:23:08 +08:00
godotg d5249ed904 ref[provider]: refactor consistent hash load balancing 2024-01-20 17:40:12 +08:00
godotg 471f0611e7 feat[provider]: add provider start event 2024-01-20 15:43:01 +08:00
godotg 63949dc53f chore[comment]: documentation comments 2024-01-20 11:38:34 +08:00