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.8.1
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.9.0
Choose a head ref
  • 15 commits
  • 12 files changed
  • 5 contributors

Commits on Jun 27, 2024

  1. Update download-latest.sh to support multiple download URLs

    Using "first" to select the first match.
    hansfn authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0c1885f View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.19.0 to 2.19.1.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.19.0...v2.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    813f903 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #380 from homeport/dependabot/go_modules/main/gith…

    …ub.com/onsi/ginkgo/v2-2.19.1
    
    Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1
    github-actions[bot] authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    7f6db09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c503de View commit details
    Browse the repository at this point in the history
  4. Bump github.com/BurntSushi/toml from 1.3.2 to 1.4.0

    Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 1.3.2 to 1.4.0.
    - [Release notes](https://github.com/BurntSushi/toml/releases)
    - [Commits](BurntSushi/toml@v1.3.2...v1.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/BurntSushi/toml
      dependency-type: indirect
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c583ed4 View commit details
    Browse the repository at this point in the history
  5. Bump github.com/mattn/go-isatty from 0.0.19 to 0.0.20

    Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.19 to 0.0.20.
    - [Commits](mattn/go-isatty@v0.0.19...v0.0.20)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/mattn/go-isatty
      dependency-type: indirect
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    5628371 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #381 from homeport/dependabot/go_modules/main/gith…

    …ub.com/BurntSushi/toml-1.4.0
    
    Bump github.com/BurntSushi/toml from 1.3.2 to 1.4.0
    github-actions[bot] authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d89bff9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #382 from homeport/dependabot/go_modules/main/gith…

    …ub.com/mattn/go-isatty-0.0.20
    
    Bump github.com/mattn/go-isatty from 0.0.19 to 0.0.20
    github-actions[bot] authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    ea41232 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Bump github.com/onsi/gomega from 1.34.0 to 1.34.1

    Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.34.0 to 1.34.1.
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.34.0...v1.34.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>
    dependabot[bot] authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    76f877a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #383 from homeport/dependabot/go_modules/main/gith…

    …ub.com/onsi/gomega-1.34.1
    
    Bump github.com/onsi/gomega from 1.34.0 to 1.34.1
    github-actions[bot] authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    8e9d095 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Introduce --ignore-whitespace-changes flag

    Fixes: #222
    
    Introduce flag to ignore leading and trailing whitespaces in strings.
    HeavyWombat committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    840c1df View commit details
    Browse the repository at this point in the history
  2. Merge pull request #385 from homeport/add/ignore-whitespace-changes-flag

    Introduce `--ignore-whitespace-changes` flag
    HeavyWombat authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    61753e1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #373 from hansfn/patch-1

    Update download-latest.sh to support multiple download URLs
    HeavyWombat authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    eface56 View commit details
    Browse the repository at this point in the history
  4. Make download-latest.sh configurable

    Make org and repo configurable in `download-latest.sh`.
    HeavyWombat committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    43c3d6c View commit details
    Browse the repository at this point in the history
  5. Fix unquoted string in download script

    Add quotes to fix linter warning.
    HeavyWombat committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e18bb01 View commit details
    Browse the repository at this point in the history
Loading