Commit Graph

  • c475a6ec4a ref[version]: use "orm" as root element in xml, "config" is not used anymore and use "orm" instead godotg 2024-07-01 13:59:40 +08:00
  • a79fdfceda feat[version]: use javassist to enhance version interface godotg 2024-07-01 13:53:03 +08:00
  • 1cb440a5f6 feat[version]: use javassist to enhance version interface godotg 2024-07-01 13:52:21 +08:00
  • 1b4626e033 chore[orm]: revise warning godotg 2024-07-01 12:37:17 +08:00
  • 28d2ac6078 ref[version]: The gvs() and svs() methods have been removed from the orm and replaced with @Version annotations godotg 2024-07-01 12:24:25 +08:00
  • 9c4c8f5f1b style[code]: code style godotg 2024-06-27 16:55:35 +08:00
  • aa8c321ffe perf[persist]: reduce the pressure of concurrent writes to the database godotg 2024-06-27 13:54:29 +08:00
  • 77499de278 del[batch]: unnecessary NOT_THREAD_SAFE_BATCH_SIZE godotg 2024-06-27 13:35:33 +08:00
  • 4e50f8b2b0 chore[entity]: comment godotg 2024-06-26 17:57:27 +08:00
  • 58f484fd5c feat[entity]: entity without @EntityCache annotation is allowed godotg 2024-06-26 17:50:25 +08:00
  • b591864c03 perf[executor]: add method to get executor based on hash godotg 2024-06-26 15:03:03 +08:00
  • 4729085900 Merge pull request #120 from LucaLq/main godotg 2024-06-26 14:55:57 +08:00
  • 3d80c13c29 feat[executor]:add method to get executor based on hash luca 2024-06-26 14:18:24 +08:00
  • f48e977283 chore[orm]: delete unnecessary try/catch in persistAllAndCompare godotg 2024-06-26 13:02:47 +08:00
  • 982e123e87 fix[orm]: cache cannot be persisted when closed application godotg 2024-06-26 12:50:33 +08:00
  • 4067c9c07d fix[orm]: interface judgement godotg 2024-06-25 15:40:12 +08:00
  • 5f14eeae83 perf[orm]: thread safe entity godotg 2024-06-25 15:05:08 +08:00
  • 8705e28f60 perf[orm]: unsafe collection persist batch size godotg 2024-06-25 14:50:23 +08:00
  • 79ac7f436e chore[orm]: comment godotg 2024-06-25 14:13:20 +08:00
  • 5fa6f65c63 chore[orm]: comment godotg 2024-06-25 13:57:53 +08:00
  • e2747177e2 fix[orm]: unsafe collection check godotg 2024-06-25 13:06:37 +08:00
  • facea30fb5 chore[orm]: comment godotg 2024-06-25 12:55:11 +08:00
  • 82b8e6211b test[orm]: persist test godotg 2024-06-25 12:47:49 +08:00
  • ddd292b6d2 ref[orm]: persist entity in same update thread godotg 2024-06-25 12:44:21 +08:00
  • b23ded4fbf ref[executor]: executor register and get godotg 2024-06-25 11:37:26 +08:00
  • c3e275a788 test[orm]: delete useless annotation godotg 2024-06-24 18:00:51 +08:00
  • bf7d963296 feat[orm]: persist the entity of the specified key godotg 2024-06-24 17:55:08 +08:00
  • 568c3c4c8a feat[orm]: persist the entity of the specified key godotg 2024-06-24 17:44:22 +08:00
  • e82f3b3a1c perf[orm]: concurrent collection check godotg 2024-06-24 17:36:44 +08:00
  • 6d1fc56a85 perf[orm]: concurrent collection check godotg 2024-06-24 17:31:29 +08:00
  • d4ccd79675 Merge pull request #117 from awakeyoyoyo/main godotg 2024-06-24 16:13:55 +08:00
  • 0ca1c9d78f perf[orm]: fix private id awake 2024-06-24 15:07:35 +08:00
  • c5b92d5171 perf[orm]: Rewrite collection declaration type check & Support deserialization into thread safe classes awake 2024-06-24 14:56:09 +08:00
  • 82b06b7c03 test[orm]: list test godotg 2024-06-24 10:37:14 +08:00
  • 117e4388ce chore[orm]: rename local variable godotg 2024-06-21 18:41:44 +08:00
  • ff1fcafa2d chore[orm]: rename method godotg 2024-06-21 18:40:32 +08:00
  • 4dffdda93a del[orm]: remove duplicate definition method persist() and updateNow() godotg 2024-06-21 18:38:59 +08:00
  • 22d6ad4ee0 perf[orm]: update entity cache time when call updateNow method godotg 2024-06-21 18:35:34 +08:00
  • aea7afc595 Merge pull request #116 from LucaLq/main godotg 2024-06-21 14:00:14 +08:00
  • 8e8d77065e feat[orm]: add an interface to persist the specified cache luca 2024-06-21 11:57:04 +08:00
  • 6a23d888a6 chore[orm]: comment godotg 2024-06-17 18:41:48 +08:00
  • 97f69995e0 chore[protocol]: comment godotg 2024-06-17 17:52:52 +08:00
  • a8768f1920 doc[orm]: readme godotg 2024-06-17 17:18:22 +08:00
  • 0d2ff37e56 chore[orm]: license godotg 2024-06-17 17:14:54 +08:00
  • 555e41fbf8 test[orm]: base type map test godotg 2024-06-17 17:11:25 +08:00
  • c131d517fe chore[orm]: simplify MapCodec godotg 2024-06-17 17:01:07 +08:00
  • a56c4e0072 chore[orm]: simplify MapCodec godotg 2024-06-17 16:44:14 +08:00
  • 193eb40dbe chore[orm]: simplify MapKeyCodec method godotg 2024-06-17 16:18:18 +08:00
  • 1eda19e6bf Merge pull request #115 from awakeyoyoyo/main godotg 2024-06-17 16:09:52 +08:00
  • 4d672aed68 chore[orm]: simplify the code awake 2024-06-17 15:27:04 +08:00
  • a14cf2f04d chore[orm]: simplify enum equal godotg 2024-06-17 15:11:12 +08:00
  • 0cafa52a9d chore[orm]: simplify the code godotg 2024-06-17 15:05:58 +08:00
  • 0f9f7a3574 Merge pull request #114 from awakeyoyoyo/main godotg 2024-06-17 14:44:26 +08:00
  • 7e42fb3f85 Merge remote-tracking branch 'origin/main' awake 2024-06-17 14:32:29 +08:00
  • fadc870078 chore[orm]: support map of basic types godotg 2024-06-17 10:53:07 +08:00
  • b15768f805 chore[orm]: simplify the code godotg 2024-06-17 10:53:07 +08:00
  • 3978e6ef12 test[orm]: map batch insert test godotg 2024-06-17 10:43:01 +08:00
  • f8470395d9 fix[orm]: map null value support godotg 2024-06-17 10:36:41 +08:00
  • f8021476e9 chore[orm]: simplify the code godotg 2024-06-17 10:33:50 +08:00
  • cca1a95b5a fix[orm]: map null value support godotg 2024-06-17 10:30:59 +08:00
  • 5652fdd3f9 perf[orm]: optimize codec registration godotg 2024-06-14 18:52:13 +08:00
  • 4c20ada20a perf[orm]: optimize codec registration godotg 2024-06-14 18:01:32 +08:00
  • 601f08792f del[orm]: remove useless code godotg 2024-06-14 17:55:28 +08:00
  • d964049ef7 perf[orm]: map key codec godotg 2024-06-14 17:51:54 +08:00
  • 6b6e653635 perf[orm]: map key codec godotg 2024-06-14 17:49:04 +08:00
  • 5446f8e452 perf[orm]: map type check godotg 2024-06-14 17:05:38 +08:00
  • adc52e11ee test[orm]: map type test godotg 2024-06-14 17:04:02 +08:00
  • 92f3db95cb Merge pull request #113 from awakeyoyoyo/main godotg 2024-06-14 15:30:40 +08:00
  • 5e1fd3d818 feat[orm]: Fix Maps MUST have string keys awake 2024-06-14 11:33:39 +08:00
  • f7e6e51edd perf[event]: post exception whatever if the exceptionFunction is override or not godotg 2024-06-12 12:38:27 +08:00
  • 837b6d8e9d Merge pull request #112 from LucaLq/main godotg 2024-06-12 12:25:37 +08:00
  • 6e4b4f4205 perf[event]: support the reimplementation of exception handling luca 2024-06-12 11:49:40 +08:00
  • 11a9af5a1e doc[doc]: update mongodb doc godotg 2024-06-10 09:50:45 +08:00
  • 2d5dffa8e9 ref[event]: spring like exception handler godotg 2024-06-09 15:55:48 +08:00
  • 3980af119c perf[event]: simple exception handle and remove unnecessary code godotg 2024-06-07 18:55:51 +08:00
  • 52926979b8 Merge pull request #111 from LucaLq/main godotg 2024-06-06 17:35:57 +08:00
  • 3b90504c02 feat[net]: support xml configuration luca 2024-06-06 17:22:33 +08:00
  • 7aff4e7b72 chore[protocol]: code location godotg 2024-06-05 17:13:17 +08:00
  • 2ea07b7af4 Merge pull request #109 from HaoZiMc/main godotg 2024-06-05 16:51:04 +08:00
  • af2d67908e Merge pull request #110 from LucaLq/main godotg 2024-06-05 16:50:30 +08:00
  • ab0007c54a feat[event]: support exception handle for event luca 2024-06-05 16:45:05 +08:00
  • c23db9090e fix[net]: TaskBus计算hash的时候,在taskExecutorHash达到int最大值的时候,计算出来是负数 zhou.yihao 2024-06-05 14:55:10 +08:00
  • 5320802bf1 fix[orm]: The primary key must be named as id, otherwise an error will occur. #issue(108) godotg 2024-06-05 14:03:25 +08:00
  • 985fa61b2d chore[net]: comment godotg 2024-06-03 11:48:51 +08:00
  • 8f0d8b1e72 chore[storage]: comment godotg 2024-05-31 17:58:16 +08:00
  • 7173493a85 fix[protocol]: auto generate error godotg 2024-05-31 17:52:02 +08:00
  • adb2e8324f test[gdscript]: export binary file from excel godotg 2024-05-31 17:51:10 +08:00
  • e73b79d8b4 test[gdscript]: export binary file from excel godotg 2024-05-31 17:33:44 +08:00
  • 579e2af405 Merge pull request #107 from LucaLq/main godotg 2024-05-31 16:40:18 +08:00
  • 7a97238496 fix[net]: fixed bug in client initialization registry luca 2024-05-31 14:22:05 +08:00
  • 730929fbf1 fix[net]: fixed bug in client initialization registry luca 2024-05-31 13:59:08 +08:00
  • f2dfb1433a perf[orm]: authSource judgement godotg 2024-05-30 19:22:22 +08:00
  • f7a9550363 fix[orm]: authSource not parse in xml godotg 2024-05-30 19:19:39 +08:00
  • a55dda91c6 Merge pull request #106 from LucaLq/main godotg 2024-05-30 18:09:42 +08:00
  • d36e641dd4 chore[rename]: rename method godotg 2024-05-30 17:45:43 +08:00
  • eda59cebfc test[Golang]: Golang protocol test godotg 2024-05-30 17:39:43 +08:00
  • d512ef2a0b test[Golang]: Golang protocol test godotg 2024-05-30 17:32:57 +08:00
  • 2e8809ce58 test[Golang]: Golang protocol test godotg 2024-05-30 17:30:55 +08:00
  • dbe1502a92 ref[Golang]: refactor generate Golang protocol godotg 2024-05-30 17:28:32 +08:00
  • 4c92120cef feat[net]: supports the configuration of registry driver classes luca 2024-05-30 15:32:48 +08:00