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.20.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.21.0
Choose a head ref
  • 18 commits
  • 7 files changed
  • 3 contributors

Commits on Dec 26, 2023

  1. fix(ci): muted warnings in CI runs due to cache conflicts

    Every time a job is posted, I receive false alarm failure notifications because of some cache conflict during the linting job.
    
    Reference: golangci/golangci-lint-action#807
    
    Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
    fredbi committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    8a258df View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Added dependabot

    * Added dependabot to keep go dependencies & actions updated.
    
    Signed-off-by: Neo2308 <pradha.krishna.cse17@itbhu.ac.in>
    Neo2308 authored and fredbi committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    ca8bdfd View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-go from 4 to 5

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and fredbi committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    afcd21f View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and fredbi committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    70f59d6 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/go-openapi/swag from 0.22.5 to 0.22.7 (#19)

    Bumps [github.com/go-openapi/swag](https://github.com/go-openapi/swag) from 0.22.5 to 0.22.7.
    - [Commits](go-openapi/swag@v0.22.5...v0.22.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-openapi/swag
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: fredbi <fredbi@yahoo.com>
    dependabot[bot] and fredbi authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    5872b5c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Bump github.com/go-openapi/swag from 0.22.7 to 0.22.8 (#22)

    Bumps [github.com/go-openapi/swag](https://github.com/go-openapi/swag) from 0.22.7 to 0.22.8.
    - [Commits](go-openapi/swag@v0.22.7...v0.22.8)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-openapi/swag
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    262c7fb View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Bump github.com/go-openapi/swag from 0.22.8 to 0.22.9 (#24)

    Bumps [github.com/go-openapi/swag](https://github.com/go-openapi/swag) from 0.22.8 to 0.22.9.
    - [Commits](go-openapi/swag@v0.22.8...v0.22.9)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-openapi/swag
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    6f774b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. ci: configured auto-approve & auto-merge for dependabot (#23)

    * All groups are checked once a week and each produce at most 1 PR.
    * All dependabot PRs are auto-approved
    
    Caveats:
    * this requires auto-merge to be enabled in the repository settings
      [done]
    * this requires all desired tests to be required in the branch
      protection rule [done]
    
    - package-ecosystem: "github-actions"
        # 1. development-dependencies are auto-merged
    
    - package-ecosystem: "gomod"
        # We define 4 groups of dependencies to regroup update pull requests:
        # - development (e.g. test dependencies)
        # - go-openapi updates
        # - golang.org (e.g. golang.org/x/... packages)
        # - other dependencies (direct or indirect)
        #
        #
        # Auto-merging policy, when requirements are met:
        # 1. development-dependencies are auto-merged
        # 2. golang.org-dependencies are auto-merged
        # 3. go-openapi patch updates are auto-merged. Minor/major version updates require a manual merge.
        # 4. other dependencies require a manual merge
    
    Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
    fredbi authored Jan 27, 2024
    Configuration menu
    Copy the full SHA
    60c301f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. ci: auto-merge dependabot PRs

            * enabled auto-merge for go-openapi minor version bumps, not just
              patches
    
    Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
    fredbi committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b635cd3 View commit details
    Browse the repository at this point in the history
  2. ci: regroup & auto-approve all github actions updates

    Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
    fredbi committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5767083 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. chore(ci): prevents duplicate workflow runs

    Signed-off-by: Frédéric BIDON <fredbi@yahoo.com>
    fredbi committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    92c7c39 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Bump the development-dependencies group with 1 update

    Bumps the development-dependencies group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).
    
    
    Updates `codecov/codecov-action` from 3 to 4
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: development-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and github-actions[bot] committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f9d3b1b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. ci: remove paths-ignore

    Using paths-ignore as a short-circuit for doc-only PRs does not work:
    branch protection rules cannot be passed.
    
    Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
    fredbi committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    e0c759b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Bump the development-dependencies group with 1 update

    Bumps the development-dependencies group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).
    
    
    Updates `golangci/golangci-lint-action` from 3 to 4
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: development-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and github-actions[bot] committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e344ef7 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. fix(ci): remove dependency-type from dependabot groups

    dependency-type is irrelevant in the gomod ecosystem.
    
    This setting prevented some updates to auto-merge as expected.
    
    Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
    fredbi committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9352cad View commit details
    Browse the repository at this point in the history
  2. chore(lint): relinted

    Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
    fredbi committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8e6deda View commit details
    Browse the repository at this point in the history
  3. updated dependencies

    Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
    fredbi committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5d6253e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. chore(go): go-openapi requires go.1.20 across the board

    Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
    fredbi committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    8b546b9 View commit details
    Browse the repository at this point in the history
Loading