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

Commits on Oct 26, 2023

  1. Bump github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0 (#47)

    Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.6.0 to 1.7.0.
    - [Release notes](https://github.com/fsnotify/fsnotify/releases)
    - [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)
    - [Commits](fsnotify/fsnotify@v1.6.0...v1.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/fsnotify/fsnotify
      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>
    dependabot[bot] authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    5510c0e View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 4.1.0 to 4.1.1 (#46)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@8ade135...b4ffde6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    19347b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. linter fixes (#49)

    ldemailly authored Oct 28, 2023
    Configuration menu
    Copy the full SHA
    12dd5e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Add []byte as base64 flag type and support direct binary from configm…

    …ap binaryData section for said type (#52)
    
    * Add []byte as base64 flag type
    
    * add error case
    
    * fix the tostring to not be [ bytes...] but base64 too, add a binary to http example flags
    
    * handle binary when reading from file
    
    * add test for IsBinary() in same package as definition so coverage sees it's used
    
    * also test for errors, add Errors() count
    ldemailly authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    4cfcd24 View commit details
    Browse the repository at this point in the history
Loading