-
-
Notifications
You must be signed in to change notification settings - Fork 679
Comparing changes
Open a pull request
base repository: onsi/ginkgo
base: v2.15.0
head repository: onsi/ginkgo
compare: v2.16.0
- 18 commits
- 21 files changed
- 8 contributors
Commits on Jan 18, 2024
-
Fix docs for handling failures in goroutines (#1339)
* Fix goroutine failure handling docs See: #1114 (comment) Signed-off-by: austin ce <austin.cawley@gmail.com> * Correct CSS rules for desktop --------- Signed-off-by: austin ce <austin.cawley@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4471b2e - Browse repository at this point
Copy the full SHA 4471b2eView commit details
Commits on Jan 24, 2024
-
merge coverages instead of combining them (#1329) (#1340)
* merge coverages instead of combining them (#1329) * add license of gocovmerge
Configuration menu - View commit details
-
Copy full SHA for 23f0cc5 - Browse repository at this point
Copy the full SHA 23f0cc5View commit details
Commits on Feb 7, 2024
-
Bump github-pages and jekyll-feed in /docs (#1351)
Bumps [github-pages](https://github.com/github/pages-gem) and [jekyll-feed](https://github.com/jekyll/jekyll-feed). These dependencies needed to be updated together. Updates `github-pages` from 228 to 229 - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](github/pages-gem@v228...v229) Updates `jekyll-feed` from 0.15.1 to 0.17.0 - [Release notes](https://github.com/jekyll/jekyll-feed/releases) - [Changelog](https://github.com/jekyll/jekyll-feed/blob/master/History.markdown) - [Commits](jekyll/jekyll-feed@v0.15.1...v0.17.0) --- updated-dependencies: - dependency-name: github-pages dependency-type: direct:development update-type: version-update:semver-major - dependency-name: jekyll-feed dependency-type: direct:development 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>
Configuration menu - View commit details
-
Copy full SHA for d52951d - Browse repository at this point
Copy the full SHA d52951dView commit details -
Bump github.com/go-logr/logr from 1.3.0 to 1.4.1 (#1321)
Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.3.0 to 1.4.1. - [Release notes](https://github.com/go-logr/logr/releases) - [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md) - [Commits](go-logr/logr@v1.3.0...v1.4.1) --- updated-dependencies: - dependency-name: github.com/go-logr/logr 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>
Configuration menu - View commit details
-
Copy full SHA for a1e6b69 - Browse repository at this point
Copy the full SHA a1e6b69View commit details -
Bump golang.org/x/sys from 0.15.0 to 0.16.0 (#1327)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.15.0 to 0.16.0. - [Commits](golang/sys@v0.15.0...v0.16.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>
Configuration menu - View commit details
-
Copy full SHA for 5a179ed - Browse repository at this point
Copy the full SHA 5a179edView commit details -
Bump golang.org/x/tools from 0.16.1 to 0.17.0 (#1336)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.16.1 to 0.17.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.16.1...v0.17.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>
Configuration menu - View commit details
-
Copy full SHA for 17ae120 - Browse repository at this point
Copy the full SHA 17ae120View commit details -
chore: test with Go 1.22 (#1352)
- Rather than hard-coding the Go version in the workflow, we will use the `stable` and `oldstable` tags which today resolve to 1.22.0 and 1.21.7, but will float as Go versions change. - Some anonymous function names seem to have changed in Go 1.22 and a test had to be modified as a result
Configuration menu - View commit details
-
Copy full SHA for 898cba9 - Browse repository at this point
Copy the full SHA 898cba9View commit details
Commits on Feb 12, 2024
-
core_dsl: disable Getwd() with environment variable (#1357)
os.Getwd() calls os.Getenv("PWD"), which can change from run to run if you are using a test suite runner like e.g. Buildkite. Because test caching relies on environment variables being the same from run to run, this facile change breaks test caching. Fixes #1355.
Configuration menu - View commit details
-
Copy full SHA for cd418b7 - Browse repository at this point
Copy the full SHA cd418b7View commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9c771cd - Browse repository at this point
Copy the full SHA 9c771cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ff9d7f - Browse repository at this point
Copy the full SHA 5ff9d7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fed9402 - Browse repository at this point
Copy the full SHA fed9402View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd929c6 - Browse repository at this point
Copy the full SHA fd929c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 372d26a - Browse repository at this point
Copy the full SHA 372d26aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06de431 - Browse repository at this point
Copy the full SHA 06de431View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4e219f - Browse repository at this point
Copy the full SHA c4e219fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 881efde - Browse repository at this point
Copy the full SHA 881efdeView commit details
Commits on Mar 3, 2024
-
Code was incorrect, this commit fixes that. Also change the name of the chan variable to be the same as in the invalid case above it.
Configuration menu - View commit details
-
Copy full SHA for 2cebe8d - Browse repository at this point
Copy the full SHA 2cebe8dView commit details
Commits on Mar 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a181ee2 - Browse repository at this point
Copy the full SHA a181ee2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.15.0...v2.16.0