Commit Graph

1491 Commits

Author SHA1 Message Date
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
godotg 917937a1e9 chore[comment]: documentation comments 2024-01-20 11:11:50 +08:00
godotg c9f3464453 chore[exception]: convert exception type 2024-01-20 11:00:56 +08:00
godotg ace1d7648e fix[pb]: protobuf generate valueOf definition 2024-01-19 21:58:55 +08:00
godotg 6bd067a6e7 chore[comment]: log 2024-01-19 21:27:49 +08:00
godotg 30790b6537 feat[pb]: generates an all-args constructor. If no field in the class, no constructor will be generated. 2024-01-19 18:54:41 +08:00
godotg 3459d41ce5 feat[pb]: add new PbGenerateOperation recordExcludes to difine Which classes do not need to generate a record class 2024-01-19 17:23:57 +08:00
godotg 4483706c7d chore[log]: reduce the number of logs for service consumers 2024-01-19 15:19:07 +08:00
godotg d6ca2397e5 perf[ws]: add IdleStateHandler to websocket server 2024-01-19 14:39:55 +08:00
godotg cb454ed404 chore[comment]: webSocket heartbeat document 2024-01-19 14:33:38 +08:00
godotg 67f9848958 fix[protocol]: wrong Golang protocol file output path 2024-01-19 14:13:03 +08:00
godotg 5ed737154b Merge pull request #90 from uuyycc/main
fix[protocol]: wrong C# protocol file output path
2024-01-19 13:40:40 +08:00
godotg 9bfa8e11b3 chore[comment]: webSocket handshake instructions 2024-01-19 13:05:55 +08:00
godotg f9e4b44383 chore[comment]: webSocket handshake instructions 2024-01-19 13:03:12 +08:00
godotg a3d3a006c7 chore[log]: lower the log warning level 2024-01-19 10:31:03 +08:00
uuyycc d896aa21bc fix[protocol]: wrong C# protocol file output path 2024-01-19 00:07:06 +08:00
godotg 2bbe37cf1f chore[rename]: rename RegisterVO to Register 2024-01-18 19:16:16 +08:00
godotg 7b7dffc1f3 chore[rename]: rename field 2024-01-18 19:04:35 +08:00
godotg 6e0724f764 del[ask]: remove useless protocol classes of GatewaySessionInactiveAsk 2024-01-18 16:23:34 +08:00
godotg dd929af215 del[ask]: remove useless protocol classes 2024-01-18 16:15:14 +08:00
godotg fe7a0cef3a chore[comment]: cache the sid after load balancer 2024-01-18 10:44:32 +08:00
godotg 6dc976e86b doc[hotswap]: need to configure the JAVA_HOME environment variable, if you don't configure this environment variable, it may cause an unknown exception 2024-01-17 15:41:34 +08:00
godotg 2477fb198b doc[decoder]: WeChat Mini Program does not support TextDecoder 2024-01-17 15:28:43 +08:00
godotg c512663b17 doc[ssl]: openssl certificate conversion 2024-01-17 15:08:21 +08:00
godotg 8918104a15 del[message]: delete fields that are not used for generic returns 2024-01-17 11:07:10 +08:00
godotg eaed62620b fix[enhance]: location null pointer error 2024-01-16 17:44:39 +08:00
godotg 61b5c2abce perf[module]: If the path of the package contains a classpath, the moduleId of the classpath is preferred, which means that the priority of the classpath will be higher. 2024-01-16 17:20:59 +08:00
godotg f463205bcb fix[pb]: if not specify output path, then use current default path 2024-01-16 13:46:23 +08:00
godotg c57656b851 perf[csharp]: delete csharp useless valueOf() method 2024-01-16 13:38:49 +08:00
godotg d5e1f495df fix[generate]: join root path and generate path 2024-01-15 18:53:49 +08:00