-
Notifications
You must be signed in to change notification settings - Fork 33
Comparing changes
Open a pull request
base repository: cloudfoundry/cf-test-helpers
base: v2.12.0
head repository: cloudfoundry/cf-test-helpers
compare: v2.13.0
- 16 commits
- 26 files changed
- 5 contributors
Commits on Mar 26, 2025
-
chore(deps): bump github.com/onsi/gomega from 1.36.2 to 1.36.3
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.36.2 to 1.36.3. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.36.2...v1.36.3) --- 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]>
Configuration menu - View commit details
-
Copy full SHA for 5e9ce2f - Browse repository at this point
Copy the full SHA 5e9ce2fView commit details -
ci(workflows): Update unit test and lint workflow
Makes the unit test and lint workflow look more like the one in CATs: https://github.com/cloudfoundry/cf-acceptance-tests/blob/9a563429d08eb967a093a78067d8348a20cbeadc/.github/workflows/ci.yml. Also, bumps dependencies, which might hopefully fix this workflow. I've noticed that it's not been running lately.
Configuration menu - View commit details
-
Copy full SHA for dafbd38 - Browse repository at this point
Copy the full SHA dafbd38View commit details -
- I added error catching primarily using panic statements as that's how many of the errors seem to have been caught in existing code. - I removed dot imports rather than ignoring their linting... this was somewhat arbitrary, but I thought that the lack of dot imports was more clean than the noisier code.
Configuration menu - View commit details
-
Copy full SHA for 60a7238 - Browse repository at this point
Copy the full SHA 60a7238View commit details
Commits on Mar 27, 2025
-
ci(dependabot): Bump GHA dependencies
Configures dependabot to bump dependencies for GitHub Actions on a weekly basis. Also, updates the go module bumps to be weekly instead of daily. This conforms to how we're configuring other repos as well. Weekly bumps are timely enough and don't cause as much PR overload.
Configuration menu - View commit details
-
Copy full SHA for 98c5e0e - Browse repository at this point
Copy the full SHA 98c5e0eView commit details
Commits on Apr 8, 2025
-
Merge pull request #170 from cloudfoundry/ci/workflows/update-unit-te…
…st-and-lint-workflow
Configuration menu - View commit details
-
Copy full SHA for 8cb6cac - Browse repository at this point
Copy the full SHA 8cb6cacView commit details
Commits on Apr 13, 2025
-
chore(deps): bump github.com/onsi/gomega from 1.36.3 to 1.37.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.36.3 to 1.37.0. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.36.3...v1.37.0) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-version: 1.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ed176d - Browse repository at this point
Copy the full SHA 8ed176dView commit details -
chore(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 42129e2 - Browse repository at this point
Copy the full SHA 42129e2View commit details -
chore(deps): bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.23.3 to 2.23.4. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.23.3...v2.23.4) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.23.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 421bd40 - Browse repository at this point
Copy the full SHA 421bd40View commit details -
chore(deps): bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea2cc72 - Browse repository at this point
Copy the full SHA ea2cc72View commit details
Commits on Jun 9, 2025
-
chore(deps): bump golangci/golangci-lint-action from 7 to 8
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v7...v8) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a61de4c - Browse repository at this point
Copy the full SHA a61de4cView commit details
Commits on Jun 24, 2025
-
Merge pull request #178 from cloudfoundry/dependabot/github_actions/g…
…olangci/golangci-lint-action-8 chore(deps): bump golangci/golangci-lint-action from 7 to 8
Configuration menu - View commit details
-
Copy full SHA for bec83f0 - Browse repository at this point
Copy the full SHA bec83f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9828038 - Browse repository at this point
Copy the full SHA 9828038View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9c073d - Browse repository at this point
Copy the full SHA c9c073dView commit details
Commits on Jun 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bb1870f - Browse repository at this point
Copy the full SHA bb1870fView commit details
Commits on Jun 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c32c690 - Browse repository at this point
Copy the full SHA c32c690View commit details -
Merge pull request #179 from sap-contributions/ipv6_helper_functions
Added helper functions for ipv6 implementation
Configuration menu - View commit details
-
Copy full SHA for 459dc9d - Browse repository at this point
Copy the full SHA 459dc9dView 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.12.0...v2.13.0