FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for pkg/codegen - lineCode/oapi-codegen · GitHub
lineCode
/
oapi-codegen
Public
forked from
oapi-codegen/oapi-codegen
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
oapi-codegen
pkg
codegen
on
main
User selector
Datepicker
Commit history
Commits on Jul 24, 2024
fix(extensions): use the `x-order` from next to `$ref`, if present (#1700)
Show description for 08bd55b
paulmach
and
Jamie Tanna
authored
08bd55b
View commit details
Copy full SHA for 08bd55b
View code at this point
Browse repository at this point
Commits on Jul 21, 2024
feat(extension): add `x-oapi-codegen-only-honour-go-name`
Show description for 23e3721
Jamie Tanna
authored and
jamietanna
committed
23e3721
View commit details
Copy full SHA for 23e3721
View code at this point
Browse repository at this point
Commits on Jul 12, 2024
refactor: move `Configuration` methods closer to struct
Jamie Tanna
authored and
jamietanna
committed
f6622e7
View commit details
Copy full SHA for f6622e7
View code at this point
Browse repository at this point
chore: make it possible to provide detailed config validation errors
Show description for 6086fe2
Jamie Tanna
authored and
jamietanna
committed
6086fe2
View commit details
Copy full SHA for 6086fe2
View code at this point
Browse repository at this point
Commits on Jul 9, 2024
fix(deps): update module github.com/getkin/kin-openapi to v0.126.0
Show description for 57d9b20
renovate[bot]
authored and
jamietanna
committed
57d9b20
View commit details
Copy full SHA for 57d9b20
View code at this point
Browse repository at this point
Commits on Jun 28, 2024
Avoid extra http.Request allocation (#1673)
gaiaz-iusipov
authored
01d6156
View commit details
Copy full SHA for 01d6156
View code at this point
Browse repository at this point
Commits on Jun 5, 2024
Rename module post-move (#1643)
Show description for c734650
mromaszewicz
authored
c734650
View commit details
Copy full SHA for c734650
View code at this point
Browse repository at this point
Commits on Jun 3, 2024
docs: improve error message
Show description for eba91d9
Jamie Tanna
authored and
jamietanna
committed
eba91d9
View commit details
Copy full SHA for eba91d9
View code at this point
Browse repository at this point
fix(deps): update module github.com/getkin/kin-openapi to v0.124.0
Show description for 620da6b
renovate[bot]
authored and
jamietanna
committed
620da6b
View commit details
Copy full SHA for 620da6b
View code at this point
Browse repository at this point
Commits on Jun 1, 2024
chore: add missing test case for replaceInitialism (#1624)
alexandear
authored
cb61b77
View commit details
Copy full SHA for cb61b77
View code at this point
Browse repository at this point
Commits on May 18, 2024
fix(extensions): generate all sub-types that define `x-go-type-name`s (#1397)
Show description for 311b23b
jamesphillpotts-fr
and
Jamie Tanna
authored
311b23b
View commit details
Copy full SHA for 311b23b
View code at this point
Browse repository at this point
Simplify extensions merge in `mergeOpenapiSchemas` (#1424)
Show description for bf8962d
Juneezee
authored
bf8962d
View commit details
Copy full SHA for bf8962d
View code at this point
Browse repository at this point
fix: correctly register Fiber middleware
Show description for 26f8257
authored and
jamietanna
committed
26f8257
View commit details
Copy full SHA for 26f8257
View code at this point
Browse repository at this point
Commits on May 16, 2024
Use generics to remove redundancy
Show description for 1eb9b9e
mromaszewicz
committed
1eb9b9e
View commit details
Copy full SHA for 1eb9b9e
View code at this point
Browse repository at this point
Commits on May 4, 2024
feat: add ability to tweak generated names (including use of initialisms)
Show description for af43038
authored
af43038
View commit details
Copy full SHA for af43038
View code at this point
Browse repository at this point
Commits on May 3, 2024
Refactor: simplify map access for extensions
alexandear
authored and
jamietanna
committed
c3f671b
View commit details
Copy full SHA for c3f671b
View code at this point
Browse repository at this point
chore(deps): remove dependency on `golang.org/x/lint`
Show description for acc4e4d
Jamie Tanna
authored and
jamietanna
committed
acc4e4d
View commit details
Copy full SHA for acc4e4d
View code at this point
Browse repository at this point
fix: ensure we pre-import `nullable`
Show description for c786892
Jamie Tanna
authored and
jamietanna
committed
c786892
View commit details
Copy full SHA for c786892
View code at this point
Browse repository at this point
Commits on Apr 20, 2024
docs: add `AdditionalImports` docs
jamietanna
committed
686f006
View commit details
Copy full SHA for 686f006
View code at this point
Browse repository at this point
docs: remove unfinished sentence
jamietanna
committed
b95aa7c
View commit details
Copy full SHA for b95aa7c
View code at this point
Browse repository at this point
docs: correctly use GoDoc for `Configuration` types
Show description for dcb6310
jamietanna
committed
dcb6310
View commit details
Copy full SHA for dcb6310
View code at this point
Browse repository at this point
chore: use a constant for `x-order`
Show description for 2780786
jamietanna
committed
2780786
View commit details
Copy full SHA for 2780786
View code at this point
Browse repository at this point
Commits on Mar 4, 2024
feat: add support for Go 1.22+ net/http routing
Show description for dd08298
thedadams
and
jamietanna
committed
dd08298
View commit details
Copy full SHA for dd08298
View code at this point
Browse repository at this point
fix: correctly validate presence of Gorilla and other servers
Show description for 1286ef4
jamietanna
and
thedadams
committed
1286ef4
View commit details
Copy full SHA for 1286ef4
View code at this point
Browse repository at this point
chore: add missing test coverage for `TestSwaggerUriToChiUri`
Show description for 02b250f
jamietanna
and
thedadams
committed
02b250f
View commit details
Copy full SHA for 02b250f
View code at this point
Browse repository at this point
Commits on Feb 10, 2024
Fix: Render Go Doc correctly with `x-go-name` (#1457)
Show description for 327e62e
ConorPKeegan
authored
327e62e
View commit details
Copy full SHA for 327e62e
View code at this point
Browse repository at this point
Commits on Jan 25, 2024
Fix: Ensure external refs are propagated to generated code
Show description for ad5eada
jamietanna
committed
ad5eada
View commit details
Copy full SHA for ad5eada
View code at this point
Browse repository at this point
Add support for x-order extension (#1190)
Show description for 3bf5755
authored
3bf5755
View commit details
Copy full SHA for 3bf5755
View code at this point
Browse repository at this point
Allow disabling type aliases for arrays
Show description for 5cdb559
jkj
authored and
jamietanna
committed
5cdb559
View commit details
Copy full SHA for 5cdb559
View code at this point
Browse repository at this point
Fix typos in test fields and comments (#1287)
Show description for eb0c4cd
alexandear
and
jamietanna
authored
eb0c4cd
View commit details
Copy full SHA for eb0c4cd
View code at this point
Browse repository at this point
feat: filter by operation ids (#929)
johanneswuerbach
authored
d1b4504
View commit details
Copy full SHA for d1b4504
View code at this point
Browse repository at this point
Fix: Don't use type aliases with external references
Show description for 390058d
jamietanna
committed
390058d
View commit details
Copy full SHA for 390058d
View code at this point
Browse repository at this point
Add a `Schema#IsExternalRef` function
Show description for b5a3855
jamietanna
committed
b5a3855
View commit details
Copy full SHA for b5a3855
View code at this point
Browse repository at this point
Fix: Refer to external refs correctly in strict interfaces
Show description for f0a1be0
jamietanna
committed
f0a1be0
View commit details
Copy full SHA for f0a1be0
View code at this point
Browse repository at this point
Commits on Jan 11, 2024
Allow generating `nullable.Nullable` for nullable properties
Show description for 66f9bb8
authored and
jamietanna
committed
66f9bb8
View commit details
Copy full SHA for 66f9bb8
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL