Commit Graph

  • ededa04e0b Add viper.GetDuration Chance Zibolski 2015-02-18 19:03:20 -0800
  • 90734830d1 Move viper.Reset() back to the public interface Ross Cooperman 2015-02-19 10:39:44 -0500
  • 6c5a915341 adding more env tests spf13 2015-02-16 23:32:10 -0500
  • 82cbb7dec7 Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2 Anthony Fok 2015-01-26 06:56:55 -0700
  • d8f2aa78d4 More intelligent AutomaticEnv behavior and updated documentation. spf13 2014-12-22 22:47:25 -0500
  • 54fed16054 Adding docs for SetEnvPrefix and cleaning up docs. spf13 2014-12-22 21:45:56 -0500
  • 1022d75c73 Adding Support for Environment variable prefixes spf13 2014-12-22 18:31:11 -0500
  • 2909239689 Change from Get(key) to v.Get(key) in GetXXX(key string) and MarshalKey(key string, rawVal interface{}) functions. kgv 2014-12-09 15:42:09 +0300
  • cacbc4c733 Rewriting the documentation spf13 2014-12-07 02:03:49 +0100
  • 91b076eec5 MarshallReader -> marshalReader spf13 2014-12-06 09:48:28 +0100
  • 18a87c05c6 Adding documentation inline. Moving Reset() to viper_test.go spf13 2014-12-05 17:04:40 +0100
  • 29f1858f87 Viper now supports multiple vipers. No API changes. spf13 2014-12-05 03:55:51 +0100
  • 90193e564a Add travis ci support Andrew Cohen 2014-11-13 15:38:47 -0500
  • 5aa1437cf3 Fix missed path->filepath renaming Andrew Cohen 2014-11-13 14:43:51 -0500
  • 64816e4860 Merge pull request #21 from cudevmaxwell/typo Steve Francia 2014-11-12 16:54:00 -0500
  • 4dcc7d4916 Merge pull request #20 from mohae/fix-windows-path Steve Francia 2014-11-12 16:53:34 -0500
  • 6c340f2886 Fixed typo Kevin Bowrin 2014-11-07 18:14:27 +0000
  • 22f85e27c4 update to consistently use filepath instead of path and add looking in os.Getwd() for the config file to fix finding the config file in Windows issue Joel Scoble 2014-11-05 18:23:02 -0600
  • 77144270da Merge pull request #18 from stp-ip/patch-1 Steve Francia 2014-10-29 07:51:07 -0400
  • bddcf7e104 Fix typo Michael Grosser 2014-10-29 07:43:14 +0100
  • 22d0391e9b Merge pull request #17 from bketelsen/etcd-consul-crypt Steve Francia 2014-10-28 22:22:49 -0400
  • 0562ef4c8b merge upstream/master Brian Ketelsen 2014-10-28 22:09:30 -0400
  • e55c96ecc9 document consul support, not requirement to set config type for remote KV stores Brian Ketelsen 2014-10-27 21:53:22 -0400
  • 563f4d44c4 add support for consul Brian Ketelsen 2014-10-27 21:14:46 -0400
  • 51da30f655 Added basic documentation, pointers to crypt repository, and tests for precedence Brian Ketelsen 2014-10-27 15:32:46 -0400
  • 779adc021a Merge pull request #13 from chrishamant/master Steve Francia 2014-10-27 14:35:35 -0400
  • 5e1d5e7207 removing some debugging printlns Brian Ketelsen 2014-10-27 12:21:03 -0400
  • ea04102003 Actually return the kvstore retrieved from the kv server Brian Ketelsen 2014-10-27 11:06:20 -0400
  • d2d8f6caa1 added error for remote configuration not found Brian Ketelsen 2014-10-27 11:03:11 -0400
  • c33e690687 add readremoteconfig for cases when there are no local configuration files Brian Ketelsen 2014-10-27 10:14:45 -0400
  • f8939d9229 existing tests pass Brian Ketelsen 2014-10-26 09:48:21 -0400
  • a28bee1fba adding preliminary etcd support Brian Ketelsen 2014-10-26 09:42:03 -0400
  • 3d8182460c work in progress Brian Ketelsen 2014-10-24 15:38:01 -0400
  • 1b8adf4854 fixing problem with case sensitivity with keys in env and flags maps Chris Hamant 2014-10-09 16:39:24 -0400
  • 01b1780288 adding simple test for BindPFlag Chris Hamant 2014-10-09 15:48:55 -0400
  • 83fd92627c Adding automatic reading from ENV w/tests spf13 2014-09-27 14:01:11 -0700
  • aacc3049e2 Adding AllKeys and AllSettings functions and tests spf13 2014-09-27 14:00:51 -0700
  • 181a3b5f3b Adding support for ENV variables spf13 2014-09-27 14:03:00 -0700
  • d56c59c66a Included .yml as supported extension. David Pelaez 2014-08-15 12:08:05 -0500
  • 2b24bea958 fix issue #8 Nate Finch 2014-08-05 07:35:21 -0400
  • 3cf05f93ef fix test after function rename Nate Finch 2014-08-05 06:07:25 -0400
  • 38c6d9eca3 Better comments for go doc spf13 2014-07-11 10:42:07 -0400
  • c5a9056e3b Better naming of the Marshal functionality. spf13 2014-07-11 10:41:45 -0400
  • 1cebee8d97 Better binding to Pflag spf13 2014-07-11 10:28:03 -0400
  • 7c42740ea6 Adding the ability to bind a flag to a key. Will set the default & override automatically. spf13 2014-06-27 12:29:37 -0400
  • af373af72c Adding the ability to get into a struct spf13 2014-06-26 17:58:55 -0400
  • 7f5b583ff1 Handle $HOME and other environment variables in paths spf13 2014-06-25 17:23:00 -0400
  • 541c1f8c59 Fixing case sensitivity bug with override values spf13 2014-05-29 16:48:24 -0400
  • 16d5c7c27d Add support for yml extension Victor Castell 2014-05-08 16:40:14 +0200
  • 1a2e68e1bc return more useful error if config file is missing Joshua Rubin 2014-04-08 16:57:45 -0600
  • 25817ada59 Added Reset Function spf13 2014-04-07 23:35:53 -0400
  • 8b744a9310 Added "ConfigFileUsed" function spf13 2014-04-07 23:35:40 -0400
  • a54c415b55 Adding first draft of README. spf13 2014-04-05 15:44:26 -0400
  • bcb02e2472 Viper is now case insensitive spf13 2014-04-05 01:19:39 -0400
  • 98be0718d2 Initial Version spf13 2014-04-04 17:21:59 -0400
  • f98d9bf08b Initial commit Steve Francia 2014-04-02 07:33:33 -0700