Commit Graph

  • 2607bb8863 update image alt in doc kevin 2020-08-19 18:19:38 +0800
  • 5bf37535fe update image scale in doc kevin 2020-08-19 18:18:44 +0800
  • ed85775fd5 fix render problem in doc kevin 2020-08-19 18:09:03 +0800
  • 418f8f6666 add keywords utility example kevin 2020-08-19 17:58:57 +0800
  • 22e75cdf78 add release badge kevin 2020-08-19 17:01:22 +0800
  • e79c42add1 add go report badge kevin 2020-08-19 16:10:43 +0800
  • 9e14820698 fix golint warnings kevin 2020-08-19 16:00:55 +0800
  • 2ebb5b6b58 support customized mask char on trie kevin 2020-08-19 14:54:59 +0800
  • 2673dbc6e1 add benchmark kevin 2020-08-19 12:43:14 +0800
  • d21d770b5b
    goctl model reactor (#15) Keson 2020-08-19 10:41:19 +0800
  • 1252bd9cde
    goctl生成Kotlin代码优化 (#16) Steven Zack 2020-08-18 21:49:31 +0800
  • 054d9b5540 rename rest files kevin 2020-08-18 20:20:44 +0800
  • f03cfb0ff7 support direct scheme on rpc resolver kevin 2020-08-18 18:36:44 +0800
  • 0214161bfc remove utils.Report kevin 2020-08-17 18:05:56 +0800
  • d4e38cb7f0 rename-Api stevenzack 2020-08-16 22:18:10 +0800
  • 693a8b627a fix-log-fatal stevenzack 2020-08-16 21:00:45 +0800
  • 701208b6f4 fix FileNotFoundException when response code is 4xx or 5xx stevenzack 2020-08-15 22:23:03 +0800
  • b65fcc5512 fix-lang-must-not-found stevenzack 2020-08-14 19:25:34 +0800
  • 3321ed3519 multi-http-method-support stevenzack 2020-08-14 19:19:04 +0800
  • 5e007c1f9f remove-logx stevenzack 2020-08-14 18:47:18 +0800
  • de2f8c06fb fix-break-line stevenzack 2020-08-14 10:35:35 +0800
  • 926d746df5 Add goctl kotlin support stevenzack 2020-08-14 09:02:32 +0800
  • 4b636cd293 refactor names kevin 2020-08-16 23:07:21 +0800
  • 4bdf5e4c90 chore: fix typo Klaus 2020-08-16 22:25:51 +0800
  • 721b7def7c add license badge kevin 2020-08-15 15:16:57 +0800
  • f294090130 update codecov settings kevin 2020-08-15 15:11:55 +0800
  • 489980ea0f add codecov report kevin 2020-08-15 14:53:15 +0800
  • e12c8ae993 add codecov badge kevin 2020-08-15 14:44:37 +0800
  • 21aad62513 use default decay value from finagle kevin 2020-08-14 22:24:11 +0800
  • 0b08aca554 format readme kevin 2020-08-14 15:33:00 +0800
  • 6ef1b5e14c update doc kevin 2020-08-14 15:31:10 +0800
  • 8745039877 move lang.Must into logx.Must to make sure output fatal message as json v1.0.3 kevin 2020-08-14 15:08:06 +0800
  • 9d9399ad10 confirm addition after add called in periodical executor kevin 2020-08-14 11:50:01 +0800
  • e7dd04701c add more tests kevin 2020-08-14 11:24:56 +0800
  • a3d7474ae0 fix data race v1.0.2 kevin 2020-08-14 11:03:16 +0800
  • 6fdee77fa9 add queue package v1.0.1 kevin 2020-08-13 17:00:53 +0800
  • 5f084fb7d2 remove pdf kevin 2020-08-13 12:37:39 +0800
  • c8ff9d2f23 Merge branch 'kingxt-master' into master kevin 2020-08-12 16:08:23 +0800
  • 78f5e7df87 update workflow kevin 2020-08-12 16:08:15 +0800
  • 6d8dc4630f update readme kevin 2020-08-12 15:21:47 +0800
  • 03ac41438f rename files kevin 2020-08-12 15:03:07 +0800
  • 4ef0b0a8ac update readme kevin 2020-08-12 15:21:47 +0800
  • 87b1fba46c rename files kevin 2020-08-12 15:03:07 +0800
  • cfa6644b0c auto generate go mod if need kingxt 2020-08-12 15:02:56 +0800
  • fcaebd73fb remove bodyless check kevin 2020-08-12 14:44:09 +0800
  • a26fc2b672 parse body only if content length > 0 kevin 2020-08-12 14:37:34 +0800
  • 05c8dd0b9c return ErrBodylessRequest on get method etc. kevin 2020-08-12 14:31:11 +0800
  • d6c7da521e remove bodyless check kevin 2020-08-12 14:44:09 +0800
  • 96b6d2ab58 parse body only if content length > 0 kevin 2020-08-12 14:37:34 +0800
  • 88a73f1042 return ErrBodylessRequest on get method etc. kevin 2020-08-12 14:31:11 +0800
  • 9428fface2 export httpx.GetRemoteAddr kevin 2020-08-12 12:25:52 +0800
  • c637f86817 export router kevin 2020-08-12 12:16:36 +0800
  • d4097af627 export token parser for refresh token service kevin 2020-08-12 12:12:31 +0800
  • 7da31921c7 remove unused method kevin 2020-08-11 12:39:09 +0800
  • 47440964cd fix windows slash kim 2020-08-11 11:07:47 +0800
  • 80d55dbc02 export httpx.GetRemoteAddr kevin 2020-08-12 12:25:52 +0800
  • b541403ce2 export router kevin 2020-08-12 12:16:36 +0800
  • a7c02414f3 export token parser for refresh token service kevin 2020-08-12 12:12:31 +0800
  • 196475383b update readme.md kingxt 2020-08-12 10:50:17 +0800
  • fd75f700a2 fix windows bug kingxt 2020-08-12 10:23:49 +0800
  • d408a0d49b remove unused method kevin 2020-08-11 12:39:09 +0800
  • 69d113a46d fix windows slash kim 2020-08-11 11:07:47 +0800
  • 63c7f44a5f update readme.md kingxt 2020-08-12 10:50:17 +0800
  • 19888b7d11 fix windows bug kingxt 2020-08-12 10:23:49 +0800
  • d117e31993 use strings.Contains instead of strings.Index kevin 2020-08-11 17:18:51 +0800
  • 10cd6053bc refactor rpcx, export WithDialOption and WithTimeout kevin 2020-08-11 14:33:10 +0800
  • d1529fced8 move auth interceptor into serverinterceptors kevin 2020-08-11 13:47:22 +0800
  • 4f59fd306a use fmt.Println instead of println kevin 2020-08-11 12:44:21 +0800
  • f77c73eec1 remove unused method kevin 2020-08-11 12:39:09 +0800
  • c57051ce63 use strings.Contains instead of strings.Index v1.0.0 kevin 2020-08-11 17:18:51 +0800
  • 08fa64d553 refactor rpcx, export WithDialOption and WithTimeout kevin 2020-08-11 14:33:10 +0800
  • 95226762ba move auth interceptor into serverinterceptors kevin 2020-08-11 13:47:22 +0800
  • 89019a0b72 use fmt.Println instead of println kevin 2020-08-11 12:44:21 +0800
  • a13ab94748 remove unused method kevin 2020-08-11 12:39:09 +0800
  • 7f2e48e8f0 fix windows slash kim 2020-08-11 11:07:47 +0800
  • 9b0b958f43 fix windows slash kim 2020-08-11 11:07:47 +0800
  • 40895ba8d9 optimize reading http request body kevin 2020-08-10 18:27:08 +0800
  • 952de5eacd remove deprecated model generator kingxt 2020-08-10 18:15:22 +0800
  • a71a11b7c5 remove deprecated kingxt 2020-08-10 18:11:17 +0800
  • 215b4bae3b check content length before reading kevin 2020-08-10 17:55:19 +0800
  • ba636187ce fix goctl path issue on windows kevin 2020-08-10 17:26:47 +0800
  • 82ea0fff17 disable logs in unit tests kevin 2020-08-10 16:57:03 +0800
  • 2012ac3204 correct parent packet for gomod kim 2020-08-10 15:25:39 +0800
  • 250d3e0546 remove star trends, not rendering for reasons kevin 2020-08-10 15:25:41 +0800
  • a3b4affcb3 rename test method kevin 2020-08-10 14:59:50 +0800
  • 6aa7a319c2 refactor compare versions kevin 2020-08-10 14:53:01 +0800
  • 4c9b481bdf 【rich function】VersionCompare replace sunwei 2020-08-09 22:20:47 +0800
  • e18ca9aac1 【rich function】VersionCompare replace sunwei 2020-08-09 22:07:30 +0800
  • 945d59a980 【rich function】benchmark once function sunwei 2020-08-09 02:46:22 +0800
  • 1104363988 【rich function】CustomVersionCompare append sunwei 2020-08-09 02:04:38 +0800
  • babb240cbe add star trends kevin 2020-08-10 11:34:36 +0800
  • 3b5b8283db update goctl go generator kevin 2020-08-10 10:35:53 +0800
  • 5f8e0440ec
    Update readme.md Kevin Wan 2020-08-09 23:22:31 +0800
  • 15936a5aee update ci kevin 2020-08-09 23:15:18 +0800
  • 5a418d899b update ci, remove build kevin 2020-08-09 23:12:19 +0800
  • 4ddad0e02f
    Create go.yml Kevin Wan 2020-08-09 23:10:13 +0800
  • 154472466e add community wechat invitation kevin 2020-08-09 21:32:23 +0800
  • 8094ebd876 reorg imports kevin 2020-08-09 14:03:37 +0800
  • 18a80efd70 remote auto import kim 2020-08-08 17:01:13 +0800
  • 0a7e0cce77 update package reference kevin 2020-08-08 16:40:10 +0800