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: cloudfoundry/cf-test-helpers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.12.0
Choose a base ref
...
head repository: cloudfoundry/cf-test-helpers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.13.0
Choose a head ref
  • 16 commits
  • 26 files changed
  • 5 contributors

Commits on Mar 26, 2025

  1. 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]>
    dependabot[bot] authored and ctlong committed Mar 26, 2025
    Configuration menu
    Copy the full SHA
    5e9ce2f View commit details
    Browse the repository at this point in the history
  2. 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.
    ctlong committed Mar 26, 2025
    Configuration menu
    Copy the full SHA
    dafbd38 View commit details
    Browse the repository at this point in the history
  3. fix: golangci-lint warnings

    - 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.
    ctlong committed Mar 26, 2025
    Configuration menu
    Copy the full SHA
    60a7238 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. 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.
    ctlong committed Mar 27, 2025
    Configuration menu
    Copy the full SHA
    98c5e0e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. Configuration menu
    Copy the full SHA
    8cb6cac View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2025

  1. 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]>
    dependabot[bot] authored and ctlong committed Apr 13, 2025
    Configuration menu
    Copy the full SHA
    8ed176d View commit details
    Browse the repository at this point in the history
  2. 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]>
    dependabot[bot] authored and ctlong committed Apr 13, 2025
    Configuration menu
    Copy the full SHA
    42129e2 View commit details
    Browse the repository at this point in the history
  3. 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]>
    dependabot[bot] authored and ctlong committed Apr 13, 2025
    Configuration menu
    Copy the full SHA
    421bd40 View commit details
    Browse the repository at this point in the history
  4. 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]>
    dependabot[bot] authored and ctlong committed Apr 13, 2025
    Configuration menu
    Copy the full SHA
    ea2cc72 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

  1. 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]>
    dependabot[bot] authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    a61de4c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2025

  1. 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
    jochenehret authored Jun 24, 2025
    Configuration menu
    Copy the full SHA
    bec83f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9828038 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9c073d View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. Configuration menu
    Copy the full SHA
    bb1870f View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. Formatting fixed

    Milena-Encheva committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    c32c690 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #179 from sap-contributions/ipv6_helper_functions

    Added helper functions for ipv6 implementation
    jochenehret authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    459dc9d View commit details
    Browse the repository at this point in the history
Loading