Commit Graph

  • 836726e710 fix redis try-lock bug (#1366) 种豆得豆 2021-12-25 19:20:53 +08:00
  • a67c118dcf go-zero tools ,fix a func,api new can not choose style (#1356) JiangYiJun 2021-12-23 10:28:46 +08:00
  • cd289465fd chore: coding style and comments (#1361) Kevin Wan 2021-12-22 21:43:37 +08:00
  • 263e426ae1 chore: optimize ParseJsonBody (#1353) chenquan 2021-12-22 20:24:55 +08:00
  • d5e493383a chose: cancel the assignment and judge later (#1359) charliecen 2021-12-22 20:05:35 +08:00
  • 6f1d27354a chore: put error message in error.log for verbose mode (#1355) Kevin Wan 2021-12-21 11:36:01 +08:00
  • 26101732d2 test: add more tests (#1352) Kevin Wan 2021-12-20 22:42:36 +08:00
  • 71d40e0c08 Revert "排除客户端中断导致的503错误 (#1343)" (#1351) Kevin Wan 2021-12-20 20:34:43 +08:00
  • 4ba2ff7cdd feat: treat client closed requests as code 499 (#1350) Kevin Wan 2021-12-20 19:43:38 +08:00
  • 2cdf5e7395 排除客户端中断导致的503错误 (#1343) vic 2021-12-20 19:43:13 +08:00
  • 8315a55b3f Update FUNDING.yml Kevin Wan 2021-12-20 15:27:05 +08:00
  • d1c2a31af7 chore: add tests & refactor (#1346) Kevin Wan 2021-12-18 23:11:38 +08:00
  • 3e6c217408 Feature: support adding custom cache to mongoc and sqlc (#1313) MarkJoyMa 2021-12-18 22:45:07 +08:00
  • b299f350be chore: add comments (#1345) Kevin Wan 2021-12-18 22:39:14 +08:00
  • 8fd16c17dc chore: update goctl version to 1.2.5 (#1337) Kevin Wan 2021-12-16 00:21:54 +08:00
  • 5979b2aa0f Update template (#1335) anqiansong 2021-12-15 23:24:32 +08:00
  • 0b17e0e5d9 Feat goctl bug (#1332) anqiansong 2021-12-15 22:43:58 +08:00
  • 3d8ad5e4f6 feat: tidy mod, update go-zero to latest (#1334) Kevin Wan 2021-12-15 22:34:58 +08:00
  • ff1752dd39 feat: tidy mod, update go-zero to latest (#1333) Kevin Wan 2021-12-15 22:23:06 +08:00
  • 1becaeb7be chore: refactor (#1331) Kevin Wan 2021-12-15 20:44:23 +08:00
  • 171afaadb9 Update types.go (#1314) yangkequn 2021-12-15 20:16:17 +08:00
  • 776e6e647d feat: tidy mod, add go.mod for goctl (#1328) Kevin Wan 2021-12-15 19:44:49 +08:00
  • 4ccdf4ec72 chore: format code (#1327) Kevin Wan 2021-12-15 13:43:05 +08:00
  • a7bd993c0c commit missing method for redis (#1325) CrazyZard 2021-12-15 13:15:39 +08:00
  • a290ff4486 docs: add go-zero users (#1323) Kevin Wan 2021-12-14 13:37:49 +08:00
  • 490ef13822 style: format code (#1322) Kevin Wan 2021-12-14 11:29:44 +08:00
  • 1b14de2ff9 fix: #1318 (#1321) anqiansong 2021-12-13 22:55:11 +08:00
  • 914692cc82 fix #1309 (#1317) Kevin Wan 2021-12-13 11:58:58 +08:00
  • 07191dc430 fix #1305 (#1307) anqiansong 2021-12-07 22:24:18 +08:00
  • af3fb2b04d fix: go issue 16206 (#1298) BYT0723 2021-12-07 15:52:37 +08:00
  • 0240fa131a chore: rename service context from ctx to svcCtx (#1299) Kevin Wan 2021-12-05 22:10:47 +08:00
  • e96577dd38 docs: add go-zero users (#1294) Kevin Wan 2021-12-03 22:32:35 +08:00
  • 403dd7367a fix #1288 (#1292) Kevin Wan 2021-12-02 22:41:57 +08:00
  • 8086ad120b Revert "feat: reduce dependencies of framework by add go.mod in goctl (#1290)" (#1291) Kevin Wan 2021-12-02 19:40:23 +08:00
  • 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