Commit graph

  • 48e0b61d8c Added method to write into TOML file. g3rk6 2015-09-08 03:25:36 -04:00
  • 70685607d8 Whoops, overrode the original SetDefault ! didn't chekc much heh! Alexandre Bourget 2016-01-09 00:46:41 -05:00
  • 7b7d1442ac Simplified to Default and SetDefault Alexandre Bourget 2016-01-09 00:25:12 -05:00
  • 963ca4f768 Expose the default Viper instance through methods. Alexandre Bourget 2016-01-08 23:53:37 -05:00
  • 0c82789feb Handle the case Get() returns either map[interface{}]interface{} or map[string]interface{} Lei Feng 2015-12-25 12:29:33 +08:00
  • 4248a4cf35 Merge f8c12bb2f9 into 110492b300 Schley Andrew Kutz 2015-12-24 15:25:42 +00:00
  • 110492b300 Bugfix for Nested Key Casing akutz 2015-10-26 17:52:14 -05:00
  • 991d18afb2 Adds MergeConfig functionality akutz 2015-11-12 14:20:40 -06:00
  • 664f5751e6 Merge ee77e28ba2 into c8c6312ace David Calavera 2015-12-24 15:17:02 +00:00
  • c8c6312ace Add information about flag interfaces to the readme file. David Calavera 2015-12-18 18:34:45 -05:00
  • 66249a6550 Add FlagValue interface to support other flag systems. David Calavera 2015-12-10 13:14:17 -05:00
  • 105e3d0d19 Add Sub() for Viper, which returns a branch of a Viper instance. Lei Feng 2015-12-24 19:44:44 +08:00
  • ee77e28ba2 Add information about flag interfaces to the readme file. David Calavera 2015-12-18 18:34:45 -05:00
  • 9e8198962c Add FlagValue interface to support other flag systems. David Calavera 2015-12-10 13:14:17 -05:00
  • fa82fffada Merge a9f31dbe0c into 79971f1ae7 Schley Andrew Kutz 2015-12-15 20:36:41 +00:00
  • a52d8a4949 Merge fc04ee8c80 into 79971f1ae7 Patrick D 2015-12-15 19:44:52 +00:00
  • 79971f1ae7 add HCL support to the README file patdhlk 2015-12-13 21:47:41 +01:00
  • 8e6f2421dc add test structure for hcl patdhlk 2015-12-13 21:37:32 +01:00
  • 60e1b5f599 changed the test hcl config patdhlk 2015-12-12 00:27:07 +01:00
  • 606a4f3933 add support for hcl patdhlk 2015-12-11 23:51:11 +01:00
  • 86ae8ecce2 Merge 75cf575e10 into 5c53af5e4f ziffusion 2015-12-15 17:58:49 +00:00
  • 5c53af5e4f README: describe interworking with flag package Sanjay Bhandari 2015-12-04 15:07:55 -05:00
  • 823bc1371b Document the use of struct tags to map the dissimilar fields. Abhinandan 2015-12-03 21:44:42 +05:30
  • 7bc999a9c3 Merge 477a9ca352 into 87d443c19b HuKeping 2015-12-15 17:56:35 +00:00
  • 87d443c19b Fix tab issue. HuKeping 2015-12-02 18:15:48 +08:00
  • fc04ee8c80 add HCL support to the README file patdhlk 2015-12-13 21:47:41 +01:00
  • d48326bfe9 add test structure for hcl patdhlk 2015-12-13 21:37:32 +01:00
  • 90b31f671f Merge pull request #138 from derekparker/fix-typo Steve Francia 2015-12-11 21:21:22 -05:00
  • c97c5cf59e changed the test hcl config patdhlk 2015-12-12 00:27:07 +01:00
  • af970012b9 Merge 4d238ec572 into e3bc06f20c Schley Andrew Kutz 2015-12-11 23:02:28 +00:00
  • 9cd0a9f663 add support for hcl patdhlk 2015-12-11 23:51:11 +01:00
  • e3bc06f20c Refactored IsSet to examine keys akutz 2015-11-29 17:16:21 -06:00
  • d19e707ecb Merge 7401bed36f into ce08532bfd Jonathan Boulle 2015-12-11 21:14:21 +00:00
  • ce08532bfd Correct "etcd" naming Jonathan Boulle 2015-11-25 11:51:57 -08:00
  • 75cf575e10 README: describe interworking with flag package Sanjay Bhandari 2015-12-04 15:07:55 -05:00
  • cc3dd557e0 readme: Fix typo Derek Parker 2015-12-03 11:47:09 -08:00
  • e197beec2f Document the use of struct tags to map the dissimilar fields. Abhinandan 2015-12-03 21:44:42 +05:30
  • 477a9ca352 Fix tab issue. HuKeping 2015-12-02 18:15:48 +08:00
  • f9e7a97f3c Refactored IsSet to examine keys akutz 2015-11-29 17:16:21 -06:00
  • 7401bed36f Correct "etcd" naming Jonathan Boulle 2015-11-25 11:51:57 -08:00
  • c25387f10d AllKeys() now includes bound flag and env var keys akutz 2015-10-29 12:57:16 -05:00
  • f8c12bb2f9 Bugfix for Nested Key Casing akutz 2015-10-26 17:52:14 -05:00
  • a9f31dbe0c Adds MergeConfig functionality akutz 2015-11-12 14:20:40 -06:00
  • e37b56e207 Add dynamic reading of config file support spf13 2015-11-09 23:22:04 -05:00
  • b1b1607431 Merge 690c1c1ef0 into c374c6d0a9 Schley Andrew Kutz 2015-11-10 00:24:25 +00:00
  • c374c6d0a9 Flag Binding Refactor akutz 2015-11-09 16:58:46 -06:00
  • 690c1c1ef0 Flag Binding Refactor akutz 2015-11-09 16:58:46 -06:00
  • 4d238ec572 Added method ReadConfigNoNil akutz 2015-09-29 00:05:36 -05:00
  • 7953bec357 Merge e9858c68c6 into a7ef020a9a Vlad Didenko 2015-11-06 19:50:55 +00:00
  • a7ef020a9a Clarify CWD search. Fixes #32 Vlad Didenko 2015-11-06 13:43:15 -06:00
  • e9858c68c6 Clarify CWD search. Fixes #32 Vlad Didenko 2015-11-06 13:43:15 -06:00
  • 6510dc3d49 Merge 3cb0b72a88 into 87b94ba486 James Sweet 2015-11-05 00:36:02 +00:00
  • 53bed82c93 Merge f927b1795c into 87b94ba486 Vlad Didenko 2015-11-05 00:35:48 +00:00
  • 87b94ba486 Fixed #115: Added code in the find method to search for nested configuration parameters James Sweet 2015-10-13 18:31:32 -04:00
  • 6a665317fd use docker based travis-ci spf13 2015-11-04 18:15:48 -05:00
  • dc35bacfa2 Merge 9ebcb2f576 into 3041a43deb James Mintram 2015-11-04 23:06:17 +00:00
  • 3041a43deb Noticed a couple ot typos James Mintram 2015-10-22 16:25:52 +01:00
  • 493be7d534 Fix import syntax in README.md. David Symonds 2015-10-26 14:36:42 +11:00
  • f927b1795c Fixes #32 Vlad Didenko 2015-11-03 14:25:37 -06:00
  • d027b73aef Merge remote-tracking branch 'spf13/master' Vlad Didenko 2015-11-03 14:14:14 -06:00
  • d2f75b4bef Add logo to readme Steve Francia 2015-11-02 11:07:43 -05:00
  • 824e0d24e0 Fix import syntax in README.md. David Symonds 2015-10-26 14:36:42 +11:00
  • 9ebcb2f576 Noticed a couple ot typos James Mintram 2015-10-22 16:25:52 +01:00
  • 3cb0b72a88 Fixed #115: Added code in the find method to search for nested configuration parameters James Sweet 2015-10-13 18:31:32 -04:00
  • fe248f6f5f Merge 9a29b16d6b into 1967d93db7 Matthew Surabian 2015-09-08 12:25:07 +00:00
  • 1967d93db7 Fixed #36: Changed Marshal to Unmarshal throughout. Matt Surabian 2015-08-23 23:40:56 -04:00
  • cdef144bdf Merge 7a381db820 into 0a4a93b685 Schley Andrew Kutz 2015-09-08 12:23:31 +00:00
  • 0a4a93b685 [110] Default Values Specify Type akutz 2015-08-29 10:54:20 -05:00
  • 7a381db820 [110] Default Values Specify Type akutz 2015-08-29 10:54:20 -05:00
  • 5365fdfcbe Merge 1f5bca0dfd into 3c0ff861e3 Jack Spirou 2015-08-26 12:52:20 +00:00
  • 3c0ff861e3 running tests again jackspirou 2015-08-03 11:42:26 -05:00
  • 09ba0a6954 fixing second slice type needed jackspirou 2015-07-30 15:46:38 -05:00
  • d028fd65ba changing import statements back jackspirou 2015-07-30 15:44:12 -05:00
  • cc1c9a82a5 typo: slice type needed jackspirou 2015-07-30 15:43:18 -05:00
  • 0a12778a8c using my own version of github.com/spf13/cast for now jackspirou 2015-07-30 15:38:59 -05:00
  • b9316c3299 adding GetStringMapStringSlice method jackspirou 2015-07-30 15:27:34 -05:00
  • 9a29b16d6b Fixed #36: Changed Marshal to Unmarshal throughout. Matt Surabian 2015-08-23 23:40:56 -04:00
  • a99a3b4689 Merge upstream master. Stephan Zeissler 2015-08-20 12:44:00 +02:00
  • b834bdbce4 Merge b7788313e9 into 9fca10189b Vlad Didenko 2015-08-17 05:15:08 +00:00
  • bb585f70fe Merge 88966f7438 into 9fca10189b Vlad Didenko 2015-08-17 05:12:58 +00:00
  • 9fca10189b Fixed #73 Vlad Didenko 2015-08-01 19:37:27 -05:00
  • fa137328f6 Fixed #68 Vlad Didenko 2015-08-01 20:32:35 -05:00
  • 1f5bca0dfd running tests again jackspirou 2015-08-03 11:42:26 -05:00
  • 88966f7438 Fixed #68 Vlad Didenko 2015-08-01 20:32:35 -05:00
  • b7788313e9 Fixed #73 Vlad Didenko 2015-08-01 19:37:27 -05:00
  • beef96a972 Merge e4dd0af974 into 2abb1bebfd oliver 2015-07-31 23:29:22 +00:00
  • dd94a73d72 fixing second slice type needed jackspirou 2015-07-30 15:46:38 -05:00
  • e7be87777c changing import statements back jackspirou 2015-07-30 15:44:12 -05:00
  • 0def2189a8 typo: slice type needed jackspirou 2015-07-30 15:43:18 -05:00
  • 30232be240 using my own version of github.com/spf13/cast for now jackspirou 2015-07-30 15:38:59 -05:00
  • a51b73284f adding GetStringMapStringSlice method jackspirou 2015-07-30 15:27:34 -05:00
  • 2abb1bebfd Readme fixes and small edits jackspirou 2015-07-19 12:52:04 -05:00
  • e95f0d7ddc Merge c36643ca68 into f14e1baa25 Vlad Didenko 2015-07-30 17:35:22 +00:00
  • f14e1baa25 Fixes #83 Vlad Didenko 2015-07-18 17:30:30 -05:00
  • 6038c2162d Merge f0c40e2656 into 1e6a237e05 Maxime Horcholle 2015-07-30 17:29:49 +00:00
  • 1e6a237e05 Syntax highlighting Maxime Horcholle 2015-07-16 14:16:31 +02:00
  • 6b783adad5 Merge eac5b31a90 into db7ff930a1 Dana NicCaluim 2015-07-21 01:26:18 +00:00
  • eac5b31a90 Merge remote-tracking branch 'wrobbins/master' Dana NicCaluim 2015-07-20 18:20:28 -07:00
  • b8e0ead58d Merge b7b134786b into db7ff930a1 Jack Spirou 2015-07-19 18:04:24 +00:00
  • b7b134786b readme updates jackspirou 2015-07-19 12:52:04 -05:00