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.24.1
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.24.2
Choose a head ref
  • 7 commits
  • 8 files changed
  • 4 contributors

Commits on Nov 12, 2022

  1. fixes issue #600 (#606)

    - improves documentation for HaveValue with respect to nil and negation.
    thediveo authored Nov 12, 2022
    Configuration menu
    Copy the full SHA
    808d192 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    3187c1f View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1 (#609)

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.5.0 to 2.5.1.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.5.0...v2.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    e6c3eb9 View commit details
    Browse the repository at this point in the history
  2. Bump nokogiri from 1.13.9 to 1.13.10 in /docs (#612)

    Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.13.10.
    - [Release notes](https://github.com/sparklemotion/nokogiri/releases)
    - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
    - [Commits](sparklemotion/nokogiri@v1.13.9...v1.13.10)
    
    ---
    updated-dependencies:
    - dependency-name: nokogiri
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    258cfc8 View commit details
    Browse the repository at this point in the history
  3. Bump golang.org/x/net from 0.2.0 to 0.4.0 (#611)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.2.0 to 0.4.0.
    - [Release notes](https://github.com/golang/net/releases)
    - [Commits](golang/net@v0.2.0...v0.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    6ebc0bf View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Correctly handle assertion failure panics for eventually/consistnetly…

    … "g Gomega"s in a goroutine
    onsi committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    78f1660 View commit details
    Browse the repository at this point in the history
  2. v1.24.2

    onsi committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    c3aef8b View commit details
    Browse the repository at this point in the history
Loading