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

Commits on Dec 10, 2022

  1. Bump nokogiri from 1.13.9 to 1.13.10 in /docs (#1091)

    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] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    0d7087e View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/tools from 0.2.0 to 0.4.0 (#1090)

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.2.0 to 0.4.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.2.0...v0.4.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]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    f9f856e View commit details
    Browse the repository at this point in the history
  3. Bump github.com/onsi/gomega from 1.24.0 to 1.24.1 (#1077)

    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.24.0 to 1.24.1.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.24.0...v1.24.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]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    3643823 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Override formatter colors from envvars (#1095)

    * Override environment formatter colors from envvars
    
    This allows a user to set environment variables
    `GINKGO_CLI_COLOR_<color>` with asci code overrides. This helps a lot
    when the colorscheme that you are using doesn't play well with the
    colors from the 256 color scheme which currently is hard coded.
    
    Example `GINKGO_CLI_COLOR_RED=$'\x1b[31m' ginkgo` will use the red from
    the 8bit colors configured in the terminal.
    
    * make formatter suite support being run with overrides
    
    Co-authored-by: Benjamin Nørgaard <[email protected]>
    blacksails and blacksails authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    60240d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    301f3e2 View commit details
    Browse the repository at this point in the history
  3. v2.6.1

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