GitHub / oapi-codegen/echo-middleware / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| b5a3ecea |
fix: unescape URL-encoded path params before OpenAPI validation (#43)
Co-authored-by: Florent CHAUVEAU <f****h@p****e>, Claude Opus 4.6 <n****y@a****m> |
Marcin Romaszewicz <m****z@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| f3f6b0cf |
feat: add Prefix option for sub-path mounted APIs (#42)
Co-authored-by: GreyXor <g****r@p****m>, Claude Opus 4.6 <n****y@a****m> |
Marcin Romaszewicz <m****z@u****m>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| ce13011f | Modernize + make more consistent with net/http (#38) |
Jamie Tanna <j****e@j****k>
Committed by: GitHub <n****y@g****m> |
4 months ago | |
| e81f4c5d | chore(deps): update module github.com/golangci/golangci-lint to v2 |
renovate[bot] <2****]@u****m>
Committed by: Jamie Tanna <g****b@j****k> |
5 months ago | |
| a5768628 | chore(deps): pin dependencies |
renovate[bot] <2****]@u****m>
Committed by: Jamie Tanna <g****b@j****k> |
about 1 year ago | |
| 396ed032 | docs(sponsors): add `FUNDING.yml` |
Jamie Tanna <j****e@j****k>
Committed by: Jamie Tanna <g****b@j****k> |
about 2 years ago | |
| 48d8fbf8 | fix(deps): update module github.com/getkin/kin-openapi to v0.124.0 |
renovate[bot] <2****]@u****m>
Committed by: Jamie Tanna <g****b@j****k> |
about 2 years ago | |
| 5eb3efd0 | fix(deps): update module github.com/labstack/echo/v4 to v4.12.0 |
renovate[bot] <2****]@u****m>
Committed by: Jamie Tanna <g****b@j****k> |
about 2 years ago | |
| a9d61d5d | chore(deps): update module github.com/golangci/golangci-lint to v1.59.0 |
renovate[bot] <2****]@u****m>
Committed by: Jamie Tanna <g****b@j****k> |
about 2 years ago | |
| 4efbd02a | fix(deps): update module github.com/stretchr/testify to v1.9.0 |
renovate[bot] <2****]@u****m>
Committed by: Jamie Tanna <g****b@j****k> |
over 2 years ago | |
| bd401ffc | chore: build against Go 1.22 |
Jamie Tanna <j****e@j****k>
Committed by: Jamie Tanna <g****b@j****k> |
over 2 years ago | |
| 556af95b | chore: simplify CI build matrix |
Jamie Tanna <j****e@j****k>
Committed by: Jamie Tanna <g****b@j****k> |
over 2 years ago | |
| ecf20f86 | chore(deps): update release-drafter/release-drafter action to v6 |
renovate[bot] <2****]@u****m>
Committed by: Jamie Tanna <g****b@j****k> |
over 2 years ago | |
| 7a8fd40f | chore(deps): update actions/setup-go action to v5 |
renovate[bot] <2****]@u****m>
Committed by: Jamie Tanna <g****b@j****k> |
over 2 years ago | |
| b1361c45 | merge Merge pull request #9 from oapi-codegen/chore/release-drafter |
Jamie Tanna <j****e@j****k>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 319b3d69 | Onboard to Release Drafter | Jamie Tanna <j****e@j****k> | over 2 years ago | |
| be886dca | chore(deps): update actions/checkout action to v4 |
renovate[bot] <2****]@u****m>
Committed by: Jamie Tanna <g****b@j****k> |
over 2 years ago | |
| d899366c | merge Merge pull request #7 from oapi-codegen/chore/testutil |
Jamie Tanna <j****e@j****k>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| efee8ce3 | Remove `testutil` dependency | Jamie Tanna <j****e@j****k> | almost 3 years ago | |
| 601a0bd9 | Add CODEOWNERS | Jamie Tanna <j****e@j****k> | almost 3 years ago | |
| 34394d0a | Build project with Go 1.20 and Go 1.21 | Jamie Tanna <j****e@j****k> | almost 3 years ago | |
| 07f70a9b | Add GitHub Actions Workflows + Renovate configuration | Jamie Tanna <j****e@j****k> | almost 3 years ago | |
| 1eea7be8 | Initialise Go module | Jamie Tanna <j****e@j****k> | almost 3 years ago | |
| 5d854e26 | Add gitignore | Jamie Tanna <j****e@j****k> | almost 3 years ago | |
| 66ac0ca0 | Flatten directory structure | Jamie Tanna <j****e@j****k> | almost 3 years ago | |
| 2d8c9bb4 | merge Add 'pkg/' from commit 'bba261e1eec59928a5a8463d8844c9c525f51fc9' | Jamie Tanna <j****e@j****k> | almost 3 years ago | |
| 04a0ef6f | Initialise project | Jamie Tanna <j****e@j****k> | almost 3 years ago | |
| e3278501 | return 404 when no matching route is found (#1067) |
Amarjeet Singh Rai <g****t@a****v>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| fc2cbe93 | Use native error wrapping (#1098) |
Oleksandr Redko <O****o@e****m>
Committed by: GitHub <n****y@g****m> |
almost 3 years ago | |
| bba261e1 | fix warn log condition |
gmtstephane <g****e@g****m>
Committed by: Jamie Tanna <g****b@j****k> |
almost 3 years ago | |
| a923c762 | Warn when using a non-empty `spec.Servers` (#883) |
Jamie Tanna <j****e@j****k>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| c1f722e4 | Lint: Ignore findings on string-based keys for `Context` | Jamie Tanna <j****a@d****k> | over 3 years ago | |
| c6622774 | chore: Fix comments/imports (#789) |
Jim Eagle <j****e@g****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
| e5ad4964 | chore: update kin-openapi to v0.104.0; update middleware test assertions | Tobias Germer <t****r@t****m> | over 3 years ago | |
| 83e714f8 | migrate deprecated io/ioutil package to io and os packages | Tobias Germer <t****r@t****m> | almost 4 years ago | |
| 2071a522 | handle oapi3.MultiError messages (#572) |
Joe Rocklin <j****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| a0bc1708 | Move test specs to embedded files | marcinromaszewicz <m****z@d****i> | about 4 years ago | |
| 88623b86 | Add ErrorHandler for middleware (#557) |
Andrew Stucki <a****i@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| dce4fa7d |
upgrade getkin/kin-openapi to v0.80.0 to fix panic when server is missing a p...
Co-authored-by: Marcin Romaszewicz <4****r@u****m> |
Michael Zuffoletti <m****f@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 6752ce27 | Create an authenticated API example | marcinromaszewicz <m****z@d****i> | over 4 years ago | |
| 53e6c3b4 | Stop depend on the github.com/getkin/kin-openapi/routers/legacy (#383) |
karupanerura <k****a@c****g>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 77cf27d2 | fix build with kin-openapi 0.61.0 (#348) |
Matthew Gabeler-Lee <m****e@6****m>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| 551a3d45 | Fix broken build due to kin backwards-incompatible change (#325) |
Yongun Seong <n****n@n****v>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| 88e96399 | Revert "Fix broken build due to kin backwards-incompatible change (#322)" | marcinromaszewicz <m****z@d****i> | about 5 years ago | |
| 8b3753a3 |
Fix broken build due to kin backwards-incompatible change (#322)
Co-authored-by: Marcin Romaszewicz <4****r@u****m> |
Yongun Seong <y****p@g****m>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| 672b09ef | Update kin-openapi to 0.13 | marcinromaszewicz <m****z@d****i> | about 6 years ago | |
| 3396434f | feat: Add skipper using the echo convention to enable just that (#176) |
Mark Wolfe <m****e@v****u>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 628ca60d | Respect an http error returned by the authentication function (#142) |
Tim Schaub <t****b@u****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 64b1ba39 | Pass validator's errors inside of echo.HTTPError (#119) |
Sergey Kostyuchenko <d****x@g****m>
Committed by: Marcin Romaszewicz <4****r@u****m> |
over 6 years ago | |
| ae96cfe0 | Support additionalProperties | Marcin Romaszewicz <m****z@d****i> | almost 7 years ago | |
| 1b2229c5 | Returning the first line of the error (instead of the 'reason') (#31) |
Prawn <c****y@u****m>
Committed by: Marcin Romaszewicz <4****r@u****m> |
almost 7 years ago | |
| d86739ac | Improve request validation | Marcin Romaszewicz <m****z@d****i> | about 7 years ago | |
| 34f5cb82 | Fix crash in parameter validation | Marcin Romaszewicz <m****z@d****i> | about 7 years ago | |
| f45b674a | parameter binding rewrite | Marcin Romaszewicz <m****z@d****i> | about 7 years ago | |
| d85d50d0 | Remove error printouts | Marcin Romaszewicz <m****z@d****i> | about 7 years ago | |
| a2c6573b | Go back to v1 | Marcin Romaszewicz <m****z@d****i> | over 7 years ago | |
| efe7ede2 | Initial release of oapi-codegen |
marcinromaszewicz <m****z@d****i>
Committed by: Marcin Romaszewicz <m****z@d****i> |
over 7 years ago |