Commit Graph

  • 9fd1f29845 chore: refactor (#5071) Kevin Wan 2025-08-09 12:27:43 +08:00
  • 130e1ba963 perf: pre-allocate all known length arrays to avoid re-scaling (#5029) Ioannis Pinakoulakis 2025-08-08 19:03:25 +03:00
  • a2b98dbcf7 chore: refactor (#5068) Kevin Wan 2025-08-08 23:30:03 +08:00
  • b46d507a1d fix: resolve concurrent get may lead to empty result in ImmutableResource (#5065) sunhao1296 2025-08-08 23:00:49 +08:00
  • 3152581d0d optimize: logging with fields (#5066) Kevin Wan 2025-08-08 20:23:10 +08:00
  • 46e466f037 chore(deps): bump github.com/redis/go-redis/v9 from 9.11.0 to 9.12.0 (#5056) dependabot[bot] 2025-08-06 09:18:27 +08:00
  • 151b3d1085 chore: fix codecov warning (#5055) Kevin Wan 2025-08-05 22:55:26 +08:00
  • ea53fe41de chore: fix codecov problem (#5053) Kevin Wan 2025-08-05 21:37:22 +08:00
  • d9df08b079 chore: fix some minor issues in comments (#5051) queryfast 2025-08-05 12:13:44 +08:00
  • 569c00ad09 chore: refactor redis stream (#5048) Kevin Wan 2025-08-03 14:58:09 +08:00
  • 9da76fbf04 feat: redis support consumer groups (#4912) jk2K 2025-08-02 21:36:08 +08:00
  • b69db5e09d chore: refactor etcd discov (#5046) Kevin Wan 2025-08-01 23:12:49 +08:00
  • ee6b7cee79 fix: Issue with etcd key disappearing and unable to auto-re-register (#4960) guonaihong 2025-08-01 22:54:07 +08:00
  • d150248c52 chore: refactor jsonx.Marshal (#5045) Kevin Wan 2025-08-01 22:05:13 +08:00
  • 610a7345dc chore: refactor gateway middlewares (#5042) Kevin Wan 2025-08-01 00:09:57 +08:00
  • b0b31f3993 feat(gateway): add custom middleware support with onion model (#5035) Yi Deng 2025-07-31 21:33:36 +08:00
  • 82a937d517 chore: refactor unit tests (#5041) Kevin Wan 2025-07-31 20:10:45 +08:00
  • 93c11a7eb7 fix(httpx): Resolve HTML escaping issue during JSON serialization (#5032) Joe Bird 2025-07-31 19:53:40 +08:00
  • 63ec989376 fix: large memory usage on detail logging post requests (#5039) Kevin Wan 2025-07-31 19:09:32 +08:00
  • bf75027889 chore: add more tests (#5038) Kevin Wan 2025-07-30 19:45:35 +08:00
  • d505fae979 fix: unmarshal problem on env vars for type env string (#5037) Kevin Wan 2025-07-30 18:09:25 +08:00
  • 25f37ca750 chore: add unit test for WithCodeResponseWriter (#5028) Kevin Wan 2025-07-25 21:45:47 +08:00
  • 0be63c3625 Fix SSE timeout will affected by http.Server 's WriteTimeout (#5024) csbzy 2025-07-23 23:04:45 +08:00
  • b011a072c7 chore(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 in /tools/goctl (#5021) dependabot[bot] 2025-07-23 09:53:42 +08:00
  • 3c9b6335fb chore: refactor set in collection package (#5016) #4977 Kevin Wan 2025-07-18 21:25:40 +08:00
  • bf6ef5f033 feat: add generic TypedSet with 2x performance boost and compile-time (#4888) Qiu shao 2025-07-18 20:57:43 +08:00
  • ff890628b0 feat: optimize ignore fields in orm (#5015) Kevin Wan 2025-07-18 20:36:28 +08:00
  • cc79e3d842 feat(sqlx): add field tag (-) skip logic in unwrapFields (#5010) wiki 2025-07-18 19:58:38 +08:00
  • f11b78ced9 feat: support masking sensitive data in logx (#5003) Kevin Wan 2025-07-18 19:51:22 +08:00
  • 1d2b0d7ab8 chore(deps): bump github.com/grafana/pyroscope-go from 1.2.3 to 1.2.4 (#5014) dependabot[bot] 2025-07-18 10:41:26 +08:00
  • da987e1270 chore(deps): bump github.com/grafana/pyroscope-go from 1.2.2 to 1.2.3 (#5004) dependabot[bot] 2025-07-15 11:51:22 +08:00
  • 12e03c8843 chore: update goctl version (#5002) tools/goctl/v1.8.5 Kevin Wan 2025-07-13 11:18:51 +08:00
  • 8cf4f95bd7 Fix POST JSON parameter determination logic (goctl api swagger) & Add some unit test. (#4997) #4993 Twilikiss 2025-07-13 11:07:35 +08:00
  • ba0febf308 fix: Fix PostgreSQL numeric type mapping in goctl model generation (#4992) anlynn 2025-07-13 10:40:16 +08:00
  • c9ff6a10d3 feat: support serverless in rest (#5001) v1.8.5 Kevin Wan 2025-07-13 00:00:52 +08:00
  • a71e56de52 fix: context key error in sql read write mode (#5000) Kevin Wan 2025-07-12 06:58:08 +08:00
  • bae8d4f4c8 chore: refactoring sql read write mode (#4990) Kevin Wan 2025-07-11 01:05:55 +08:00
  • 8c6266f338 sql read write support (#4976) zhoushuguang 2025-07-10 00:04:56 +08:00
  • 95d5b81f44 chore: optimize pr 4979 (#4988) Kevin Wan 2025-07-09 23:55:24 +08:00
  • bca7bbc142 fix: correct duration type comparison in environment variable processing (#4979) geekeryy 2025-07-09 23:22:27 +08:00
  • df9a52664b fix issue #4986 Kevin Wan 2025-07-08 13:58:48 +00:00
  • 937cf0db96 Update readme-cn.md (#4983) Kevin Wan 2025-07-04 11:02:49 +08:00
  • 75cebb65f8 fix: timeout 0s not working (#4932) Kevin Wan 2025-07-01 17:01:24 +08:00
  • 410f56e73a chore(deps): bump github.com/redis/go-redis/v9 from 9.10.0 to 9.11.0 (#4969) dependabot[bot] 2025-06-25 18:35:01 +08:00
  • 017909a3ab chore(deps): bump github.com/emicklei/proto from 1.14.1 to 1.14.2 in /tools/goctl (#4961) dependabot[bot] 2025-06-19 15:40:18 +08:00
  • 0d31e6c375 (goctl): fix #4943 (#4953) kesonan 2025-06-14 23:36:30 +08:00
  • 0ba86b1849 chore: add more tests (#4949) Kevin Wan 2025-06-13 22:10:08 +08:00
  • 4cacc4d9d3 fix: the time.Duration type panics due to numerical values (#4944) wanwu 2025-06-12 23:11:07 +08:00
  • a99c14da4a fix: typo of the logic of CpuThreshold in comments (#4942) Eric 2025-06-12 16:28:44 +08:00
  • 985582264a chore: fix warnings (#4940) Kevin Wan 2025-06-12 00:04:29 +08:00
  • 8364e341e1 chore: update go-zero dep (#4933) tools/goctl/v1.8.4 Kevin Wan 2025-06-09 18:08:20 +08:00
  • 0f2b589d4d Revert "fix: api group set timeout: 0s not working." (#4931) v1.8.4 Kevin Wan 2025-06-08 23:14:38 +08:00
  • 19fec36d24 fix: api group set timeout: 0s not working. (#4785) spectatorMrZ 2025-06-08 22:50:21 +08:00
  • f037bf344d chore: add more tests (#4930) Kevin Wan 2025-06-08 22:08:04 +08:00
  • d99cf35b07 Feat/continue profiling (#4867) MarkJoyMa 2025-06-07 21:12:31 +08:00
  • f459f1b5ff chore: update goctl version (#4929) Kevin Wan 2025-06-07 21:01:35 +08:00
  • 0140fd417b feat(goctl): generate mongo model with cache prefix (#4907) Haiwei Zhang 2025-06-07 20:54:33 +08:00
  • 7969e0ca38 fix(goctl): Fix getting swagger consume types (#4903) jaron 2025-06-07 20:46:34 +08:00
  • 91c885b5b0 chore: add more unit tests for mcp (#4928) Kevin Wan 2025-06-07 20:41:57 +08:00
  • d4cccca387 Fix the problem that mcp request id is not of int type (#4914) MarkJoyMa 2025-06-07 10:37:18 +08:00
  • 4b2095ed03 chore(deps): bump github.com/redis/go-redis/v9 from 9.9.0 to 9.10.0 (#4926) dependabot[bot] 2025-06-07 10:07:26 +08:00
  • 1229eeb2d2 chore(deps): bump go.mongodb.org/mongo-driver from 1.17.3 to 1.17.4 (#4924) dependabot[bot] 2025-06-06 19:45:26 +08:00
  • 9142b146c5 chore(deps): bump github.com/alicebob/miniredis/v2 from 2.34.0 to 2.35.0 (#4919) dependabot[bot] 2025-06-06 10:09:15 +08:00
  • 8a1b2d5aed chore: fix typo (#4920) Kevin Wan 2025-06-05 22:51:22 +08:00
  • da5d39e6ca fix: correct spelling of 'cancellation' in timeout handler comment (#4916) Leon cap 2025-06-05 22:42:53 +08:00
  • 68c5a17c67 fix: correct spelling of 'underlying' in Header method comment (#4918) Leon cap 2025-06-05 18:36:21 +08:00
  • b53f9f5f2d fix: correct spelling of 'TimeoutHandler' in timeout handler comment (#4917) Leon cap 2025-06-04 23:48:37 +08:00
  • 36d57626b6 chore(deps): bump github.com/redis/go-redis/v9 from 9.8.0 to 9.9.0 (#4905) dependabot[bot] 2025-05-28 11:32:57 +08:00
  • 4e36ba832f Update readme.md (#4897) Kevin Wan 2025-05-25 22:25:56 +08:00
  • a44954a771 fix: don't set read/write timeout if timeout middleware disabled (#4895) tools/goctl/v1.8.4-beta Kevin Wan 2025-05-25 15:07:58 +08:00
  • f3edd4b880 goctl: v1.8.4-beta (#4890) kesonan 2025-05-25 13:36:56 +08:00
  • 2de3e397ff chore: revert go version to 1.21 (#4893) Kevin Wan 2025-05-24 18:17:49 +08:00
  • a435eb56f2 perf(hash): optimize Md5Hex encoding performance (#4891) Qiu shao 2025-05-24 16:41:21 +08:00
  • d80761c147 chore: refactor coding style (#4887) Kevin Wan 2025-05-22 23:29:40 +08:00
  • e7bd0d8b60 update:To standardize the time format, use the go standard library's own (#4875) me-cs 2025-05-22 23:26:53 +08:00
  • b109b3ef4c update:use builtin cmp func (#4879) me-cs 2025-05-22 23:19:13 +08:00
  • e3c371ac89 chore: refactor Kevin Wan 2025-05-20 12:59:35 +00:00
  • 15eb6f4f6d test(hash): modify TestConsistentHashTransferOnFailure to more reasonable test transfer ratio (#4874) 燕归来 2025-05-20 20:51:50 +08:00
  • 4d3681b71c Optimize slicing operations (#4877) me-cs 2025-05-20 19:36:02 +08:00
  • a682bda0bb chore(deps): bump github.com/jackc/pgx/v5 from 5.7.4 to 5.7.5 (#4871) dependabot[bot] 2025-05-20 10:19:06 +08:00
  • 45b27ad93a goctl: 1.8.4-beta (#4869) kesonan 2025-05-19 23:30:50 +08:00
  • 292a8302a1 chore: optimize mcp (#4866) Kevin Wan 2025-05-17 12:28:06 +08:00
  • 91ab1f6d2b goctl features of 1.8.4-alpha (#4849) tools/goctl/v1.8.4-alpha kesonan 2025-05-15 21:59:48 +08:00
  • 5048c350ae chore: fix test failure in profilecenter_test.go Kevin Wan 2025-05-15 13:31:53 +00:00
  • 94edc32f3e chore: optimize profile center and remove tablewriter dependency Kevin Wan 2025-05-15 13:22:27 +00:00
  • ec989b2e2a chore: for backward compatibility (#4852) Kevin Wan 2025-05-11 20:19:00 +08:00
  • 82fe802e81 update:Use the official sync.OnceFunc (#4840) me-cs 2025-05-11 20:08:43 +08:00
  • 072d68f897 update:Use the official slice operate func (#4841) me-cs 2025-05-11 19:48:54 +08:00
  • 2e91ba5811 chore: refactor rest file server (#4851) Kevin Wan 2025-05-11 12:44:43 +08:00
  • 5564c43197 feat: serve files using embed.FS (#4847) shaouai 2025-05-10 23:43:13 +08:00
  • e55158b0f7 chore: update deps in goctl (#4830) tools/goctl/v1.8.3 Kevin Wan 2025-05-04 16:18:02 +08:00
  • 69aa7fe346 feat: improve mcp (#4828) v1.8.3 Kevin Wan 2025-05-04 15:29:14 +08:00
  • c3820a95c1 release goctl swagger (#4829) kesonan 2025-05-04 14:05:41 +08:00
  • 493f3bad0f fix: allow special characters like periods in API route paths (#4827) Kevin Wan 2025-05-04 11:07:43 +08:00
  • eb0d5ad3a4 Update readme-cn.md (#4826) Kevin Wan 2025-05-02 17:31:49 +08:00
  • 14192050ae fix: goctl api tsgen (#4726) wwwfeng 2025-05-02 17:15:32 +08:00
  • 9193e771e3 fix: pg gen model missing cache prefix (#4788) spectatorMrZ 2025-05-02 16:52:55 +08:00
  • 808b4e496a feat:add cache prefix support to pg (#4741) hoshi 2025-05-02 16:10:47 +08:00
  • e416d01f8d api format from stdin (#4772) kesonan 2025-05-02 15:59:47 +08:00
  • 789c5de873 fix(marshaler): fix bug when marshal array (#4790) Joe Bird 2025-05-02 15:54:00 +08:00