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: hashicorp/go-multierror
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: hashicorp/go-multierror
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.1
Choose a head ref
  • 17 commits
  • 8 files changed
  • 6 contributors

Commits on Oct 23, 2019

  1. Add circle CI, remove travis

    mdeggies committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    e9c06a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

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

Commits on Jun 29, 2020

  1. Merge pull request #40 from hashicorp/docs

    Update Append docs with nil error handling
    pcman312 authored Jun 29, 2020
    Configuration menu
    Copy the full SHA
    0d28cf6 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Update README.md

    haoxins authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    d51a231 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Add required go version to docs

    Closes #37
    mwhooker authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    435d0fd View commit details
    Browse the repository at this point in the history
  2. Update README.md

    mwhooker authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    9cc5fd8 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Merge pull request #43 from haoxins/update-doc-link

    doc: update godoc link
    mwhooker authored Mar 6, 2021
    Configuration menu
    Copy the full SHA
    249b055 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #27 from mdeggies/add-circleci

    Add CircleCI & remove travis
    mwhooker authored Mar 6, 2021
    Configuration menu
    Copy the full SHA
    c7dd669 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78708db View commit details
    Browse the repository at this point in the history
  4. update badges to use circle

    mwhooker committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    e27d231 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Merge pull request #47 from hashicorp/mwhooker-patch-1

    Add required go version to docs
    mwhooker authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    7795f06 View commit details
    Browse the repository at this point in the history
  2. Fix CI config

    mdeggies committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    eabd672 View commit details
    Browse the repository at this point in the history
  3. Upgrade gotestsum version

    mdeggies committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    af59c66 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #49 from hashicorp/fix-ci-config

    Fix CI config
    mwhooker authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    cb869d9 View commit details
    Browse the repository at this point in the history
  5. we require go 1.13

    Make sure we specify go v1.13, not 1.14
    mwhooker authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    ab6846a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Check if multierror is nil in WrappedErrors

    This adds a check similar to `ErrorsOrNil` that ensures the multierror pointer is not nil before returning the Errors field. I believe this is fully backwards-compatible, because the former behavior is a runtime panic.
    sethvargo committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    0023bb0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #50 from sethvargo/sethvargo/npe

    Check if multierror is nil in WrappedErrors
    mitchellh authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    9974e9e View commit details
    Browse the repository at this point in the history
Loading