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: spf13/viper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.3
Choose a base ref
...
head repository: spf13/viper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.1
Choose a head ref
  • 20 commits
  • 21 files changed
  • 10 contributors

Commits on Jan 16, 2020

  1. Add editorconfig

    sagikazarmark committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    16fb4b9 View commit details
    Browse the repository at this point in the history
  2. Improve golangci config

    sagikazarmark committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    1b7d3e0 View commit details
    Browse the repository at this point in the history
  3. Remove travis config

    sagikazarmark committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    df9f4af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2cbaea View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Remove .idea directory

    aeneasr authored and sagikazarmark committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    7ddaa61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    502400c View commit details
    Browse the repository at this point in the history
  3. added firestore support.

    alxmsl authored and sagikazarmark committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    9c81997 View commit details
    Browse the repository at this point in the history
  4. updated docs in README.

    alxmsl authored and sagikazarmark committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    b31a492 View commit details
    Browse the repository at this point in the history
  5. Add support to save file with no extension (#813)

    * Add support to save file with no extension
    
    The support introduced for files with no file extension is only partial as trying to save the config file would fail with `<file name> requires valid extension`
    This adds support to saving such files
    gssbzn authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    97ee7ad View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Ignore idea

    sagikazarmark committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    9b03d15 View commit details
    Browse the repository at this point in the history
  2. Update badges and logo

    sagikazarmark committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    aa8e4d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7eea371 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e34fb51 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Update gorilla dependency (#899)

    * Update gorilla dependency
    
    * Run go mod tidy
    jpmcb authored Apr 21, 2020
    Configuration menu
    Copy the full SHA
    c42a305 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. fix_ini_save_error

    deep-bugs authored and sagikazarmark committed May 5, 2020
    Configuration menu
    Copy the full SHA
    c6ee980 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. Fix: Getting the value of a StringToString pflag (#874)

    * add parsing for stringToString flags
    
    * add logic to return flags default if not val set, add a test
    
    * extract parsing into single func
    
    * add a few more cases
    
    * return nil if unable to parse instead of panicing
    
    * return map[string]interface in order to work with cast.ToStringMap
    
    * mostly copy pflags implementation of the conversion to a stringtostring
    terev authored May 9, 2020
    Configuration menu
    Copy the full SHA
    3856c05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13df721 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

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

Commits on Jul 31, 2020

  1. Fix environment variable expansion in absPathify

    - Don't expand user home directory for variable names that simply have a
      HOME prefix;
    - Support expansion of variables not followed by the path separator.
    biochimia authored and sagikazarmark committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    ce53404 View commit details
    Browse the repository at this point in the history
  2. Simplify $HOME prefix check

    qjcg authored and sagikazarmark committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    3826be3 View commit details
    Browse the repository at this point in the history
Loading