-
Notifications
You must be signed in to change notification settings - Fork 17
Comparing changes
Open a pull request
base repository: go-openapi/jsonpointer
base: v0.22.1
head repository: go-openapi/jsonpointer
compare: v0.22.2
- 12 commits
- 22 files changed
- 2 contributors
Commits on Oct 3, 2025
-
chore(deps): removed indirect test dependencies
Signed-off-by: Frederic BIDON <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be8ec04 - Browse repository at this point
Copy the full SHA be8ec04View commit details -
The NOTICE clearly exhibits the licensing terms of the original work on top of which this library is built. Replaced older licensing text by SPDX license identifiers in README and source files. Signed-off-by: Frederic BIDON <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55cd65a - Browse repository at this point
Copy the full SHA 55cd65aView commit details
Commits on Nov 9, 2025
-
Signed-off-by: Frederic BIDON <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e3ae75 - Browse repository at this point
Copy the full SHA 3e3ae75View commit details
Commits on Nov 11, 2025
-
* added codeql scan workflow (on pull request, on push, on weekly schedule) * added vuln scan workflow: trivy (on push, on weekly schedule) * added release workflow (on tag). Generates a github release with release notes * added badges to report workflows, releases etc Signed-off-by: Frederic BIDON <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e00aa64 - Browse repository at this point
Copy the full SHA e00aa64View commit details
Commits on Nov 13, 2025
-
chore(lint): reduced disabled linter, addressed a few code quality is…
…sues * extended the set of enabled linters * improved readability of the set() method, which was too complex * added systematic checks on type assertion * removed impossible cases (type assertion _then_ same using reflect) * test: removed the use of global variables * test: improved the readability of tests * using t.Run() to label and hierarchize tests * using JSON test document as embedded asset Signed-off-by: Frederic BIDON <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 061f7b4 - Browse repository at this point
Copy the full SHA 061f7b4View commit details -
doc: added examples to document simple use cases
Also: fix(ci): scheduled vuln scan once a week is enough, no need to run it every day Signed-off-by: Frédéric BIDON <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3422bb - Browse repository at this point
Copy the full SHA c3422bbView commit details
Commits on Nov 14, 2025
-
chore(deps): bump the development-dependencies group with 5 updates
Bumps the development-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [github/codeql-action](https://github.com/github/codeql-action) | `4.30.9` | `4.31.3` | | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `8.0.0` | `9.0.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `5.0.0` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `5.0.0` | `6.0.0` | | [ctrf-io/github-test-reporter](https://github.com/ctrf-io/github-test-reporter) | `1.0.22` | `1.0.26` | Updates `github/codeql-action` from 4.30.9 to 4.31.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@16140ae...014f16e) 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 `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.22 to 1.0.26 - [Release notes](https://github.com/ctrf-io/github-test-reporter/releases) - [Commits](ctrf-io/github-test-reporter@646f98c...024bc4b) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.3 dependency-type: direct:production update-type: version-update:semver-minor 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 - 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 adc6681 - Browse repository at this point
Copy the full SHA adc6681View commit details -
ci: added govulscan security scanner tool
Signed-off-by: Frédéric BIDON <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12e705f - Browse repository at this point
Copy the full SHA 12e705fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b5689d - Browse repository at this point
Copy the full SHA 5b5689dView commit details -
Signed-off-by: Frédéric BIDON <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b834f57 - Browse repository at this point
Copy the full SHA b834f57View commit details -
* refactored to remove unreachable (untestable) code * added tests for edge cases Signed-off-by: Frédéric BIDON <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80920c3 - Browse repository at this point
Copy the full SHA 80920c3View commit details -
test: added fuzz test for parsing
Signed-off-by: Frédéric BIDON <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c653a59 - Browse repository at this point
Copy the full SHA c653a59View 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.22.1...v0.22.2