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/ginkgo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.11.0
Choose a base ref
...
head repository: onsi/ginkgo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.12.0
Choose a head ref
  • 14 commits
  • 18 files changed
  • 6 contributors

Commits on Jun 18, 2023

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

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    e10fb0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d86a334 View commit details
    Browse the repository at this point in the history
  3. Bump golang.org/x/tools from 0.9.3 to 0.10.0 (#1222)

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.9.3 to 0.10.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.9.3...v0.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      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 Jun 28, 2023
    Configuration menu
    Copy the full SHA
    a8e5f3d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Bump golang.org/x/tools from 0.10.0 to 0.11.0 (#1235)

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.10.0 to 0.11.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.10.0...v0.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      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 Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a0d57ac View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Bump github.com/onsi/gomega from 1.27.8 to 1.27.10 (#1241)

    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.27.8 to 1.27.10.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.27.8...v1.27.10)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/gomega
      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 Jul 25, 2023
    Configuration menu
    Copy the full SHA
    8f2740a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

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

Commits on Aug 7, 2023

  1. Bump golang.org/x/sys from 0.10.0 to 0.11.0 (#1252)

    Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.10.0 to 0.11.0.
    - [Commits](golang/sys@v0.10.0...v0.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sys
      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
    0776d13 View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/net from 0.12.0 to 0.14.0 (#1251)

    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
    0ba1a35 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 (#1255)

    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
    ce78ac9 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

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

    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 10, 2023
    Configuration menu
    Copy the full SHA
    d47bbc9 View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/tools from 0.11.0 to 0.12.0 (#1253)

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.11.0 to 0.12.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.11.0...v0.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      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 10, 2023
    Configuration menu
    Copy the full SHA
    d696c7b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    05de518 View commit details
    Browse the repository at this point in the history
  2. v2.12.0

    onsi committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    2d6991a View commit details
    Browse the repository at this point in the history
Loading