Commit Graph

  • 444e156fb1
    Fix some tests (#3100) mstmdev 2022-04-21 18:21:46 +0800
  • 3f436fce7e improve code Matheus Meneses 2022-04-19 09:57:06 -0300
  • 21fe9c2f2b feat: goimports code daheige 2022-04-18 23:02:15 +0800
  • 2ae40d5d4d feat: code adjust daheige 2022-04-18 22:51:22 +0800
  • 696d37e030
    chore(deps): bump codecov/codecov-action from 2 to 3 (#3117) dependabot[bot] 2022-04-17 14:16:17 +0800
  • 493b12482b
    chore(deps): bump actions/setup-go from 2 to 3 (#3118) dependabot[bot] 2022-04-17 14:15:53 +0800
  • 6854212698
    Fix: missing `sameSite` when do context.reset() (#3123) ahuigo 2022-04-17 12:41:59 +0800
  • 6e976ca66f fix: missing sameSite when do context.reset() ahuigo 2022-04-16 05:18:44 +0800
  • 888b14ab28
    docs: Update README.md (#3108) Jonathan (JC) Chen 2022-04-15 18:52:09 -0700
  • 250a4efe03 prevent double enconding in path parameters Matheus Meneses 2022-04-13 20:12:48 -0300
  • 59c26258a7
    chore(deps): bump actions/setup-go from 2 to 3 dependabot[bot] 2022-04-11 22:11:05 +0000
  • caee61172d
    chore(deps): bump codecov/codecov-action from 2 to 3 dependabot[bot] 2022-04-11 22:11:02 +0000
  • 1dca78951f TextUnmarshaller support for binding Steven Soroka 2022-01-20 15:30:23 -0500
  • 1a3232a26b Fix the redirection code issue Dooyong Cho 2022-04-07 14:38:53 +0900
  • ee1273206c feat: introduce binding.FieldError type to tell the erroneous field Maxime Soulé 2022-01-13 23:40:38 +0100
  • e8483ce002 [GIN-002] Add AVRO binding GitstartHQ 2022-04-04 08:28:49 +0000
  • 447e325a81 [GIN-001] - Add TOML bining for gin GitstartHQ 2022-04-04 08:22:00 +0000
  • 6fc8700b5a
    Update README.md Jonathan (JC) Chen 2022-04-01 21:47:57 -0700
  • c4580944ae
    chore(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#3094) dependabot[bot] 2022-03-29 14:03:54 +0800
  • 6a1d279c28
    chore(deps): bump github.com/goccy/go-json from 0.9.5 to 0.9.6 (#3105) dependabot[bot] 2022-03-29 14:03:30 +0800
  • 96567019dc
    chore(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 dependabot[bot] 2022-03-29 04:03:17 +0000
  • 3d55efe419
    chore(deps): bump google.golang.org/protobuf from 1.27.1 to 1.28.0 (#3104) dependabot[bot] 2022-03-29 12:02:20 +0800
  • b37ad375d2
    chore(deps): bump github.com/goccy/go-json from 0.9.5 to 0.9.6 dependabot[bot] 2022-03-28 22:10:09 +0000
  • 29af8a0beb
    chore(deps): bump google.golang.org/protobuf from 1.27.1 to 1.28.0 dependabot[bot] 2022-03-28 22:10:05 +0000
  • 82afcaaaf3 Rename var Pavel Zarubin 2022-03-27 03:43:10 +0300
  • 2950dca3ce Fix form mapping nullable types Pavel Zarubin 2022-03-27 03:40:46 +0300
  • 9be676c638 Replace fmt.Sprintf with direct combining strings mstmdev 2022-03-25 22:03:07 +0800
  • b2c8526d48 Fix lint mstmdev 2022-03-25 17:45:03 +0800
  • 6040638a26 Add test for logger mstmdev 2022-03-25 16:59:19 +0800
  • 46516f7d85 Fix lint mstmdev 2022-03-25 15:05:46 +0800
  • 340777746d
    Merge branch 'gin-gonic:master' into gin_logger mstmdev 2022-03-25 14:36:33 +0800
  • cb2e89b1ca Add benchmark tests for the AsciiJSON and JsonpJSON mstmdev 2022-03-25 13:23:11 +0800
  • caf7809e58
    Merge branch 'gin-gonic:master' into merge_json_render_write mstmdev 2022-03-25 12:04:40 +0800
  • 205bb8151c
    chore(deps): bump actions/cache from 2 to 3 (#3093) dependabot[bot] 2022-03-25 08:44:37 +0800
  • cfb4a981ff Reduce convert between int32 and string in the AsciiJSON.Render function mstmdev 2022-03-24 17:31:00 +0800
  • 8a097aa58e Remove the `LF` in the `testdata/template/raw.tmpl`, because if set the git config `core.autocrlf=true`, will append `CR` to the raw.tmpl automatically, then test is failed on Windows mstmdev 2022-03-24 16:15:58 +0800
  • 393b0dc287 The `TCPListener.File` is not supported by windows, it is unimplemented now mstmdev 2022-03-24 15:45:43 +0800
  • 10cbf7a42d Sleep for one millisecond in the handler because the `Latency` will return `0s` sometimes and the test will fail mstmdev 2022-03-24 15:45:14 +0800
  • 865fd560fc
    Update some comments, add function name prefix to comment (#3090) mstmdev 2022-03-23 21:35:09 +0800
  • 841f8cab61 Merge remote-tracking branch 'upstream/master' thinkerou 2022-03-22 14:15:37 +0800
  • 4250299018
    feat: add shortcut `bindurl` to bind both uri and query pnck 2022-03-22 08:27:23 +0800
  • 38d0eac5a9
    chore(deps): bump actions/cache from 2 to 3 dependabot[bot] 2022-03-21 22:11:58 +0000
  • be0d86edf4
    chore(CI/CD): add go1.18 version (#3092) Bo-Yi Wu 2022-03-21 17:38:11 +0800
  • 4d6b8bbfee
    Update go.sum thinkerou 2022-03-21 17:32:07 +0800
  • 7614d00915
    Update go.mod thinkerou 2022-03-21 17:31:28 +0800
  • bcfa33cd67 Add member name prefix to comment and fix typo mstmdev 2022-03-21 14:04:01 +0800
  • 0f0925f5c4
    Update go.sum thinkerou 2022-03-21 11:49:59 +0800
  • 2c05080802
    Update go.mod thinkerou 2022-03-21 11:49:05 +0800
  • 0505fb1a6d Merge remote-tracking branch 'upstream/master' thinkerou 2022-03-21 11:35:03 +0800
  • 11c7516906 chore(CI/CD): add go1.18 version Bo-Yi Wu 2022-03-21 10:54:05 +0800
  • 62265c893c
    chore: support min version of go: 1.14 (#2964) thinkerou 2022-03-21 10:51:17 +0800
  • 2bde107686
    test support go1.18 (#2990) thinkerou 2022-03-21 09:43:17 +0800
  • c49d772f4e
    Update any.go thinkerou 2022-03-21 09:14:15 +0800
  • 69cdc9fa34
    Update any.go thinkerou 2022-03-21 09:13:56 +0800
  • 5393fa858a Merge the write operation for json render and improve the code coverage mstmdev 2022-03-21 02:43:14 +0800
  • 33409e04d1 Update some comments, add function name prefix to comment mstmdev 2022-03-21 01:32:53 +0800
  • 47c6e1539e
    Merge branch 'master' into support_go1.18 thinkerou 2022-03-20 21:39:02 +0800
  • 1cf1a82e52 Merge remote-tracking branch 'upstream/master' thinkerou 2022-03-20 21:34:59 +0800
  • 662c5acc52
    Bump github.com/go-playground/validator/v10 from 10.10.0 to 10.10.1 dependabot[bot] 2022-03-20 13:32:28 +0000
  • 9701b651b7
    Bump github.com/ugorji/go/codec from 1.2.6 to 1.2.7 (#3064) dependabot[bot] 2022-03-20 21:31:42 +0800
  • 1e24473f5f
    Annotation fix (#3088) Mike 2022-03-20 21:26:12 +0800
  • 67ece032ea fix annotation Michael Pan 2022-03-18 21:08:37 +0800
  • 44b4f1b3aa fix annotation Michael Pan 2022-03-18 20:44:38 +0800
  • 71109efdfb
    Merge 3f726c6ad8 into d8dfaaeb2e heige 2022-03-20 02:00:17 +0900
  • f0397bdc69
    Merge 5f94d6f3e8 into d8dfaaeb2e unbyte 2022-03-20 02:00:13 +0900
  • d8dfaaeb2e
    Bump golangci/golangci-lint-action from 2 to 3.1.0 (#3063) dependabot[bot] 2022-03-19 21:19:57 +0800
  • f073e33fb9
    fix: typo (#3086) a2tt 2022-03-18 18:41:09 +0900
  • f40869efac fix: typo a2tt 2022-03-18 01:24:11 +0900
  • fcd36c549d
    fix: test error (#3087) thinkerou 2022-03-18 11:55:25 +0800
  • 48f327fa3b
    fix test error thinkerou 2022-03-18 10:04:23 +0800
  • 6093a05526 Merge remote-tracking branch 'upstream/master' thinkerou 2022-03-18 09:57:36 +0800
  • 417b142703
    feat: add StaticFileFS (#2749) thinkgo 2022-03-18 09:52:23 +0800
  • 8860527de6
    feat attachment filename support utf8 (#3071) metal A-wing 2022-03-17 03:56:16 +0000
  • 90330e2a76
    Distinguish between group and nested group (#3083) linzi 2022-03-17 11:55:08 +0800
  • 98d84d6c24
    Merge 7f2796464f into 7927a45143 bestgopher 2022-03-17 02:00:37 +0900
  • 623fd20b86
    Bump golangci/golangci-lint-action from 2 to 3.1.0 dependabot[bot] 2022-03-16 15:24:29 +0000
  • 7927a45143
    Bump actions/checkout from 2 to 3 (#3068) dependabot[bot] 2022-03-16 23:19:06 +0800
  • 924505e0dc
    Update README.md linzi 2022-03-16 23:04:58 +0800
  • f07cae0141
    Update README.md linzi 2022-03-16 23:03:46 +0800
  • ecadd82592
    doc: change the form name of upload example code (#3076) phithon 2022-03-15 11:24:17 +0800
  • 5f0b6cdfc4
    Bump github.com/goccy/go-json from 0.9.0 to 0.9.5 (#3069) dependabot[bot] 2022-03-12 20:42:58 +0800
  • b6d89bc972 avoid zombie connection and goroutine leaked lesismal 2022-03-12 19:33:17 +0800
  • 5e662a7d4b
    Change the form name of upload API phithon 2022-03-11 23:32:41 +0800
  • 405fee4c96
    feat attachment filename support utf8 a-wing 2022-03-09 23:15:07 +0800
  • 6c3c85fe7a
    Bump github.com/goccy/go-json from 0.9.0 to 0.9.5 dependabot[bot] 2022-03-07 22:17:37 +0000
  • bc6101d08e
    Bump actions/checkout from 2 to 3 dependabot[bot] 2022-03-07 22:16:04 +0000
  • 4174c907f2 fix file attachment function to make sure all browser will get the same filename hiimyusheng 2022-03-02 12:06:34 +0800
  • 3641610318
    Bump github.com/ugorji/go/codec from 1.2.6 to 1.2.7 dependabot[bot] 2022-02-28 22:22:41 +0000
  • 9e71feff20
    Merge pull request #4 from StephenChen/dependabot/go_modules/github.com/goccy/go-json-0.9.4 Chen Xinyuan 2022-02-16 19:33:57 +0800
  • e3a8979824
    Merge e1e6bb07f7 into 3757142584 iroben 2022-02-15 02:00:11 +0900
  • 3757142584
    Update routergroup.go (#3056) bestgopher 2022-02-14 14:39:57 +0800
  • 81eaa13fe8
    Update routergroup.go bestgopher 2022-02-13 22:47:40 +0800
  • ad70fbf73a
    Add `Engine.LoadHTMLFromFS()` method to support `go:embed` Danny Hermes 2022-02-08 18:51:30 -0600
  • f9165f0f31 add: remove multipart create temp file Steven127 2022-02-08 14:20:45 +0800
  • 1c445fe13f
    Merge branch 'gin-gonic:master' into master MichaelDeSteven 2022-02-08 14:07:45 +0800
  • 56117734f7
    Merge branch 'gin-gonic:master' into test_binding MichaelDeSteven 2022-02-08 13:42:37 +0800
  • 87e40d6b15
    feat: fix lint error (#3050) thinkerou 2022-02-07 23:15:44 +0800
  • afed6496db
    build: upgrade `go` directive in `go.mod` to 1.17 Eng Zer Jun 2021-12-19 13:41:34 +0800
  • 8c6cab1596
    Merge branch 'gin-gonic:master' into master MichaelDeSteven 2022-02-06 18:47:28 +0800
  • c2e798bfd9
    Merge branch 'gin-gonic:master' into test_binding MichaelDeSteven 2022-02-06 18:45:14 +0800