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

Commits on Feb 20, 2023

  1. Bump github.com/onsi/gomega from 1.27.0 to 1.27.1 (#1142)

    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.27.0 to 1.27.1.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.27.0...v1.27.1)
    
    ---
    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 Feb 20, 2023
    Configuration menu
    Copy the full SHA
    7c4f583 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8432589 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Bump golang.org/x/text (#1144)

    Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.3.7...v0.3.8)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/text
      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 Feb 23, 2023
    Configuration menu
    Copy the full SHA
    41b2a8a View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    a8bb39a View commit details
    Browse the repository at this point in the history
  2. Add OmitSuiteSetupNodes to JunitReportConfig (#1147)

    * Add OmitSuiteSetupNodes to JunitReportConfig
    
    This commit adds a new option to the JunitReportConfig that when
    enabled prevents the creation of testcase entries for setup nodes
    in the JUnit report.
    
    fix #1145
    
    * Add unit test for the OmitSuiteSetupNodes feature
    
    Added a dummy BeforeSuite spec to validate that with the
    new OmitSuiteSetupNodes option, the generated JUnit report is
    omitting this spec and not displaying it as one of the testcases.
    
    fix #1145
    liornoy authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    979fbc2 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. v2.8.4

    onsi committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    da91bbf View commit details
    Browse the repository at this point in the history
Loading