Commit Graph

  • 6e976ca66f fix: missing sameSite when do context.reset() ahuigo 2022-04-16 05:18:44 +08:00
  • 888b14ab28
    docs: Update README.md (#3108) Jonathan (JC) Chen 2022-04-15 18:52:09 -07:00
  • 250a4efe03 prevent double enconding in path parameters Matheus Meneses 2022-04-13 20:12:48 -03:00
  • 59c26258a7
    chore(deps): bump actions/setup-go from 2 to 3 dependabot[bot] 2022-04-11 22:11:05 +00:00
  • caee61172d
    chore(deps): bump codecov/codecov-action from 2 to 3 dependabot[bot] 2022-04-11 22:11:02 +00:00
  • 1dca78951f TextUnmarshaller support for binding Steven Soroka 2022-01-20 15:30:23 -05:00
  • 1a3232a26b Fix the redirection code issue Dooyong Cho 2022-04-07 14:38:53 +09:00
  • ee1273206c feat: introduce binding.FieldError type to tell the erroneous field Maxime Soulé 2022-01-13 23:40:38 +01:00
  • e8483ce002 [GIN-002] Add AVRO binding GitstartHQ 2022-04-04 08:28:49 +00:00
  • 447e325a81 [GIN-001] - Add TOML bining for gin GitstartHQ 2022-04-04 08:22:00 +00:00
  • 6fc8700b5a
    Update README.md Jonathan (JC) Chen 2022-04-01 21:47:57 -07:00
  • 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 +08:00
  • 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 +08:00
  • 96567019dc
    chore(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 dependabot[bot] 2022-03-29 04:03:17 +00:00
  • 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 +08:00
  • 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 +00:00
  • 29af8a0beb
    chore(deps): bump google.golang.org/protobuf from 1.27.1 to 1.28.0 dependabot[bot] 2022-03-28 22:10:05 +00:00
  • 82afcaaaf3 Rename var Pavel Zarubin 2022-03-27 03:43:10 +03:00
  • 2950dca3ce Fix form mapping nullable types Pavel Zarubin 2022-03-27 03:40:46 +03:00
  • 9be676c638 Replace fmt.Sprintf with direct combining strings mstmdev 2022-03-25 22:03:07 +08:00
  • b2c8526d48 Fix lint mstmdev 2022-03-25 17:45:03 +08:00
  • 6040638a26 Add test for logger mstmdev 2022-03-25 16:59:19 +08:00
  • 46516f7d85 Fix lint mstmdev 2022-03-25 15:05:46 +08:00
  • 340777746d
    Merge branch 'gin-gonic:master' into gin_logger mstmdev 2022-03-25 14:36:33 +08:00
  • cb2e89b1ca Add benchmark tests for the AsciiJSON and JsonpJSON mstmdev 2022-03-25 13:23:11 +08:00
  • caf7809e58
    Merge branch 'gin-gonic:master' into merge_json_render_write mstmdev 2022-03-25 12:04:40 +08:00
  • 205bb8151c
    chore(deps): bump actions/cache from 2 to 3 (#3093) dependabot[bot] 2022-03-25 08:44:37 +08:00
  • cfb4a981ff Reduce convert between int32 and string in the AsciiJSON.Render function mstmdev 2022-03-24 17:31:00 +08:00
  • 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 +08:00
  • 393b0dc287 The TCPListener.File is not supported by windows, it is unimplemented now mstmdev 2022-03-24 15:45:43 +08:00
  • 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 +08:00
  • 865fd560fc
    Update some comments, add function name prefix to comment (#3090) mstmdev 2022-03-23 21:35:09 +08:00
  • 841f8cab61 Merge remote-tracking branch 'upstream/master' thinkerou 2022-03-22 14:15:37 +08:00
  • 4250299018
    feat: add shortcut bindurl to bind both uri and query pnck 2022-03-22 08:27:23 +08:00
  • 38d0eac5a9
    chore(deps): bump actions/cache from 2 to 3 dependabot[bot] 2022-03-21 22:11:58 +00:00
  • be0d86edf4
    chore(CI/CD): add go1.18 version (#3092) Bo-Yi Wu 2022-03-21 17:38:11 +08:00
  • 4d6b8bbfee
    Update go.sum thinkerou 2022-03-21 17:32:07 +08:00
  • 7614d00915
    Update go.mod thinkerou 2022-03-21 17:31:28 +08:00
  • bcfa33cd67 Add member name prefix to comment and fix typo mstmdev 2022-03-21 14:04:01 +08:00
  • 0f0925f5c4
    Update go.sum thinkerou 2022-03-21 11:49:59 +08:00
  • 2c05080802
    Update go.mod thinkerou 2022-03-21 11:49:05 +08:00
  • 0505fb1a6d Merge remote-tracking branch 'upstream/master' thinkerou 2022-03-21 11:35:03 +08:00
  • 11c7516906 chore(CI/CD): add go1.18 version Bo-Yi Wu 2022-03-21 10:54:05 +08:00
  • 62265c893c
    chore: support min version of go: 1.14 (#2964) thinkerou 2022-03-21 10:51:17 +08:00
  • 2bde107686
    test support go1.18 (#2990) thinkerou 2022-03-21 09:43:17 +08:00
  • c49d772f4e
    Update any.go thinkerou 2022-03-21 09:14:15 +08:00
  • 69cdc9fa34
    Update any.go thinkerou 2022-03-21 09:13:56 +08:00
  • 5393fa858a Merge the write operation for json render and improve the code coverage mstmdev 2022-03-21 02:43:14 +08:00
  • 33409e04d1 Update some comments, add function name prefix to comment mstmdev 2022-03-21 01:32:53 +08:00
  • 47c6e1539e
    Merge branch 'master' into support_go1.18 thinkerou 2022-03-20 21:39:02 +08:00
  • 1cf1a82e52 Merge remote-tracking branch 'upstream/master' thinkerou 2022-03-20 21:34:59 +08:00
  • 662c5acc52
    Bump github.com/go-playground/validator/v10 from 10.10.0 to 10.10.1 dependabot[bot] 2022-03-20 13:32:28 +00:00
  • 9701b651b7
    Bump github.com/ugorji/go/codec from 1.2.6 to 1.2.7 (#3064) dependabot[bot] 2022-03-20 21:31:42 +08:00
  • 1e24473f5f
    Annotation fix (#3088) Mike 2022-03-20 21:26:12 +08:00
  • 67ece032ea fix annotation Michael Pan 2022-03-18 21:08:37 +08:00
  • 44b4f1b3aa fix annotation Michael Pan 2022-03-18 20:44:38 +08:00
  • 71109efdfb
    Merge 3f726c6ad8a1b1bcef49ab6c3e75f48cd1d10ebb into d8dfaaeb2e3b6c1c6a5ac5ffe41d2e20be8f7958 heige 2022-03-20 02:00:17 +09:00
  • d8dfaaeb2e
    Bump golangci/golangci-lint-action from 2 to 3.1.0 (#3063) dependabot[bot] 2022-03-19 21:19:57 +08:00
  • f073e33fb9
    fix: typo (#3086) a2tt 2022-03-18 18:41:09 +09:00
  • f40869efac fix: typo a2tt 2022-03-18 01:24:11 +09:00
  • fcd36c549d
    fix: test error (#3087) thinkerou 2022-03-18 11:55:25 +08:00
  • 48f327fa3b
    fix test error thinkerou 2022-03-18 10:04:23 +08:00
  • 6093a05526 Merge remote-tracking branch 'upstream/master' thinkerou 2022-03-18 09:57:36 +08:00
  • 417b142703
    feat: add StaticFileFS (#2749) thinkgo 2022-03-18 09:52:23 +08:00
  • 8860527de6
    feat attachment filename support utf8 (#3071) metal A-wing 2022-03-17 03:56:16 +00:00
  • 90330e2a76
    Distinguish between group and nested group (#3083) linzi 2022-03-17 11:55:08 +08:00
  • 98d84d6c24
    Merge 7f2796464f61123a3c36804fdf8431ca2a6d7de6 into 7927a45143da95dc4151519ceda2de78a7cd55c3 bestgopher 2022-03-17 02:00:37 +09:00
  • 623fd20b86
    Bump golangci/golangci-lint-action from 2 to 3.1.0 dependabot[bot] 2022-03-16 15:24:29 +00:00
  • 7927a45143
    Bump actions/checkout from 2 to 3 (#3068) dependabot[bot] 2022-03-16 23:19:06 +08:00
  • 924505e0dc
    Update README.md linzi 2022-03-16 23:04:58 +08:00
  • f07cae0141
    Update README.md linzi 2022-03-16 23:03:46 +08:00
  • ecadd82592
    doc: change the form name of upload example code (#3076) phithon 2022-03-15 11:24:17 +08:00
  • 5f0b6cdfc4
    Bump github.com/goccy/go-json from 0.9.0 to 0.9.5 (#3069) dependabot[bot] 2022-03-12 20:42:58 +08:00
  • b6d89bc972 avoid zombie connection and goroutine leaked lesismal 2022-03-12 19:33:17 +08:00
  • 5e662a7d4b
    Change the form name of upload API phithon 2022-03-11 23:32:41 +08:00
  • 405fee4c96
    feat attachment filename support utf8 a-wing 2022-03-09 23:15:07 +08:00
  • 6c3c85fe7a
    Bump github.com/goccy/go-json from 0.9.0 to 0.9.5 dependabot[bot] 2022-03-07 22:17:37 +00:00
  • bc6101d08e
    Bump actions/checkout from 2 to 3 dependabot[bot] 2022-03-07 22:16:04 +00:00
  • 4174c907f2 fix file attachment function to make sure all browser will get the same filename hiimyusheng 2022-03-02 12:06:34 +08:00
  • 3641610318
    Bump github.com/ugorji/go/codec from 1.2.6 to 1.2.7 dependabot[bot] 2022-02-28 22:22:41 +00:00
  • 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 +08:00
  • e3a8979824
    Merge e1e6bb07f7a43d2e656da6ea7ecfe6d462c4c5b0 into 375714258462e46df07337b31dae4370d03ab28d iroben 2022-02-15 02:00:11 +09:00
  • 3757142584
    Update routergroup.go (#3056) bestgopher 2022-02-14 14:39:57 +08:00
  • 81eaa13fe8
    Update routergroup.go bestgopher 2022-02-13 22:47:40 +08:00
  • ad70fbf73a
    Add Engine.LoadHTMLFromFS() method to support go:embed Danny Hermes 2022-02-08 18:51:30 -06:00
  • f9165f0f31 add: remove multipart create temp file Steven127 2022-02-08 14:20:45 +08:00
  • 1c445fe13f
    Merge branch 'gin-gonic:master' into master MichaelDeSteven 2022-02-08 14:07:45 +08:00
  • 56117734f7
    Merge branch 'gin-gonic:master' into test_binding MichaelDeSteven 2022-02-08 13:42:37 +08:00
  • 87e40d6b15
    feat: fix lint error (#3050) thinkerou 2022-02-07 23:15:44 +08:00
  • afed6496db
    build: upgrade go directive in go.mod to 1.17 Eng Zer Jun 2021-12-19 13:41:34 +08:00
  • 8c6cab1596
    Merge branch 'gin-gonic:master' into master MichaelDeSteven 2022-02-06 18:47:28 +08:00
  • c2e798bfd9
    Merge branch 'gin-gonic:master' into test_binding MichaelDeSteven 2022-02-06 18:45:14 +08:00
  • f07d299ca3 add: TestBindingDefault test case Steven127 2022-02-06 18:30:58 +08:00
  • f19125ed61 fix test lint error thinkerou 2022-02-05 21:39:50 +08:00
  • 6d99972647 Merge remote-tracking branch 'upstream/master' thinkerou 2022-02-05 21:15:20 +08:00
  • b40ded1837
    Add h2c support (#1398) 涛叔 2022-02-05 21:13:20 +08:00
  • c19374c471
    feat(CodeQL): Discover vulnerabilities across a codebase with CodeQL (#3049) Bo-Yi Wu 2022-02-05 20:57:13 +08:00
  • 036cdd64e3 fix: unknown directive: retract Bo-Yi Wu 2022-02-05 14:29:13 +08:00
  • b94075ff1d
    ci: bump golangci-lint version (#3037) Sasha Melentyev 2022-02-05 04:36:38 +03:00
  • 41d38fb68c
    fix typo (#3044) MichaelDeSteven 2022-02-05 09:30:38 +08:00