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: 99designs/keyring
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: 99designs/keyring
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.2
Choose a head ref
  • 8 commits
  • 9 files changed
  • 3 contributors

Commits on Jun 27, 2022

  1. Update keychain.go

    georgijd-form3 authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    f78ca73 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Fix nil pointer access

    Fix this issue: 
    ```
    panic: runtime error: invalid memory address or nil pointer dereference
    [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x5b3310]
    
    goroutine 1 [running]:
    github.com/99designs/keyring.(*fileKeyring).resolveDir(0x7fa61e988400?)
            /Users/pfautre/Library/Go/pkg/mod/github.com/99designs/keyring@v1.2.1/file.go:48 +0x90
    github.com/99designs/keyring.(*fileKeyring).Keys(0xc000280020?)
            /Users/pfautre/Library/Go/pkg/mod/github.com/99designs/keyring@v1.2.1/file.go:169 +0x2b
    main.main()
    ```
    Scapal authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    590d15a View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Update file.go

    mtibben authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    cd7fe6c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #116 from Scapal/patch-1

    Fix nil pointer access
    mtibben authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    e63f6a1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #113 from georgijd-form3/patch-1

    Return ErrKeyNotFound when removing missing keychain items
    mtibben authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    1022759 View commit details
    Browse the repository at this point in the history
  4. Fix linting issues

    mtibben committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    d4b3808 View commit details
    Browse the repository at this point in the history
  5. Bump go version

    mtibben committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    952a23c View commit details
    Browse the repository at this point in the history
  6. More linting fixes

    mtibben committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    929f178 View commit details
    Browse the repository at this point in the history
Loading