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 Loading
base: v2.17.3
Choose a base ref
...
head repository: onsi/ginkgo Loading
compare: v2.18.0
Choose a head ref
  • 10 commits
  • 15 files changed
  • 3 contributors

Commits on May 11, 2024

  1. Bump golang.org/x/net from 0.24.0 to 0.25.0 (#1407)

    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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 11, 2024
    Configuration menu
    Copy the full SHA
    04bfad7 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 (#1399)

    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.33.0 to 1.33.1.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.33.0...v1.33.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/gomega
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 11, 2024
    Configuration menu
    Copy the full SHA
    8bb14fd View commit details
    Browse the repository at this point in the history
  3. Bump golang.org/x/tools from 0.20.0 to 0.21.0 (#1406)

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.20.0 to 0.21.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.20.0...v0.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 11, 2024
    Configuration menu
    Copy the full SHA
    fcf1fd7 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    d80eebe View commit details
    Browse the repository at this point in the history
  2. add makefile

    grosser authored and onsi committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3ffbf8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ce8355 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e234ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42013d6 View commit details
    Browse the repository at this point in the history
  6. Add --slience-skips and --force-newlines

    --silence-skips makes it easier to declutter test debugging sessions where only a single spec is being run
    
    --force-newlines ensures a newline character appears after every spec.  this may help some CI systems flush their output.
    onsi committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f010b65 View commit details
    Browse the repository at this point in the history
  7. v2.18.0

    onsi committed May 21, 2024
    Configuration menu
    Copy the full SHA
    eb27ca8 View commit details
    Browse the repository at this point in the history
Loading