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.28.0
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.30.0
Choose a head ref
  • 12 commits
  • 16 files changed
  • 5 contributors

Commits on Oct 2, 2023

  1. Minor typos (#699)

    cunnie authored Oct 2, 2023
    Copy the full SHA
    375648c View commit details

Commits on Oct 17, 2023

  1. #703 doc(matchers): HaveEach() doc comment updated

    jgriegershs authored and onsi committed Oct 17, 2023
    Copy the full SHA
    2705bdb View commit details

Commits on Oct 22, 2023

  1. Bump golang.org/x/net from 0.14.0 to 0.17.0

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
    - [Commits](golang/net@v0.14.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and onsi committed Oct 22, 2023
    Copy the full SHA
    d8a6508 View commit details
  2. Bump github.com/google/go-cmp from 0.5.9 to 0.6.0

    Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.9 to 0.6.0.
    - [Release notes](https://github.com/google/go-cmp/releases)
    - [Commits](google/go-cmp@v0.5.9...v0.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/go-cmp
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and onsi committed Oct 22, 2023
    Copy the full SHA
    14f8859 View commit details
  3. Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.13.0

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.12.0 to 2.13.0.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.12.0...v2.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and onsi committed Oct 22, 2023
    Copy the full SHA
    635d196 View commit details

Commits on Oct 23, 2023

  1. v1.28.1

    onsi committed Oct 23, 2023
    Copy the full SHA
    ab6045c View commit details

Commits on Oct 25, 2023

  1. MatchError can now take an optional func(error) bool + description

    onsi committed Oct 25, 2023
    Copy the full SHA
    2b39142 View commit details
  2. v1.29.0

    onsi committed Oct 25, 2023
    Copy the full SHA
    b94b195 View commit details
  3. doc: fix type on gleak go doc

    Signed-off-by: thediveo <[email protected]>
    thediveo authored and onsi committed Oct 25, 2023
    Copy the full SHA
    f1b8343 View commit details

Commits on Oct 26, 2023

  1. Bump actions/checkout from 3 to 4 (#694)

    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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 26, 2023
    Copy the full SHA
    6ca6e97 View commit details

Commits on Nov 8, 2023

  1. BeTrueBecause and BeFalseBecause allow for better failure messages

    onsi committed Nov 8, 2023
    Copy the full SHA
    4da4c7f View commit details
  2. v1.30.0

    onsi committed Nov 8, 2023
    Copy the full SHA
    f804ac6 View commit details
Loading