Commit Graph

  • ae15646aba
    test(http): use constant instead of numeric literal (#3863) guangwu 2024-03-05 14:36:02 +08:00
  • 739d2d9c80
    chore(perf): Optimize the Copy method of the Context struct (#3859) Name 2024-03-05 14:07:11 +08:00
  • c3c5048c44
    chore(deps): bump github.com/go-playground/validator/v10 dependabot[bot] 2024-03-04 22:50:42 +00:00
  • 7ecd7be63b
    chore(deps): bump github.com/bytedance/sonic from 1.11.0 to 1.11.2 dependabot[bot] 2024-03-04 22:50:00 +00:00
  • 780fbe2ee7 chore: use constant instead of numeric literal guoguangwu 2024-03-04 10:38:11 +08:00
  • a0ee71234a Using temporary variables to save c.Keys and c.Params to prevent them from changing during the copying process. huangzw 2024-03-01 18:42:50 +08:00
  • 48e6fd723d Optimize the Copy method of the Context struct: using 'make' to initialize the map('cp.Keys') with a length of 'c.Keys'; avoiding repeatedly assiging the 'params' to 'context'. huangzw 2024-02-29 10:46:58 +08:00
  • f63a80a9b1
    Merge pull request #19 from Dadudidas/Dadudidas-patch-1 Sascha Ronnie Daoudia 2024-02-29 14:09:31 +01:00
  • b868eb7fb1
    Create synopsys-action.yml Sascha Ronnie Daoudia 2024-02-29 14:09:07 +01:00
  • ac354e6f31
    Merge 1d9545cacda767a7d0efdf5f48d84f7d23be7f6e into ecdbbbe9483dd12222f2085f717a2c7cb5ac55fe Sascha Ronnie Daoudia 2024-02-29 14:08:17 +01:00
  • 90d541ec28
    chore: introduce backwards compatibility Yashvardhan Kukreja 2024-02-28 20:13:21 -05:00
  • 70c9f8f7b5
    feat: support for onredirect middleware Yashvardhan Kukreja 2024-02-28 19:47:48 -05:00
  • c95140185a
    chore(deps): bump github.com/bytedance/sonic from 1.11.0 to 1.11.1 dependabot[bot] 2024-02-26 22:50:08 +00:00
  • 290f7c0bcc optimize interface check (Interface checks: go.dev/doc/effective_go#blank_implements) demoManito 2024-02-26 13:59:56 +08:00
  • 1d9545cacd
    Merge pull request #18 from Dadudidas/Dadudidas-patch-1 Sascha Ronnie Daoudia 2024-02-24 22:18:07 +01:00
  • 06d9d158d2
    Create Sponsor FUNDING.yml Sascha Ronnie Daoudia 2024-02-24 22:17:32 +01:00
  • 0e15aaec17
    Merge branch 'gin-gonic:master' into master Sascha Ronnie Daoudia 2024-02-24 22:16:51 +01:00
  • e1db1e5bec removed the $ which was getting to clipboard while copying this the cmd Sarvesh Hon 2024-02-24 21:22:18 +05:30
  • ae04cc6576 added GetHandlerPath test miloud 2024-02-23 00:57:48 +01:00
  • 173e12dcf7 added feat gethandler name miloud 2024-02-23 00:45:30 +01:00
  • 85f9380b9b fix(render): use application/yaml when rendering YAML Vincent Bernat 2024-02-21 19:58:17 +01:00
  • 5ff54110ee fix(binding): support application/yaml Vincent Bernat 2024-02-21 19:57:24 +01:00
  • 17c89d6392
    Merge 04eb752099d3efaadbc2095d6fa20cb358fc91bb into ecdbbbe9483dd12222f2085f717a2c7cb5ac55fe thinkerou 2024-02-19 20:29:33 -08:00
  • ecdbbbe948
    chore: refactor CI and update dependencies (#3848) Bo-Yi Wu 2024-02-19 10:34:48 +08:00
  • 47296a288d
    chore: refactor CI and update dependencies Bo-Yi Wu 2024-02-18 21:27:41 +08:00
  • 240a6fa8ca
    chore(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 dependabot[bot] 2024-02-18 09:33:19 +00:00
  • 000fdb3ac9
    ci(testing): add go1.22 version (#3842) Bo-Yi Wu 2024-02-18 17:32:06 +08:00
  • 05c8205225
    ci: improve CI Robustness and Test Reliability Bo-Yi Wu 2024-02-18 15:13:43 +08:00
  • 59fc7c7f08
    ci: update dependencies and CI configurations Bo-Yi Wu 2024-02-18 15:07:03 +08:00
  • 843b01508c feat(binding): add global default time format Even Bøe 2024-02-17 19:26:09 +01:00
  • 90312c7816
    chore(deps): bump github.com/go-playground/validator/v10 dependabot[bot] 2024-02-12 22:02:32 +00:00
  • c0cf901e51
    chore(deps): bump golang.org/x/net from 0.20.0 to 0.21.0 dependabot[bot] 2024-02-12 22:02:28 +00:00
  • daec7b0689
    chore: update gin version and remove unnecessary steps in GitHub workflows appleboy 2024-02-12 15:40:57 +08:00
  • bffa5f0eb7
    Bind: return 413 status code when error is http.MaxBytesError ItalyPaleAle 2024-02-10 16:18:26 -08:00
  • bb3519d26f
    chore(IP): add TrustedPlatform constant for Fly.io. (#3839) Andy Brody 2024-02-07 07:18:53 -05:00
  • 82bcd6d39b
    fix(binding): dereference pointer to struct (#3199) Alonso Villegas 2024-02-07 06:44:11 -05:00
  • b1ef88d469 Add TrustedPlatform constant for Fly.io. Andy Brody 2024-02-06 21:06:15 -05:00
  • 381fbd082b
    Merge branch 'master' into support_go1.21 thinkerou 2024-02-06 14:08:37 +08:00
  • 86ff4a64c7
    fix(header): Allow header according to RFC 7231 (HTTP 405) (#3759) Gabriel Augendre 2024-02-06 04:08:56 +01:00
  • e957d1abf1
    chore(deps): bump codecov/codecov-action from 3 to 4 (#3838) dependabot[bot] 2024-02-06 10:39:24 +08:00
  • feafa025f6
    Merge pull request #1 from Dadudidas/Dadudidas-patch-1 Sascha Ronnie Daoudia 2024-02-06 01:28:21 +01:00
  • 56ef453da2
    Merge branch 'master' into Dadudidas-patch-1 Sascha Ronnie Daoudia 2024-02-06 01:28:08 +01:00
  • ab40d3688b
    Merge branch 'gin-gonic:master' into master Sascha Ronnie Daoudia 2024-02-06 01:27:22 +01:00
  • 886c68bbd1
    chore(deps): bump codecov/codecov-action from 3 to 4 dependabot[bot] 2024-02-05 22:47:48 +00:00
  • 3dc1cd6572
    fix(binding): binding error while not upload file (#3819) (#3820) clearcode 2024-02-05 10:46:35 +08:00
  • 97d73763ab Merge branch 'master' into mymaster zhangmj 2024-02-05 10:05:13 +08:00
  • 9ff429d70b
    Merge pull request #17 from Dadudidas/Dadudidas-patch-3 Sascha Ronnie Daoudia 2024-02-04 15:36:48 +01:00
  • 732bf3f1f4
    Update issue templates Sascha Ronnie Daoudia 2024-02-04 15:35:55 +01:00
  • 9f598a31aa
    fix(router): catch-all conflicting wildcard (#3812) Prakhar Gurunani 2024-02-04 18:44:29 +05:30
  • 8a8448040c fix: binding error while not upload file (#3819) zhangmj 2024-01-04 09:47:45 +08:00
  • 268939aa62 wip: fix tests Prakhar Gurunani 2024-02-02 12:49:40 +05:30
  • b71b09aad5 wip: fix tests Prakhar Gurunani 2024-02-02 12:42:24 +05:30
  • c6ae2e6966
    feat(logger): ability to skip logs based on user-defined logic (#3593) Ghobad 2024-02-02 05:22:26 +03:30
  • 4fc1d35919
    Merge branch 'gin-gonic:master' into master Ghobad 2024-02-02 01:16:06 +03:30
  • 45d7a3b1ec chore(deps): update dependencies to latest versions (#3835) Bo-Yi Wu 2024-02-01 12:17:36 +08:00
  • b62eceb9bf ci(lint): update tooling and workflows for consistency (#3834) Bo-Yi Wu 2024-02-01 11:03:26 +08:00
  • 2a47021a52 fix(sec): upgrade golang.org/x/crypto to 0.17.0 (#3832) caption 2024-02-01 09:00:17 +08:00
  • 9353b65bc8 chore(deps): bump github/codeql-action from 2 to 3 (#3806) dependabot[bot] 2024-01-19 08:18:57 +08:00
  • 0cbbb63333 chore: update GitHub Actions configuration (#3792) Bo-Yi Wu 2024-01-19 00:35:08 +08:00
  • fe06083aaa
    Merge 40991b4a82e4678ae5add25af7bb2c45213af929 into a64286a7760be2031209686ce4d36e99d42dd419 Hanyu Cui 2024-02-01 16:16:16 +01:00
  • a64286a776
    chore(deps): update dependencies to latest versions (#3835) Bo-Yi Wu 2024-02-01 12:17:36 +08:00
  • 477c9e34e2
    ci: refactor CI workflows and improve robustness Bo-Yi Wu 2024-02-01 11:10:04 +08:00
  • 5c805ab62a
    chore: update dependencies to latest versions Bo-Yi Wu 2024-02-01 11:05:50 +08:00
  • 8ab47c694e
    ci(lint): update tooling and workflows for consistency (#3834) Bo-Yi Wu 2024-02-01 11:03:26 +08:00
  • 0603e23fdc
    refactor: refactor return logic in tree operations Bo-Yi Wu 2024-02-01 09:19:44 +08:00
  • befcf6fa3a
    ci: refine CI workflow and test configurations Bo-Yi Wu 2024-02-01 09:14:42 +08:00
  • 8704c489f0
    chore: refactor linter configuration in CI Bo-Yi Wu 2024-02-01 09:12:46 +08:00
  • 23f84fcef6
    chore: update tooling and workflows for consistency Bo-Yi Wu 2024-02-01 09:04:47 +08:00
  • 4a40f8f1a4
    fix(sec): upgrade golang.org/x/crypto to 0.17.0 (#3832) caption 2024-02-01 09:00:17 +08:00
  • d79cef3825 update golang.org/x/crypto v0.15.0 to 0.17.0 chncaption 2024-01-31 12:44:47 +08:00
  • 3f01464295
    Merge 26c932b14546985ea5387c57afcd5fbe1d0d87e0 into 857db39f82fb82456af2906ccea972ae1d65ff57 Jakub Slocki 2024-01-29 11:34:42 +01:00
  • 3849faa1db
    Merge branch 'gin-gonic:master' into master Ghobad 2024-01-28 12:48:23 +03:30
  • c1e4457e58
    Merge 3f436fce7eaaf109defa67c8646e69ba971015a1 into 857db39f82fb82456af2906ccea972ae1d65ff57 Matheus Meneses 2024-01-26 15:17:14 +01:00
  • b2a0902b70
    chore(deps): bump actions/cache from 3 to 4 dependabot[bot] 2024-01-22 22:18:51 +00:00
  • 003ab6e835
    Merge 387e102b37b3bb0e40cd7d741175a5bfca75e4e9 into 857db39f82fb82456af2906ccea972ae1d65ff57 agclqq 2024-01-21 22:54:45 +07:00
  • 857db39f82
    chore(deps): bump github/codeql-action from 2 to 3 (#3806) dependabot[bot] 2024-01-19 08:18:57 +08:00
  • 160c1730ef
    chore: update GitHub Actions configuration (#3792) Bo-Yi Wu 2024-01-19 00:35:08 +08:00
  • db282b84cd
    Update json.go nimrodishi 2024-01-10 12:22:30 +02:00
  • 38af58eb9b
    Update json.go nimrodishi 2024-01-10 11:47:54 +02:00
  • dd85b9721e
    Update json.go nimrodishi 2024-01-10 11:44:28 +02:00
  • 9e22912ad2 use a copy of the body in jsonBinding.Bind() nimrodishi 2024-01-10 11:37:24 +02:00
  • f5c7bbe808
    Merge 8d62643d6b7e6e88c9b06832cde5b1f3de91e096 into 53fbf4dbfbf465b552057e6f8d199a275151b7a1 youngxhui 2024-01-03 18:48:36 +05:30
  • 11763f132d chore: discard unnesary function parseIp mohamadreza 2024-01-01 15:16:06 +03:30
  • 0dd4fe5b48 refactor: refactor make trust ip mohamadreza 2024-01-01 15:04:25 +03:30
  • 14bae4aef3 feature: add ability to handle the binder errors abdulrahman 2024-01-01 12:52:53 +04:00
  • 162a228e7c refactor: refactor make trust ip mohamadreza 2024-01-01 11:36:08 +03:30
  • 0e0ea62a94 feature: implement request auto binder utility abdulrahman 2023-12-29 02:39:19 +04:00
  • 5fd5d8582b
    chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.32.0 dependabot[bot] 2023-12-25 22:46:09 +00:00
  • c030c4546a add: test cases Prakhar Gurunani 2023-12-22 18:58:11 +05:30
  • 802125c83d fix: catch-all conflicting wildcard Prakhar Gurunani 2023-12-22 18:36:39 +05:30
  • 6c273e3042
    Merge ec78f2f0134d6a45425ebd81666db2aa918816f0 into 53fbf4dbfbf465b552057e6f8d199a275151b7a1 Abderrahmane BENAISSA 2023-12-21 13:44:51 +08:00
  • 9c80d402e3
    Merge branch 'gin-gonic:master' into master Ghobad 2023-12-19 16:52:18 +03:30
  • 76774750c6
    chore(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 dependabot[bot] 2023-12-18 23:58:35 +00:00
  • ed190b2247
    chore(deps): bump github/codeql-action from 2 to 3 dependabot[bot] 2023-12-18 22:58:11 +00:00
  • e68e9e3103
    chore(deps): bump github.com/ugorji/go/codec from 1.2.11 to 1.2.12 dependabot[bot] 2023-12-18 22:41:48 +00:00
  • 28b227ef71
    Merge d592e50910f36d79ca548b2ec853749810b40196 into 53fbf4dbfbf465b552057e6f8d199a275151b7a1 bestgopher 2023-12-12 21:55:46 -08:00
  • d07317cc17
    Merge branch 'master' into ci Bo-Yi Wu 2023-12-13 10:29:54 +08:00
  • 30420f748f
    chore(deps): bump github.com/mattn/go-isatty from 0.0.19 to 0.0.20 dependabot[bot] 2023-12-13 02:29:32 +00:00
  • 53fbf4dbfb
    chore(deps): bump github.com/pelletier/go-toml/v2 from 2.0.8 to 2.1.1 (#3797) dependabot[bot] 2023-12-13 10:28:51 +08:00
  • 811f271a04
    chore(deps): bump goreleaser/goreleaser-action from 4 to 5 (#3721) dependabot[bot] 2023-12-13 10:27:57 +08:00