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: cloudflare/gokey
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: cloudflare/gokey
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.1
Choose a head ref
  • 13 commits
  • 12 files changed
  • 8 contributors

Commits on Aug 14, 2019

  1. Add password/raw length option

    levidurfee authored and ignatk committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    fbffe2a View commit details
    Browse the repository at this point in the history
  2. Add docs for length option

    levidurfee authored and ignatk committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    c96dd73 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

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

Commits on May 6, 2021

  1. Update dependencies (go get -u)

    Signed-off-by: Joe Groocock <jgroocock@cloudflare.com>
    frebib authored and ignatk committed May 6, 2021
    Configuration menu
    Copy the full SHA
    8698d89 View commit details
    Browse the repository at this point in the history
  2. Bump Travis Go version to 1.15

    At the time of writing, the current Go release is 1.16. This will test
    1.15, 1.16 and master.
    
    Signed-off-by: Joe Groocock <jgroocock@cloudflare.com>
    frebib authored and ignatk committed May 6, 2021
    Configuration menu
    Copy the full SHA
    a65836c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

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

Commits on Mar 4, 2022

  1. Wrap long lines in LICENSE and README.md

    Long lines are hard to read. Therefore wrap the long lines in `LICENSE`
    and `README.md` after 80 characters.
    
    Signed-off-by: Benjamin Drung <bdrung@posteo.de>
    bdrung authored and ignatk committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    751c284 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Update dependencies

    danielledeleo authored and ignatk committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    16da7e9 View commit details
    Browse the repository at this point in the history
  2. Update README

    danielledeleo authored and ignatk committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    a928451 View commit details
    Browse the repository at this point in the history
  3. Use GitHub Actions

    The commit removes TravisCI and replaces the CI step with a GitHub actions workflow.
    danielledeleo authored and ignatk committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    a7a2ab9 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. replaced deprecated package

    Aswin Annamalai authored and ignatk committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    41aa3d5 View commit details
    Browse the repository at this point in the history
  2. added macOS,Windows to build/test stage

    Aswin Annamalai authored and ignatk committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    657b7cb View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Publish release binaries from GitHub actions (#52)

    Publish release assets from a GitHub action for major operating systems and architectures
    ignatk authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    dc01847 View commit details
    Browse the repository at this point in the history
Loading