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: homeport/dyff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.0
Choose a base ref
...
head repository: homeport/dyff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.10.1
Choose a head ref
  • 10 commits
  • 13 files changed
  • 4 contributors

Commits on Mar 5, 2025

  1. Tweak README file

    Add section with command-line tool command documentation.
    
    Add tool to generate command-line tool command documentation.
    
    Remove the `snap` section, since this is no longer maintained.
    HeavyWombat committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    8a156e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #447 from homeport/tweak/readme

    Tweak README file
    HeavyWombat authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    3a5990e View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.0

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.22.2 to 2.23.0.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.22.2...v2.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    6c153fa View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/tools from 0.30.0 to 0.31.0

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.30.0 to 0.31.0.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.30.0...v0.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      dependency-type: indirect
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    f7c20da View commit details
    Browse the repository at this point in the history
  3. Bump golang.org/x/net from 0.36.0 to 0.37.0

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.37.0.
    - [Commits](golang/net@v0.36.0...v0.37.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    2fdda00 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #449 from homeport/dependabot/go_modules/main/gith…

    …ub.com/onsi/ginkgo/v2-2.23.0
    
    Bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.0
    github-actions[bot] authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    f499cac View commit details
    Browse the repository at this point in the history
  5. Merge pull request #450 from homeport/dependabot/go_modules/main/gola…

    …ng.org/x/tools-0.31.0
    
    Bump golang.org/x/tools from 0.30.0 to 0.31.0
    github-actions[bot] authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    e420bc6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #451 from homeport/dependabot/go_modules/main/gola…

    …ng.org/x/net-0.37.0
    
    Bump golang.org/x/net from 0.36.0 to 0.37.0
    github-actions[bot] authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    362e750 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Fix panic when exit code does not have a cause

    Fixes: #448
    
    Use `err.Error()` of `ExitCode` interface since this has a nil check.
    
    Move `ExitCode` into its own source file.
    
    Fix TYPO in comment about error.
    HeavyWombat committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    b1ec0fc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #452 from homeport/fix/panic

    Fix panic when exit code does not have a cause
    HeavyWombat authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    aa39ba8 View commit details
    Browse the repository at this point in the history
Loading