-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
merge master to v2 #1903
merge master to v2 #1903
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3c5e486 - Browse repository at this point
Copy the full SHA 3c5e486View commit details
Commits on Apr 17, 2023
-
Add option to set template delimiters (#1499)
* Add template action delimiter cli flag * Add delims to generator config and template Also adds tests using the "quote" test as a base. This has to have a custom Instance name or it will clash with the "quotes" one and panic since it will have registered two "swagger" instances in the package test. * Add testdata for custom delim flags Based on the "quote" testdata. * Add delims to the spec, with tests. Make sure we don't add delims if they are empty. This shouldn't be possible, but might as well be safe. * Go mod tidy and sum update * Make the CLI experience a bit cleaner * Revert go.mod and sum * Update readme
Configuration menu - View commit details
-
Copy full SHA for 01d20cc - Browse repository at this point
Copy the full SHA 01d20ccView commit details -
fix bug: enums of explicit type conversion (#1556)
Signed-off-by: sdghchj <sdghchj@qq.com>
Configuration menu - View commit details
-
Copy full SHA for c14cc8e - Browse repository at this point
Copy the full SHA c14cc8eView commit details
Commits on Apr 19, 2023
-
add retract to fix proxy cache caused by accidentally pushed tags (#1562
Configuration menu - View commit details
-
Copy full SHA for 21d34e2 - Browse repository at this point
Copy the full SHA 21d34e2View commit details
Commits on May 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5774b7b - Browse repository at this point
Copy the full SHA 5774b7bView commit details
Commits on May 10, 2023
-
fix: lint error for generated docs.go (#1583)
Co-authored-by: wanglonghui7 <wanglonghui7@jd.com>
Configuration menu - View commit details
-
Copy full SHA for e749ad5 - Browse repository at this point
Copy the full SHA e749ad5View commit details
Commits on May 12, 2023
-
fix bug: enums of underscored number (#1581)
Signed-off-by: sdghchj <sdghchj@qq.com>
Configuration menu - View commit details
-
Copy full SHA for ea35767 - Browse repository at this point
Copy the full SHA ea35767View commit details
Commits on Jun 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e73a0d0 - Browse repository at this point
Copy the full SHA e73a0d0View commit details
Commits on Jun 25, 2023
-
chore(deps): bump github.com/gin-gonic/gin (#1598)
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.7 to 1.9.1. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](gin-gonic/gin@v1.7.7...v1.9.1) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b2f325f - Browse repository at this point
Copy the full SHA b2f325fView commit details -
chore(deps): bump github.com/gin-gonic/gin in /example/celler (#1599)
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.7 to 1.9.1. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](gin-gonic/gin@v1.7.7...v1.9.1) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8e5b314 - Browse repository at this point
Copy the full SHA 8e5b314View commit details -
chore(deps): bump github.com/gin-gonic/gin in /example/go-module-supp…
…ort (#1600) Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.7.7 to 1.9.1. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](gin-gonic/gin@v1.7.7...v1.9.1) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c8372f6 - Browse repository at this point
Copy the full SHA c8372f6View commit details
Commits on Jul 7, 2023
-
fix required params parsing for routes with multiple paths and multip…
…le params (#1621) * fix required params parsing for routes with multiple paths and multiple params * fix incorrect variable declaration of validParams
Configuration menu - View commit details
-
Copy full SHA for 0cee1c5 - Browse repository at this point
Copy the full SHA 0cee1c5View commit details
Commits on Jul 17, 2023
-
parser: if all tags negate return true on no hits (#1624)
* parser: if all tags negate return true on no hits
Configuration menu - View commit details
-
Copy full SHA for fe971d2 - Browse repository at this point
Copy the full SHA fe971d2View commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4536bf2 - Browse repository at this point
Copy the full SHA 4536bf2View commit details -
parse binary literal const (#1593)
* support binary const Signed-off-by: sdghchj <sdghchj@qq.com> * add test Signed-off-by: sdghchj <sdghchj@qq.com> --------- Signed-off-by: sdghchj <sdghchj@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 575963e - Browse repository at this point
Copy the full SHA 575963eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bf0078 - Browse repository at this point
Copy the full SHA 1bf0078View commit details -
add cli flag --pdl to determine whether parse operations in dependency (
#1605) * change cli flag to parse operations in dependency Signed-off-by: sdghchj <sdghchj@qq.com> * change cli flag to parse operations in dependency Signed-off-by: sdghchj <sdghchj@qq.com> * add cli flag --pdl to determine whether parse operations in dependency Signed-off-by: sdghchj <sdghchj@qq.com> * add cli flag --pdl to determine whether parse operations in dependency Signed-off-by: sdghchj <sdghchj@qq.com> * add cli flag --pdl to determine whether parse operations in dependency Signed-off-by: sdghchj <sdghchj@qq.com> --------- Signed-off-by: sdghchj <sdghchj@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 7534a13 - Browse repository at this point
Copy the full SHA 7534a13View commit details
Commits on Jul 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d0f9dc5 - Browse repository at this point
Copy the full SHA d0f9dc5View commit details
Commits on Jul 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 27b27bd - Browse repository at this point
Copy the full SHA 27b27bdView commit details
Commits on Aug 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f05ccdc - Browse repository at this point
Copy the full SHA f05ccdcView commit details -
feat: preserve file permission when write formatted files (#1636)
test: add a test case to validate permission equal
Configuration menu - View commit details
-
Copy full SHA for 9f128b4 - Browse repository at this point
Copy the full SHA 9f128b4View commit details
Commits on Aug 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8ebf32f - Browse repository at this point
Copy the full SHA 8ebf32fView commit details
Commits on Aug 30, 2023
-
chore(deps): bump gopkg.in/yaml.v3 (#1663)
Bumps gopkg.in/yaml.v3 from 3.0.0-20200615113413-eeeca48fe776 to 3.0.0. --- updated-dependencies: - dependency-name: gopkg.in/yaml.v3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 23c9b5c - Browse repository at this point
Copy the full SHA 23c9b5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9d0aa5 - Browse repository at this point
Copy the full SHA e9d0aa5View commit details
Commits on Sep 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1460377 - Browse repository at this point
Copy the full SHA 1460377View commit details
Commits on Oct 12, 2023
-
chore(deps): bump golang.org/x/net from 0.8.0 to 0.17.0 (#1686)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.17.0. - [Commits](golang/net@v0.8.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2e5d352 - Browse repository at this point
Copy the full SHA 2e5d352View commit details -
chore(deps): bump golang.org/x/net in /example/markdown (#1685)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0. - [Commits](golang/net@v0.7.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d23a84a - Browse repository at this point
Copy the full SHA d23a84aView commit details -
When the return value defined by the @success tag is equal to a null …
…value, make fixes to prevent a null pointer exception occurs (#1667)
Configuration menu - View commit details
-
Copy full SHA for 2da9651 - Browse repository at this point
Copy the full SHA 2da9651View commit details -
chore(deps): bump golang.org/x/net in /example/go-module-support (#1682)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0. - [Commits](golang/net@v0.10.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d7e961a - Browse repository at this point
Copy the full SHA d7e961aView commit details -
chore(deps): bump golang.org/x/net in /example/object-map-example (#1684
) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0. - [Commits](golang/net@v0.10.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c00103a - Browse repository at this point
Copy the full SHA c00103aView commit details -
chore(deps): bump golang.org/x/net in /example/celler (#1683)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.17.0. - [Commits](golang/net@v0.10.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2b5852a - Browse repository at this point
Copy the full SHA 2b5852aView commit details
Commits on Nov 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bab7aac - Browse repository at this point
Copy the full SHA bab7aacView commit details -
Adding instructions to finish the steps in `Getting started` section before `How to use it with Gin` It is easy for anybody to miss out that section which causes unwanted failures in the Swagger UI
Configuration menu - View commit details
-
Copy full SHA for 19b9c00 - Browse repository at this point
Copy the full SHA 19b9c00View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7c63fc - Browse repository at this point
Copy the full SHA c7c63fcView commit details
Commits on Nov 16, 2023
-
improve docker container usage (#1704)
* Update Go build version for Docker container * Explicitly specify copy target * Set ENTRYPOINT * Move binary to /bin * Add docker usage instructions to the README * Set /code as the default WORKDIR --------- Co-authored-by: Norman Gehrsitz <git@gehrsitz.eu>
Configuration menu - View commit details
-
Copy full SHA for 0ade78c - Browse repository at this point
Copy the full SHA 0ade78cView commit details
Commits on Nov 24, 2023
-
fix issue #1662: find definitions from external packages first (#1666)
Signed-off-by: sdghchj <sdghchj@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 6cdaaf5 - Browse repository at this point
Copy the full SHA 6cdaaf5View commit details
Commits on Dec 18, 2023
-
Drop support for go v1.17.x (#1723)
* Drop support for go v1.17.x Signed-off-by: sdghchj <sdghchj@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 744a58e - Browse repository at this point
Copy the full SHA 744a58eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7603121 - Browse repository at this point
Copy the full SHA 7603121View commit details
Commits on Dec 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9fdba3e - Browse repository at this point
Copy the full SHA 9fdba3eView commit details -
chore(deps): bump golang.org/x/crypto in /example/celler (#1727)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. - [Commits](golang/crypto@v0.14.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 43fec8e - Browse repository at this point
Copy the full SHA 43fec8eView commit details -
chore(deps): bump golang.org/x/crypto in /example/go-module-support (#…
…1726) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. - [Commits](golang/crypto@v0.14.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fb5890c - Browse repository at this point
Copy the full SHA fb5890cView commit details
Commits on Dec 20, 2023
-
chore(deps): bump golang.org/x/crypto in /example/object-map-example (#…
…1725) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. - [Commits](golang/crypto@v0.14.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 33da992 - Browse repository at this point
Copy the full SHA 33da992View commit details
Commits on Jan 11, 2024
-
deprecate some parts of routers in an operation (#1735)
Signed-off-by: sdghchj <sdghchj@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 0fb6820 - Browse repository at this point
Copy the full SHA 0fb6820View commit details
Commits on Jan 16, 2024
-
bug: array form filed name should not contains bracket which led to i…
…nvalid fieldname in ts codegen (#1706)
Configuration menu - View commit details
-
Copy full SHA for 76695ca - Browse repository at this point
Copy the full SHA 76695caView commit details
Commits on Jan 22, 2024
-
Struct fields supported for header and path param types (#1740)
* Support object data types for header params Add initial struct test for header names and validation. * Add form and query struct test for operations * Operation param add path struct model support and tests wip: fix merge
Configuration menu - View commit details
-
Copy full SHA for d4218f2 - Browse repository at this point
Copy the full SHA d4218f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae7e404 - Browse repository at this point
Copy the full SHA ae7e404View commit details
Commits on Jan 29, 2024
-
Feat: Support generic with map params (#1746)
* support generic with map params Signed-off-by: sdghchj <sdghchj@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 7147984 - Browse repository at this point
Copy the full SHA 7147984View commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 98ed434 - Browse repository at this point
Copy the full SHA 98ed434View commit details
Commits on Feb 6, 2024
-
getUnderlyingSchema can return nil, so it has to be checked here otherwise the code is exposed to invalid memory address or nil pointer dereference
Configuration menu - View commit details
-
Copy full SHA for 56fde5c - Browse repository at this point
Copy the full SHA 56fde5cView commit details
Commits on Feb 20, 2024
-
fix: remove dropped tags from general infos (#1764)
* fix: remove unneeded tags from general infos Signed-off-by: sdghchj <sdghchj@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 928264c - Browse repository at this point
Copy the full SHA 928264cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87e7d9c - Browse repository at this point
Copy the full SHA 87e7d9cView commit details -
add support for "title" tag (#1762)
feat: add support for "title" tag in structField struct to allow specifying a custom field title
Configuration menu - View commit details
-
Copy full SHA for 91624ad - Browse repository at this point
Copy the full SHA 91624adView commit details
Commits on Apr 20, 2024
-
chore: fix some typos in comments (#1788)
Signed-off-by: camcui <cuishua@sina.cn>
Configuration menu - View commit details
-
Copy full SHA for 90aa46f - Browse repository at this point
Copy the full SHA 90aa46fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a47dcb - Browse repository at this point
Copy the full SHA 8a47dcbView commit details -
chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 (#1793)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](golang/net@v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0834357 - Browse repository at this point
Copy the full SHA 0834357View commit details -
chore(deps): bump golang.org/x/net in /example/markdown (#1792)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](golang/net@v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d5af957 - Browse repository at this point
Copy the full SHA d5af957View commit details -
chore(deps): bump golang.org/x/net in /example/celler (#1794)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](golang/net@v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1bb1445 - Browse repository at this point
Copy the full SHA 1bb1445View commit details -
chore(deps): bump golang.org/x/net in /example/go-module-support (#1795)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](golang/net@v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6aa6613 - Browse repository at this point
Copy the full SHA 6aa6613View commit details -
chore(deps): bump golang.org/x/net in /example/object-map-example (#1796
) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](golang/net@v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0368d7d - Browse repository at this point
Copy the full SHA 0368d7dView commit details
Commits on Apr 21, 2024
-
Handle case of empty GOROOT (#1798)
In some situations, such as when using the go-swag Nix package, runtime.GOROOT() will be empty, and RangeFiles will skip all source paths since technically, all paths are prefixed with the empty string. See also NixOS/nixpkgs#224701 May resolve some cases of #1622.
Configuration menu - View commit details
-
Copy full SHA for 4c2f8dd - Browse repository at this point
Copy the full SHA 4c2f8ddView commit details
Commits on Apr 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 85254b4 - Browse repository at this point
Copy the full SHA 85254b4View commit details
Commits on Apr 23, 2024
-
Feat: multi-arch docker image (#1756)
* Feat: multi-arch docker image - adapt Dockerfile to support cross-compilation depending on TARGETARCH and TARGETOS variables see https://www.docker.com/blog/faster-multi-platform-builds-dockerfile-cross-compilation-guide/ - set target platforms for docker/build-push-action * Support running on forks * Fix ARG format * Fix docker digest step * Restrict permissions * Update action versions * Set $TARGETPLATFORM explicitly docker/build-push-action#820 (comment) --------- Co-authored-by: Norman Gehrsitz <45375059+ngehrsitz@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 15dae35 - Browse repository at this point
Copy the full SHA 15dae35View commit details -
chore(deps): bump google.golang.org/protobuf (#1773)
Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b8662de - Browse repository at this point
Copy the full SHA b8662deView commit details -
chore(deps): bump google.golang.org/protobuf (#1774)
Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4a11e23 - Browse repository at this point
Copy the full SHA 4a11e23View commit details -
chore(deps): bump google.golang.org/protobuf in /example/celler (#1775)
Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 937c239 - Browse repository at this point
Copy the full SHA 937c239View commit details
Commits on Jun 21, 2024
-
fix issue: #1780: filter $GOROOT path (#1827)
Signed-off-by: song <tinysong1226@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fd2fa83 - Browse repository at this point
Copy the full SHA fd2fa83View commit details -
feat: read from stdin, write to stdout (#1831) (#1832)
Co-authored-by: Bruno Bonatto <bruno.bonatto@simfrete.com.br>
Configuration menu - View commit details
-
Copy full SHA for e55c557 - Browse repository at this point
Copy the full SHA e55c557View commit details -
Added suport for parsing comments inside of function bodies (#1824)
Added suport for parsing comments inside of function bodies --------- Co-authored-by: Jonas Ha <jonas-ha@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 7204462 - Browse repository at this point
Copy the full SHA 7204462View commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f32d4d3 - Browse repository at this point
Copy the full SHA f32d4d3View commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 807dd1f - Browse repository at this point
Copy the full SHA 807dd1fView commit details -
* fix: fixes a bug that could select wrong tag description markdown file * fixes parser to be able to parse file names with and without ext
Configuration menu - View commit details
-
Copy full SHA for 697572a - Browse repository at this point
Copy the full SHA 697572aView commit details
Commits on Jul 3, 2024
-
Fix global overrides for any/interface ref types (#1835)
When overriding with any or interface{}, the code should prefer the "any" (empty) schema instead, not the object schema since that's different e.g.
Configuration menu - View commit details
-
Copy full SHA for ff50cd6 - Browse repository at this point
Copy the full SHA ff50cd6View commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c7f1cd8 - Browse repository at this point
Copy the full SHA c7f1cd8View commit details
Commits on Aug 20, 2024
-
fix parse nested structs and aliases (#1866)
Co-authored-by: ma.mikhaylov <ma.mikhaylov@tinkoff.ru>
Configuration menu - View commit details
-
Copy full SHA for 10030b0 - Browse repository at this point
Copy the full SHA 10030b0View commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 83fe3ca - Browse repository at this point
Copy the full SHA 83fe3caView commit details
Commits on Sep 20, 2024
-
Fix param comment escaping issue (#1890)
This commit fixes a param comment issue where a "\n" gets escaped so it would not be applied to the output swagger file.
Configuration menu - View commit details
-
Copy full SHA for 1d730c5 - Browse repository at this point
Copy the full SHA 1d730c5View commit details
Commits on Sep 25, 2024
-
support markdown description for declaration (#1893)
* feat: support markdown description for declaration * fix: range PackagesDefinitions.uniqueDefinitions cause panic --------- Co-authored-by: xinbi.nie <xinbi.nie@voidtech.com.cn>
Configuration menu - View commit details
-
Copy full SHA for a3c6d12 - Browse repository at this point
Copy the full SHA a3c6d12View commit details
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9069105 - Browse repository at this point
Copy the full SHA 9069105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fd8a36 - Browse repository at this point
Copy the full SHA 4fd8a36View commit details -
fix:parse all field names declared in a row (#1872)
* fix:parse all fields names declared in a row
Configuration menu - View commit details
-
Copy full SHA for a74d34c - Browse repository at this point
Copy the full SHA a74d34cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28de14c - Browse repository at this point
Copy the full SHA 28de14cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7159b0f - Browse repository at this point
Copy the full SHA 7159b0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d323b48 - Browse repository at this point
Copy the full SHA d323b48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 103ac42 - Browse repository at this point
Copy the full SHA 103ac42View commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b9e347 - Browse repository at this point
Copy the full SHA 0b9e347View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b930d4 - Browse repository at this point
Copy the full SHA 5b930d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36c14a4 - Browse repository at this point
Copy the full SHA 36c14a4View commit details
Commits on Oct 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6106783 - Browse repository at this point
Copy the full SHA 6106783View commit details