Commit Graph

  • 87a445689c feat: reduce dependencies of framework by add go.mod in goctl (#1290) Kevin Wan 2021-12-02 16:57:07 +08:00
  • b6bda54870 chore: update cli version (#1287) Kevin Wan 2021-12-01 23:33:23 +08:00
  • 9d528dddd6 feat: support third party orm to interact with go-zero (#1286) v1.2.4 Kevin Wan 2021-12-01 20:22:15 +08:00
  • 543d590710 fixes #987 (#1283) Kevin Wan 2021-12-01 17:45:48 +08:00
  • f1d70eb6b2 Feature api root path (#1261) anqiansong 2021-11-30 18:27:24 +08:00
  • d828c3f37e feat: add etcd resolver scheme, fix discov minor issue (#1281) Kevin Wan 2021-11-28 20:08:18 +08:00
  • 038491b7bc chore: cleanup zRPC retry code (#1280) Kevin Wan 2021-11-27 18:39:52 +08:00
  • cf683411ee feature(retry): Delete retry mechanism (#1279) chenquan 2021-11-27 11:32:33 +08:00
  • de5ed6a677 feat: support %w in logx.Errorf (#1278) Kevin Wan 2021-11-26 15:57:23 +08:00
  • 3dda557410 chore: only allow cors middleware to change headers (#1276) Kevin Wan 2021-11-26 14:14:06 +08:00
  • c800f6f723 chore: avoid superfluous WriteHeader call errors (#1275) Kevin Wan 2021-11-26 11:09:57 +08:00
  • 0395ba1816 feat: add rest.WithCustomCors to let caller customize the response (#1274) Kevin Wan 2021-11-25 23:03:37 +08:00
  • 86f9f63b46 Cli (#1272) Kevin Wan 2021-11-25 11:08:49 +08:00
  • a7a6753118 fixes #1257 (#1271) Kevin Wan 2021-11-25 10:26:16 +08:00
  • 2e80d12d6a docs: update readme to use goctl@cli (#1255) Kevin Wan 2021-11-17 21:10:45 +08:00
  • 417a96cbf2 chore: update goctl version (#1250) Kevin Wan 2021-11-16 21:57:55 +08:00
  • 2d4c29ea7c Revert "Revert "feat: enable retry for zrpc (#1237)"" (#1246) Kevin Wan 2021-11-16 10:29:31 +08:00
  • 67db40ed4f Revert "feat: enable retry for zrpc (#1237)" (#1245) v1.2.3 Kevin Wan 2021-11-15 23:30:31 +08:00
  • 11c485a5ed Duplicate temporary variable (#1244) FabioCircle 2021-11-15 23:14:54 +08:00
  • b0573af9a9 Update template (#1243) anqiansong 2021-11-15 21:02:11 +08:00
  • 09eb53f308 feat: enable retry for zrpc (#1237) Kevin Wan 2021-11-14 22:33:01 +08:00
  • 11f85d1b80 chore: remove conf.CheckedDuration (#1235) Kevin Wan 2021-11-13 23:34:30 +08:00
  • 0cb86c6990 reset link goctl (#1232) anqiansong 2021-11-13 18:39:07 +08:00
  • 57d2f22c24 feat: disable grpc retry, enable it in v1.2.4 (#1233) Kevin Wan 2021-11-13 15:38:43 +08:00
  • fa0c364982 fixes #1169 (#1229) Kevin Wan 2021-11-12 14:05:28 +08:00
  • a6c8113419 chore: refactor, better goctl message (#1228) Kevin Wan 2021-11-11 22:58:33 +08:00
  • 4f5c30e083 chore: remove unused const (#1224) Kevin Wan 2021-11-10 21:45:42 +08:00
  • 9d0b51fa26 fixes #1222 (#1223) Kevin Wan 2021-11-10 21:25:51 +08:00
  • ba5f8045a2 Update FUNDING.yml Kevin Wan 2021-11-10 21:22:34 +08:00
  • 3a510a9138 chore: redislock use stringx.randn replace randomStr func (#1220) an 2021-11-10 21:14:21 +08:00
  • d3bfa16813 feat: exit with non-zero code on errors (#1218) Kevin Wan 2021-11-09 22:42:44 +08:00
  • 28409791fa feat: support CORS, better implementation (#1217) Kevin Wan 2021-11-09 20:35:57 +08:00
  • c1abe87953 Create FUNDING.yml Kevin Wan 2021-11-09 14:27:36 +08:00
  • f8367856e8 chore: refine code (#1215) Kevin Wan 2021-11-08 23:12:13 +08:00
  • a72b0a689b docs: add go-zero users (#1214) Kevin Wan 2021-11-08 16:13:24 +08:00
  • 69a4d213a3 Fix issue 1205 (#1211) anqiansong 2021-11-07 22:44:37 +08:00
  • c28e01fed3 feat: support CORS by using rest.WithCors(...) (#1212) Kevin Wan 2021-11-07 22:42:40 +08:00
  • e8efcef108 update dependencies. (#1210) Kevin Wan 2021-11-07 16:38:20 +08:00
  • d011316997 test: add more tests (#1209) Kevin Wan 2021-11-07 11:41:24 +08:00
  • 4d22b0c497 feat: ignore rest.WithPrefix on empty prefix (#1208) Kevin Wan 2021-11-06 21:31:35 +08:00
  • 539215d7df goctl docker command add -version (#1206) 晨曦中 2021-11-06 21:28:32 +08:00
  • 3ede597a15 feat: support customizing timeout for specific route (#1203) Kevin Wan 2021-11-03 22:20:32 +08:00
  • 01786c5e63 Generate route with prefix (#1200) anqiansong 2021-11-03 20:57:03 +08:00
  • 6aba5f74fc feat: add NewSessionFromTx to interact with other orm (#1202) yedf2 2021-11-03 20:56:02 +08:00
  • 3c894a3fb7 feat: simplify the grpc tls authentication (#1199) Kevin Wan 2021-11-02 20:42:22 +08:00
  • 1ece3a498f feat: use WithBlock() by default, NonBlock can be set in config or WithNonBlock() (#1198) Kevin Wan 2021-11-02 19:02:02 +08:00
  • b76c7ae55d chore: remove semicolon for routes of services in api files (#1195) Kevin Wan 2021-11-01 20:37:05 +08:00
  • 91b10bd3b9 feat: add rest.WithPrefix to support route prefix (#1194) Kevin Wan 2021-11-01 20:15:10 +08:00
  • 7e3fe77e7b chore: update goctl version to 1.2.3, prepare for release (#1193) Kevin Wan 2021-11-01 18:26:08 +08:00
  • ba43214dae feat: slow threshold customizable in zrpc (#1191) Kevin Wan 2021-11-01 15:04:38 +08:00
  • ebc90720ea feat: slow threshold customizable in rest (#1189) Kevin Wan 2021-11-01 14:48:26 +08:00
  • 785d100be9 feat: slow threshold customizable in sqlx (#1188) Kevin Wan 2021-11-01 08:37:44 +08:00
  • f13e6f1149 feat: slow threshold customizable in redis (#1187) Kevin Wan 2021-11-01 08:20:35 +08:00
  • 8be0f77d96 feat: slow threshold customizable in mongo (#1186) Kevin Wan 2021-11-01 07:12:53 +08:00
  • 429f85a9de feat: slow threshold customizable in redis (#1185) Kevin Wan 2021-10-31 22:14:20 +08:00
  • b4d1c6da2c docs: update roadmap (#1184) Kevin Wan 2021-10-31 21:00:34 +08:00
  • 3c1cfd4c1e feat: support multiple trace agents (#1183) Kevin Wan 2021-10-31 19:58:01 +08:00
  • a71a210704 feat: let different services start prometheus on demand (#1182) Kevin Wan 2021-10-31 18:54:13 +08:00
  • 769d06c8ab refactor: simplify tls config in rest (#1181) Kevin Wan 2021-10-31 14:10:47 +08:00
  • cd1f8da13f [update] add plugin config (#1180) Howie 2021-10-31 12:56:25 +08:00
  • 8230474667 test: add more tests (#1179) Kevin Wan 2021-10-31 11:33:13 +08:00
  • 27f553bf84 docs: update roadmap (#1178) Kevin Wan 2021-10-31 11:13:45 +08:00
  • d48bff8c8b docs: add go-zero users (#1176) Kevin Wan 2021-10-31 10:02:46 +08:00
  • 59b9687f31 feat: support auth account for etcd (#1174) Kevin Wan 2021-10-31 09:05:38 +08:00
  • c1a8ccda11 feat: support ssl on zrpc, simplify the config (#1175) Kevin Wan 2021-10-30 23:15:39 +08:00
  • 9df6786b09 support RpcClient Vertify With Unilateralism and Mutual (#647) workman-Lu 2021-10-30 22:07:15 +08:00
  • bef5bd4e4f fix the package name of grpc client (#1170) anqiansong 2021-10-30 21:35:05 +08:00
  • 68acfb1891 docs: add go-zero users (#1172) Kevin Wan 2021-10-29 21:39:28 +08:00
  • 9fd3f752d1 fix(goctl): repeat creation protoc-gen-goctl symlink (#1162) zeromake 2021-10-29 09:56:51 +08:00
  • 9c48e9ceab Feature add template version (#1152) anqiansong 2021-10-29 09:55:41 +08:00
  • bd26783b33 test: add more tests (#1166) Kevin Wan 2021-10-28 10:04:59 +08:00
  • eda8230521 chore: reorg imports, format code, make MaxRetires default to 0 (#1165) Kevin Wan 2021-10-27 20:57:18 +08:00
  • 462ddbb145 Add grpc retry (#1160) chenquan 2021-10-27 19:46:07 +08:00
  • 496a2f341e test: add more tests (#1163) Kevin Wan 2021-10-25 21:10:08 +08:00
  • 7109d6d635 chore: reverse the order of stopping services (#1159) Kevin Wan 2021-10-24 12:01:17 +08:00
  • ca72241fa3 docs: update qr code (#1158) Kevin Wan 2021-10-23 22:12:50 +08:00
  • a6bdffd225 test: add more tests (#1154) Kevin Wan 2021-10-21 21:16:18 +08:00
  • 5636bf4955 test: add more tests (#1150) Kevin Wan 2021-10-20 17:50:01 +08:00
  • a944a7fd7e Mark deprecated syntax (#1148) anqiansong 2021-10-20 10:58:25 +08:00
  • a40fa405e4 test: add more tests (#1149) Kevin Wan 2021-10-19 23:48:25 +08:00
  • eab77e21dd test: add more tests (#1147) Kevin Wan 2021-10-19 22:37:56 +08:00
  • d41163f5c1 docs: add go-zero users (#1141) Kevin Wan 2021-10-18 18:38:01 +08:00
  • 265b1f2459 test: add more tests (#1138) Kevin Wan 2021-10-15 16:27:30 +08:00
  • c92ea59228 test: add more tests (#1137) Kevin Wan 2021-10-15 16:07:38 +08:00
  • afddfea093 docs: add go-zero users (#1135) Kevin Wan 2021-10-14 12:50:25 +08:00
  • fa4dc151ca test: add more tests (#1134) Kevin Wan 2021-10-13 22:42:54 +08:00
  • 44202acb18 Fix issue #1127 (#1131) anqiansong 2021-10-13 20:48:47 +08:00
  • cf00786209 docs: add go-zero users (#1130) Kevin Wan 2021-10-12 22:34:13 +08:00
  • 6a8638fc85 chore: refine rpc template in goctl (#1129) v1.2.2 Kevin Wan 2021-10-12 22:13:14 +08:00
  • 837a9ffa03 go-zero/core/hash/hash_test.go 增加测试 TestMd5Hex (#1128) Mikael 2021-10-12 21:57:07 +08:00
  • d28cfe5f20 Add opts ...grpc.CallOption in grpc client (#1122) chenquan 2021-10-12 21:52:50 +08:00
  • 022c100dc9 Add request method in http log (#1120) chenquan 2021-10-12 21:50:30 +08:00
  • 426b09c356 update goctl version to 1.2.2 (#1125) Kevin Wan 2021-10-12 14:00:35 +08:00
  • 40dc21e4cf add cncf landscape (#1123) Kevin Wan 2021-10-11 15:31:29 +08:00
  • 9b114e3251 test: add more tests (#1119) Kevin Wan 2021-10-08 17:31:37 +08:00
  • 4c6234f108 add more tests (#1115) Kevin Wan 2021-10-04 21:08:44 +08:00
  • 3cdfcb05f1 add more tests (#1114) Kevin Wan 2021-10-04 20:02:25 +08:00
  • 9f5bfa0088 add more tests (#1113) Kevin Wan 2021-10-04 14:14:25 +08:00
  • 2d42c8fa00 test: add more tests (#1112) Kevin Wan 2021-10-03 21:30:48 +08:00
  • 10e7922597 feat: opentelemetry integration, removed self designed tracing (#1111) Kevin Wan 2021-10-03 20:53:50 +08:00