Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: go-openapi/jsonpointer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.22.2
Choose a base ref
...
head repository: go-openapi/jsonpointer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.22.3
Choose a head ref
  • 8 commits
  • 19 files changed
  • 2 contributors

Commits on Nov 15, 2025

  1. chore(lint): more linting

    * 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 <[email protected]>
    fredbi committed Nov 15, 2025
    Configuration menu
    Copy the full SHA
    e4c97b3 View commit details
    Browse the repository at this point in the history
  2. doc: improved documentation

    * 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 <[email protected]>
    fredbi committed Nov 15, 2025
    Configuration menu
    Copy the full SHA
    3eb4edd View commit details
    Browse the repository at this point in the history
  3. ci: run fuzz test in ci

    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 <[email protected]>
    fredbi committed Nov 15, 2025
    Configuration menu
    Copy the full SHA
    58fdaa4 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2025

  1. doc: release badge in README

    Also: pinned cache action (fuzz test job)
    
    Signed-off-by: Frederic BIDON <[email protected]>
    fredbi committed Nov 16, 2025
    Configuration menu
    Copy the full SHA
    3f0fe76 View commit details
    Browse the repository at this point in the history
  2. 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 <[email protected]>
    fredbi committed Nov 16, 2025
    Configuration menu
    Copy the full SHA
    61efbb7 View commit details
    Browse the repository at this point in the history
  3. 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 <[email protected]>
    fredbi committed Nov 16, 2025
    Configuration menu
    Copy the full SHA
    a878179 View commit details
    Browse the repository at this point in the history
  4. doc: updated contributors file

    github-actions[bot] authored and fredbi committed Nov 16, 2025
    Configuration menu
    Copy the full SHA
    c22925c View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2025

  1. docs: added maintainer's doc and style guide

    Signed-off-by: Frederic BIDON <[email protected]>
    fredbi committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    be76d48 View commit details
    Browse the repository at this point in the history
Loading