-
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.3
- 20 commits
- 29 files changed
- 3 contributors
Commits on Oct 3, 2025
-
chore(deps): removed indirect test dependencies
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
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 <fredbi@yahoo.com>
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 <fredbi@yahoo.com>
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 <fredbi@yahoo.com>
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 <fredbi@yahoo.com>
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 <fredbi@yahoo.com>
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] <support@github.com>
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 <fredbi@yahoo.com>
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 -
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 <fredbi@yahoo.com>
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 <fredbi@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for c653a59 - Browse repository at this point
Copy the full SHA c653a59View commit details
Commits on Nov 15, 2025
-
* enabled a few more linters: better to configure a linter with more relaxed settings than default than to disable it altogether * more detailed godoc * fixed missing license mark in recently addd source file Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for e4c97b3 - Browse repository at this point
Copy the full SHA e4c97b3View commit details -
* added testable examples for structs and the usage of supported interfaces * README: made the badges zone more compact * README: fixed go.pkg.doc badge, disabled the Slack badge (not working) * updated CONTRIBUTING guidelines * doc: added draft versions of a maintainer's guide and code style guidelines * fixes #6 Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 3eb4edd - Browse repository at this point
Copy the full SHA 3eb4eddView commit details -
The fuzz job caches the fuzz corpus and uploads any failure as artifact (manual download is required to integrate this to testdata/fuzz). At this moment, this is run only on pull requests and merge to master. Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 58fdaa4 - Browse repository at this point
Copy the full SHA 58fdaa4View commit details
Commits on Nov 16, 2025
-
Also: pinned cache action (fuzz test job) Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 3f0fe76 - Browse repository at this point
Copy the full SHA 3f0fe76View commit details -
test: added tests for edge cases
* fixed panic case when attempting to set a non-assignable value * clarified example and limitation regarding embedded structs Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for 61efbb7 - Browse repository at this point
Copy the full SHA 61efbb7View commit details -
doc: automated a record of all-time contributors
We want to produce a simple acknowledgement report, nothing too fancy. Also: refactored CONTRIBUTING guidelines to refer to DCO terms. File CONTRIBUTORS.md is updated once a week (or manually triggered). This posts a pull request, which not auto-merged yet (there a few github action hurdles to overcome to achieve that). Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for a878179 - Browse repository at this point
Copy the full SHA a878179View commit details -
Configuration menu - View commit details
-
Copy full SHA for c22925c - Browse repository at this point
Copy the full SHA c22925cView commit details
Commits on Nov 17, 2025
-
docs: added maintainer's doc and style guide
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
Configuration menu - View commit details
-
Copy full SHA for be76d48 - Browse repository at this point
Copy the full SHA be76d48View 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.3