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.33.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.34.1
Choose a head ref
  • 14 commits
  • 13 files changed
  • 5 contributors

Commits on May 12, 2024

  1. Bump github-pages from 230 to 231 in /docs (#748)

    Bumps [github-pages](https://github.com/github/pages-gem) from 230 to 231.
    - [Release notes](https://github.com/github/pages-gem/releases)
    - [Commits](github/pages-gem@v230...v231)
    
    ---
    updated-dependencies:
    - dependency-name: github-pages
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 12, 2024
    Configuration menu
    Copy the full SHA
    892c303 View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/net from 0.24.0 to 0.25.0 (#754)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.24.0 to 0.25.0.
    - [Commits](golang/net@v0.24.0...v0.25.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 May 12, 2024
    Configuration menu
    Copy the full SHA
    4160c0f View commit details
    Browse the repository at this point in the history
  3. Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 (#755)

    Bumps google.golang.org/protobuf from 1.33.0 to 1.34.1.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      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 May 12, 2024
    Configuration menu
    Copy the full SHA
    2675796 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/onsi/ginkgo/v2 from 2.17.2 to 2.17.3 (#756)

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.17.2 to 2.17.3.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.17.2...v2.17.3)
    
    ---
    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>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 12, 2024
    Configuration menu
    Copy the full SHA
    0e69083 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Add RoundTripper method to ghttp.Server

    Smirl authored and onsi committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    c549e0d View commit details
    Browse the repository at this point in the history
  2. Fix typo in docs

    Smirl authored and onsi committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    123a071 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    ebadb67 View commit details
    Browse the repository at this point in the history
  2. clean up bipartitegraph tests

    onsi committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f5bec80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    878940c View commit details
    Browse the repository at this point in the history
  4. bump ginkgo

    onsi committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    8af2ece View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb3fa6a View commit details
    Browse the repository at this point in the history
  6. v1.34.0

    onsi committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    32e5498 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Use slices from exp/slices to keep golang 1.20 compat

    The #766 introduced dependency to slices but that module is not in the
    standard lib in golang 1.20.
    
    Closes: #774
    gibizer authored and onsi committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5e71dcd View commit details
    Browse the repository at this point in the history
  2. v1.34.1

    onsi committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    fa057b8 View commit details
    Browse the repository at this point in the history
Loading