-
Notifications
You must be signed in to change notification settings - Fork 50
Comparing changes
Open a pull request
base repository: go-openapi/swag
base: v0.25.1
head repository: go-openapi/swag
compare: v0.25.3
- 15 commits
- 174 files changed
- 4 contributors
Commits on Oct 3, 2025
-
chore: removed most remaining external dependencies
* switch to forked testify (go-openapi/testify/v2) which no longer imports external dependencies * all test dependencies now boil down to go-openapi/testify/v2 Signed-off-by: Frederic BIDON <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abf5576 - Browse repository at this point
Copy the full SHA abf5576View commit details -
Signed-off-by: Frederic BIDON <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa561b9 - Browse repository at this point
Copy the full SHA fa561b9View commit details -
* chore(ci): improvements to CI * address security recommandations re explicit permissions in ci workflows * added test reports, for better feedback on passed or failed tests: * upload codecov test report, e.g. visible in [codecov UI](https://app.codecov.io/gh/go-openapi/swag/tests/fredbi%2Fswag%3Achore%2Fci-improvements) * CTRF test reports on github, visible in the github action summary Signed-off-by: Frederic BIDON <[email protected]> * Update .github/workflows/go-test.yml Co-authored-by: Copilot <[email protected]> --------- Signed-off-by: Frederic BIDON <[email protected]> Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 641f1cb - Browse repository at this point
Copy the full SHA 641f1cbView commit details
Commits on Oct 4, 2025
-
licensing: modernized the licensing of source code.
This commit replaces the full license terms in each go source file by the more compact SPDX annotations (i.e. 2 lines instead of 13). All go files now embed these summarized licensing terms. Also: * license is now cited in README Aside: * fixed sample code in README on how to register an adapter Signed-off-by: Frederic BIDON <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dcfd48d - Browse repository at this point
Copy the full SHA dcfd48dView commit details -
refact(test): refactored tests to avoid conversions when asserting JSON
Signed-off-by: Frederic BIDON <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2510644 - Browse repository at this point
Copy the full SHA 2510644View commit details -
ci: pinned github actions used with their sha...
... and let dependabot deal with that. NOTE: dependabot updates for the github actions ecosystem are automatically merged. Signed-off-by: Frederic BIDON <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59456ad - Browse repository at this point
Copy the full SHA 59456adView commit details -
Signed-off-by: Frederic BIDON <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 48179bd - Browse repository at this point
Copy the full SHA 48179bdView commit details
Commits on Oct 10, 2025
-
build(deps): bump the development-dependencies group across 2 directo…
…ries with 1 update Bumps the development-dependencies group with 1 update in the / directory: [ctrf-io/github-test-reporter](https://github.com/ctrf-io/github-test-reporter). Bumps the development-dependencies group with 1 update in the /.github/workflows directory: [ctrf-io/github-test-reporter](https://github.com/ctrf-io/github-test-reporter). Updates `ctrf-io/github-test-reporter` from 1.0.22 to 1.0.25 - [Release notes](https://github.com/ctrf-io/github-test-reporter/releases) - [Commits](ctrf-io/github-test-reporter@646f98c...9bd3118) Updates `ctrf-io/github-test-reporter` from 1.0.22 to 1.0.25 - [Release notes](https://github.com/ctrf-io/github-test-reporter/releases) - [Commits](ctrf-io/github-test-reporter@646f98c...9bd3118) --- updated-dependencies: - dependency-name: ctrf-io/github-test-reporter dependency-version: 1.0.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: ctrf-io/github-test-reporter dependency-version: 1.0.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23684ce - Browse repository at this point
Copy the full SHA 23684ceView commit details
Commits on Oct 31, 2025
-
build(deps): bump the development-dependencies group across 2 directo…
…ries with 3 updates Bumps the development-dependencies group with 3 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [ctrf-io/github-test-reporter](https://github.com/ctrf-io/github-test-reporter). Bumps the development-dependencies group with 3 updates in the /.github/workflows directory: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [ctrf-io/github-test-reporter](https://github.com/ctrf-io/github-test-reporter). Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) Updates `actions/download-artifact` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@634f93c...018cc2c) Updates `ctrf-io/github-test-reporter` from 1.0.25 to 1.0.26 - [Release notes](https://github.com/ctrf-io/github-test-reporter/releases) - [Commits](ctrf-io/github-test-reporter@9bd3118...024bc4b) Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) Updates `actions/download-artifact` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@634f93c...018cc2c) Updates `ctrf-io/github-test-reporter` from 1.0.25 to 1.0.26 - [Release notes](https://github.com/ctrf-io/github-test-reporter/releases) - [Commits](ctrf-io/github-test-reporter@9bd3118...024bc4b) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: ctrf-io/github-test-reporter dependency-version: 1.0.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: ctrf-io/github-test-reporter dependency-version: 1.0.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 274f279 - Browse repository at this point
Copy the full SHA 274f279View commit details
Commits on Nov 11, 2025
-
fix(typo): correct typos in funcs, comments, and docs
Signed-off-by: Oleksandr Redko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8e10796 - Browse repository at this point
Copy the full SHA 8e10796View commit details
Commits on Nov 14, 2025
-
build(deps): bump the development-dependencies group across 2 directo…
…ries with 1 update Bumps the development-dependencies group with 1 update in the / directory: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Bumps the development-dependencies group with 1 update in the /.github/workflows directory: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `golangci/golangci-lint-action` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@4afd733...0a35821) Updates `golangci/golangci-lint-action` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@4afd733...0a35821) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: golangci/golangci-lint-action dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca4d1dd - Browse repository at this point
Copy the full SHA ca4d1ddView commit details
Commits on Nov 16, 2025
-
Signed-off-by: Oleksandr Redko <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5434c90 - Browse repository at this point
Copy the full SHA 5434c90View commit details -
ci: lint now runs in 1 single job, not a matrix
Signed-off-by: Frederic BIDON <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47cac45 - Browse repository at this point
Copy the full SHA 47cac45View commit details
Commits on Nov 17, 2025
-
fix(mangler): name mangler panics on trailing pluralized initialisms
This fix correctly detects this situation and avoid an out of range check. * fixes #158 Signed-off-by: Frederic BIDON <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c65e588 - Browse repository at this point
Copy the full SHA c65e588View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4db976a - Browse repository at this point
Copy the full SHA 4db976aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.25.1...v0.25.3