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.27.10
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.28.0
Choose a head ref
  • 8 commits
  • 11 files changed
  • 6 contributors

Commits on Jul 27, 2023

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

Commits on Aug 7, 2023

  1. Bump golang.org/x/net from 0.12.0 to 0.14.0 (#688)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.14.0.
    - [Commits](golang/net@v0.12.0...v0.14.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>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    babe25f View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. chore: update test matrix for Go 1.21 (#689)

    Go 1.21 has just been released.
    Implicitly, Go 1.19 is now out of support.
    blgm authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    5069017 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Bump commonmarker from 0.23.9 to 0.23.10 in /docs (#690)

    Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.9 to 0.23.10.
    - [Release notes](https://github.com/gjtorikian/commonmarker/releases)
    - [Changelog](https://github.com/gjtorikian/commonmarker/blob/v0.23.10/CHANGELOG.md)
    - [Commits](gjtorikian/commonmarker@v0.23.9...v0.23.10)
    
    ---
    updated-dependencies:
    - dependency-name: commonmarker
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ab17f5e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Typo in matchers.go (#691)

    bewebi authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    de68e8f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 (#693)

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.11.0 to 2.12.0.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.11.0...v2.12.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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    55a33f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Add VerifyHost handler to ghttp (#698)

    Host is a field on the http.Request struct and it is useful to test that
    its value is correctly set. One cannot rely on checking the header (ie
    by VerifyHeader) alone
    
    Signed-off-by: toby lorne <toby@toby.codes>
    tlwr authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    0b03b36 View commit details
    Browse the repository at this point in the history
  2. v1.28.0

    onsi committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    85681d4 View commit details
    Browse the repository at this point in the history
Loading