-
Notifications
You must be signed in to change notification settings - Fork 0
feat(gin): Add comprehensive Gin framework support #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
585fda7
docs: add Gin framework support design
spencercjh b56bc89
chore(gin): create package structure with stubs
spencercjh f7f073a
feat(gin): add Gin project types and data structures
spencercjh 884318b
feat(gin): implement Detector with go.mod parsing
spencercjh d13af13
feat(gin): implement no-op Patcher for Gin projects
spencercjh 19ea3a8
feat(gin): implement AST parser for route extraction
spencercjh a2e51eb
feat(gin): implement Handler analyzer for param and response extraction
spencercjh e32da78
feat(gin): implement Schema extractor for Go struct to OpenAPI conver…
spencercjh 25ceced
feat(gin): implement Generator with OpenAPI document building
spencercjh ea89c67
feat(extractor): register Gin extractor in builtin registry
spencercjh b91136a
test(integration): add Gin demo project and e2e test
spencercjh 6e37b27
docs: update README and AGENTS with Gin support documentation
spencercjh 5307630
fix(gin): fix path parameter format and schema reference handling
spencercjh a36117a
feat(gin): add support for more Gin binding and response methods
spencercjh d8bba36
fix(gin): fix body type extraction to use actual type name instead of…
spencercjh 0eecf1b
chore: remove accidentally generated openapi.yaml
spencercjh 863b796
test(integration): enhance gin_demo_test.go with comprehensive valida…
spencercjh 10e8595
feat(gin): enhance type extraction for wrapped response types and nes…
spencercjh ae3751f
style(gin): fix all lint issues (40 -> 0)
spencercjh af8b87a
feat(gin): add comprehensive slog logging to gin extractor
spencercjh 1e3663b
refactor(gin): pass ctx to slog calls in functions that accept context
spencercjh f4eb3a7
docs: update Gin framework documentation
spencercjh 231abe7
ci: use go install instead of golangci-lint-action
spencercjh 4a90f53
fix(gin): extract validation rule strings to constants
spencercjh a878d6b
ci: update golangci-lint setup to use action with specified version
spencercjh b126ca8
refactor(gin): use http.MethodXXX constants instead of string literals
spencercjh 97c0ce3
style(gin): add nosec comment for prealloc linter
spencercjh 3ef926d
ci: remove unnecessary args from golangci-lint action
spencercjh 60557f7
ci: update golangci-lint action to enable verification and adjust cac…
spencercjh 57b981a
ci: fix .golangci.yml schema validation errors
spencercjh 7938e29
ci: update golangci-lint action to v9 and enable verification
spencercjh 1c72883
ci: update golangci-lint in ci to latest version
spencercjh e8a58ef
fix(gin): address code review feedback from PR #13
spencercjh f8484b5
fix(gin): address more code review feedback from PR #13
spencercjh 92b3ec5
fix(gin): address additional code review feedback from PR #13
spencercjh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.