Skip to content
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

Merged
merged 88 commits into from
Oct 19, 2024
Merged

merge master to v2 #1903

merged 88 commits into from
Oct 19, 2024

Commits on Apr 11, 2023

  1. Update README_zh-CN.md (#1545)

    remove repeat net/http
    tzxdtc authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    3c5e486 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. 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
    leosunmo authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    01d20cc View commit details
    Browse the repository at this point in the history
  2. fix bug: enums of explicit type conversion (#1556)

    Signed-off-by: sdghchj <[email protected]>
    sdghchj authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    c14cc8e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. add retract to fix proxy cache caused by accidentally pushed tags (#1562

    )
    
    * add retract caused by accidentally pushed tags
    
    * update version to match new tag version
    
    ---------
    
    Co-authored-by: Tobias Theel <[email protected]>
    Nerzal and Tobias Theel authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    21d34e2 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    5774b7b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. fix: lint error for generated docs.go (#1583)

    Co-authored-by: wanglonghui7 <[email protected]>
    lowang-bh and wanglonghui7 authored May 10, 2023
    Configuration menu
    Copy the full SHA
    e749ad5 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. fix bug: enums of underscored number (#1581)

    Signed-off-by: sdghchj <[email protected]>
    sdghchj authored May 12, 2023
    Configuration menu
    Copy the full SHA
    ea35767 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    e73a0d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. chore(deps): bump github.com/gin-gonic/gin (#1598)

    Bumps [github.com/gin-gonic/gin](https:/gin-gonic/gin) from 1.7.7 to 1.9.1.
    - [Release notes](https:/gin-gonic/gin/releases)
    - [Changelog](https:/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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 25, 2023
    Configuration menu
    Copy the full SHA
    b2f325f View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/gin-gonic/gin in /example/celler (#1599)

    Bumps [github.com/gin-gonic/gin](https:/gin-gonic/gin) from 1.7.7 to 1.9.1.
    - [Release notes](https:/gin-gonic/gin/releases)
    - [Changelog](https:/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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 25, 2023
    Configuration menu
    Copy the full SHA
    8e5b314 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/gin-gonic/gin in /example/go-module-supp…

    …ort (#1600)
    
    Bumps [github.com/gin-gonic/gin](https:/gin-gonic/gin) from 1.7.7 to 1.9.1.
    - [Release notes](https:/gin-gonic/gin/releases)
    - [Changelog](https:/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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 25, 2023
    Configuration menu
    Copy the full SHA
    c8372f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. 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
    Phenix66 authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    0cee1c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. parser: if all tags negate return true on no hits (#1624)

    * parser: if all tags negate return true on no hits
    rsmarples authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    fe971d2 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    4536bf2 View commit details
    Browse the repository at this point in the history
  2. parse binary literal const (#1593)

    * support binary const
    
    Signed-off-by: sdghchj <[email protected]>
    
    * add test
    
    Signed-off-by: sdghchj <[email protected]>
    
    ---------
    
    Signed-off-by: sdghchj <[email protected]>
    sdghchj authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    575963e View commit details
    Browse the repository at this point in the history
  3. feat: global security (#1620)

    * global security
    
    * improve test
    nameoffnv authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    1bf0078 View commit details
    Browse the repository at this point in the history
  4. add cli flag --pdl to determine whether parse operations in dependency (

    #1605)
    
    * change cli flag to parse operations in dependency
    
    Signed-off-by: sdghchj <[email protected]>
    
    * change cli flag to parse operations in dependency
    
    Signed-off-by: sdghchj <[email protected]>
    
    * add cli flag --pdl to determine whether parse operations in dependency
    
    Signed-off-by: sdghchj <[email protected]>
    
    * add cli flag --pdl to determine whether parse operations in dependency
    
    Signed-off-by: sdghchj <[email protected]>
    
    * add cli flag --pdl to determine whether parse operations in dependency
    
    Signed-off-by: sdghchj <[email protected]>
    
    ---------
    
    Signed-off-by: sdghchj <[email protected]>
    sdghchj authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    7534a13 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    d0f9dc5 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    27b27bd View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    f05ccdc View commit details
    Browse the repository at this point in the history
  2. feat: preserve file permission when write formatted files (#1636)

    test: add a test case to validate permission equal
    hohobilly authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    9f128b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    8ebf32f View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. 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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    23c9b5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9d0aa5 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    1460377 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. chore(deps): bump golang.org/x/net from 0.8.0 to 0.17.0 (#1686)

    Bumps [golang.org/x/net](https:/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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    2e5d352 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump golang.org/x/net in /example/markdown (#1685)

    Bumps [golang.org/x/net](https:/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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    d23a84a View commit details
    Browse the repository at this point in the history
  3. 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)
    Shimizu1111 authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    2da9651 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump golang.org/x/net in /example/go-module-support (#1682)

    Bumps [golang.org/x/net](https:/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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    d7e961a View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump golang.org/x/net in /example/object-map-example (#1684

    )
    
    Bumps [golang.org/x/net](https:/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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    c00103a View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump golang.org/x/net in /example/celler (#1683)

    Bumps [golang.org/x/net](https:/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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    2b5852a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    bab7aac View commit details
    Browse the repository at this point in the history
  2. Update README.md (#1698)

    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
    saurabhchatterjee23 authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    19b9c00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7c63fc View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. 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 <[email protected]>
    ngehrsitz and Norman Gehrsitz authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    0ade78c View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    6cdaaf5 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Drop support for go v1.17.x (#1723)

    * Drop support for go v1.17.x 
    
    Signed-off-by: sdghchj <[email protected]>
    sdghchj authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    744a58e View commit details
    Browse the repository at this point in the history
  2. Add flag state #1628 (#1629)

    * add state flag
    ivolkoff authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    7603121 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. fix deps (#1724)

    Signed-off-by: sdghchj <[email protected]>
    sdghchj authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    9fdba3e View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump golang.org/x/crypto in /example/celler (#1727)

    Bumps [golang.org/x/crypto](https:/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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    43fec8e View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump golang.org/x/crypto in /example/go-module-support (#…

    …1726)
    
    Bumps [golang.org/x/crypto](https:/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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    fb5890c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. chore(deps): bump golang.org/x/crypto in /example/object-map-example (#…

    …1725)
    
    Bumps [golang.org/x/crypto](https:/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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    33da992 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. deprecate some parts of routers in an operation (#1735)

    Signed-off-by: sdghchj <[email protected]>
    sdghchj authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    0fb6820 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. bug: array form filed name should not contains bracket which led to i…

    …nvalid fieldname in ts codegen (#1706)
    Jinof authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    76695ca View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. 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
    tanenbaum authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d4218f2 View commit details
    Browse the repository at this point in the history
  2. fix #1742 (#1744)

    * fix #1742
    
    Signed-off-by: sdghchj <[email protected]>
    sdghchj authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ae7e404 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Feat: Support generic with map params (#1746)

    * support generic with map params
    
    Signed-off-by: sdghchj <[email protected]>
    sdghchj authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    7147984 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Update version.go (#1751)

    sdghchj authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    98ed434 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Update operation.go (#1753)

    getUnderlyingSchema can return nil, so it has to be checked here otherwise the code is exposed to invalid memory address or nil pointer dereference
    mathieu-chauvet authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    56fde5c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. fix: remove dropped tags from general infos (#1764)

    * fix: remove unneeded tags from general infos
    Signed-off-by: sdghchj <[email protected]>
    sdghchj authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    928264c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87e7d9c View commit details
    Browse the repository at this point in the history
  3. add support for "title" tag (#1762)

    feat: add support for "title" tag in structField struct to allow specifying a custom field title
    matteobassan authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    91624ad View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. chore: fix some typos in comments (#1788)

    Signed-off-by: camcui <[email protected]>
    camcui authored Apr 20, 2024
    Configuration menu
    Copy the full SHA
    90aa46f View commit details
    Browse the repository at this point in the history
  2. bump go version (#1797)

    * bump go version
    * cleanup pipeline
    ubogdan authored Apr 20, 2024
    Configuration menu
    Copy the full SHA
    8a47dcb View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 (#1793)

    Bumps [golang.org/x/net](https:/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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 20, 2024
    Configuration menu
    Copy the full SHA
    0834357 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump golang.org/x/net in /example/markdown (#1792)

    Bumps [golang.org/x/net](https:/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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 20, 2024
    Configuration menu
    Copy the full SHA
    d5af957 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump golang.org/x/net in /example/celler (#1794)

    Bumps [golang.org/x/net](https:/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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 20, 2024
    Configuration menu
    Copy the full SHA
    1bb1445 View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump golang.org/x/net in /example/go-module-support (#1795)

    Bumps [golang.org/x/net](https:/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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 20, 2024
    Configuration menu
    Copy the full SHA
    6aa6613 View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump golang.org/x/net in /example/object-map-example (#1796

    )
    
    Bumps [golang.org/x/net](https:/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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 20, 2024
    Configuration menu
    Copy the full SHA
    0368d7d View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. 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.
    evan-goode authored Apr 21, 2024
    Configuration menu
    Copy the full SHA
    4c2f8dd View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    85254b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. 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 <[email protected]>
    tnaroska and ngehrsitz authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    15dae35 View commit details
    Browse the repository at this point in the history
  2. 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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b8662de View commit details
    Browse the repository at this point in the history
  3. 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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4a11e23 View commit details
    Browse the repository at this point in the history
  4. 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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    937c239 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. fix issue: #1780: filter $GOROOT path (#1827)

    Signed-off-by: song <[email protected]>
    bobsongplus authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    fd2fa83 View commit details
    Browse the repository at this point in the history
  2. feat: read from stdin, write to stdout (#1831) (#1832)

    Co-authored-by: Bruno Bonatto <[email protected]>
    bfbonatto and Bruno Bonatto authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e55c557 View commit details
    Browse the repository at this point in the history
  3. Added suport for parsing comments inside of function bodies (#1824)

    Added suport for parsing comments inside of function bodies
    
    ---------
    
    Co-authored-by: Jonas Ha <[email protected]>
    j-d-ha and j-d-ha authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    7204462 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    f32d4d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    807dd1f View commit details
    Browse the repository at this point in the history
  2. Fixes Issue 1829 (#1830)

    * 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
    Kafkalasch authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    697572a View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. 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.
    ezequiel authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ff50cd6 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    c7f1cd8 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. fix parse nested structs and aliases (#1866)

    Co-authored-by: ma.mikhaylov <[email protected]>
    zdon0 and ma.mikhaylov authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    10030b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    83fe3ca View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. 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.
    yukiomoto authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1d730c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. support markdown description for declaration (#1893)

    * feat: support markdown description for declaration
    
    * fix: range PackagesDefinitions.uniqueDefinitions cause panic
    
    ---------
    
    Co-authored-by: xinbi.nie <[email protected]>
    nicoxb and xinbi.nie authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a3c6d12 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. update README (#1856)

    sdghchj authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9069105 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fd8a36 View commit details
    Browse the repository at this point in the history
  3. fix:parse all field names declared in a row (#1872)

    * fix:parse all fields names declared in a row
    sdghchj authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a74d34c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    28de14c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7159b0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d323b48 View commit details
    Browse the repository at this point in the history
  7. chore: Update ci.yml (#1902)

    ubogdan authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    103ac42 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. new release (#1901)

    ubogdan authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    0b9e347 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b930d4 View commit details
    Browse the repository at this point in the history
  3. fix some issues

    ubogdan committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    36c14a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. fix unit tests

    ubogdan committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    6106783 View commit details
    Browse the repository at this point in the history