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: onsi/gomega
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.38.2
Choose a base ref
...
head repository: onsi/gomega
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.39.0
Choose a head ref
  • 11 commits
  • 22 files changed
  • 7 contributors

Commits on Sep 8, 2025

  1. chore: apply fixes from Go modernize command

    The modernize command replaces old constructs with simpler, updated ones.
    
    Command is:
    go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix -test ./...
    blgm authored and onsi committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    67552c5 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/onsi/ginkgo/v2 from 2.25.1 to 2.25.3 (#865)

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.25.1 to 2.25.3.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.25.1...v2.25.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-version: 2.25.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    8905788 View commit details
    Browse the repository at this point in the history
  3. Bump actions/setup-go from 5 to 6 (#866)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    cc85c05 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. docs: fix HaveValue example

    tumberino authored and onsi committed Sep 23, 2025
    Configuration menu
    Copy the full SHA
    ee26170 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. doc: fix typos

    s-z-z authored and onsi committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    2a37b46 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. Configuration menu
    Copy the full SHA
    d40c691 View commit details
    Browse the repository at this point in the history
  2. fix failing have http tests

    onsi committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    4dada36 View commit details
    Browse the repository at this point in the history
  3. v1.38.3

    onsi committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    a3ca2ca View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. add matcher relecting errors.Is behavior

    Smerom authored and onsi committed Jan 8, 2026
    Configuration menu
    Copy the full SHA
    bae643d View commit details
    Browse the repository at this point in the history
  2. document MatchErrorStrictly

    onsi committed Jan 8, 2026
    Configuration menu
    Copy the full SHA
    8f7f425 View commit details
    Browse the repository at this point in the history
  3. v1.39.0

    onsi committed Jan 8, 2026
    Configuration menu
    Copy the full SHA
    49561ad View commit details
    Browse the repository at this point in the history
Loading