Sign in
edge
/
third_party
/
spf13
/
viper
/
c8c6312ace53b92403a66e61ba81898f092cabe5
c8c6312
Add information about flag interfaces to the readme file.
by David Calavera
· 9 years ago
66249a6
Add FlagValue interface to support other flag systems.
by David Calavera
· 9 years ago
105e3d0
Add Sub() for Viper, which returns a branch of a Viper instance.
by Lei Feng
· 9 years ago
79971f1
add HCL support to the README file
by patdhlk
· 9 years ago
8e6f242
add test structure for hcl
by patdhlk
· 9 years ago
60e1b5f
changed the test hcl config
by patdhlk
· 9 years ago
606a4f3
add support for hcl
by patdhlk
· 9 years ago
5c53af5
README: describe interworking with flag package
by Sanjay Bhandari
· 9 years ago
823bc13
Document the use of struct tags to map the dissimilar fields.
by Abhinandan
· 9 years ago
87d443c
Fix tab issue.
by HuKeping
· 9 years ago
90b31f6
Merge pull request #138 from derekparker/fix-typo
by Steve Francia
· 9 years ago
e3bc06f
Refactored IsSet to examine keys
by akutz
· 9 years ago
ce08532
Correct "etcd" naming
by Jonathan Boulle
· 9 years ago
cc3dd55
readme: Fix typo
by Derek Parker
· 9 years ago
c25387f
AllKeys() now includes bound flag and env var keys
by akutz
· 10 years ago
e37b56e
Add dynamic reading of config file support
by spf13
· 9 years ago
c374c6d
Flag Binding Refactor
by akutz
· 9 years ago
a7ef020
Clarify CWD search. Fixes #32
by Vlad Didenko
· 10 years ago
87b94ba
Fixed #115: Added code in the find method to search for nested configuration parameters
by James Sweet
· 10 years ago
6a66531
use docker based travis-ci
by spf13
· 10 years ago
3041a43
Noticed a couple ot typos
by James Mintram
· 10 years ago
493be7d
Fix import syntax in README.md.
by David Symonds
· 10 years ago
d2f75b4
Add logo to readme
by Steve Francia
· 10 years ago
1967d93
Fixed #36: Changed Marshal to Unmarshal throughout.
by Matt Surabian
· 10 years ago
0a4a93b
[110] Default Values Specify Type
by akutz
· 10 years ago
3c0ff86
running tests again
by jackspirou
· 10 years ago
09ba0a6
fixing second slice type needed
by jackspirou
· 10 years ago
d028fd6
changing import statements back
by jackspirou
· 10 years ago
cc1c9a8
typo: slice type needed
by jackspirou
· 10 years ago
0a12778
using my own version of github.com/spf13/cast for now
by jackspirou
· 10 years ago
b9316c3
adding GetStringMapStringSlice method
by jackspirou
· 10 years ago
9fca101
Fixed #73
by Vlad Didenko
· 10 years ago
fa13732
Fixed #68
by Vlad Didenko
· 10 years ago
2abb1be
Readme fixes and small edits
by jackspirou
· 10 years ago
f14e1ba
Fixes #83
by Vlad Didenko
· 10 years ago
1e6a237
Syntax highlighting
by Maxime Horcholle
· 10 years ago
db7ff93
AddSecureRemoteProvider adds the secret keyring to the default provider struct
by Kiril Zvezdarov
· 10 years ago
8e930a9
Revert "The AddSecureRemoteProvider function didn't add secretKeyring to the remoteProvider struct."
by Kiril Zvezdarov
· 10 years ago
ca00a9b
The AddSecureRemoteProvider function didn't add secretKeyring to the remoteProvider struct.
by chalupaul
· 10 years ago
12f7ec6
Fixes #87
by Vlad Didenko
· 10 years ago
28ada1e
Nested keys properly recurse on map[interface{}]interface{}
by Dotan Nahum
· 10 years ago
be5ff3e
Make the remote features optional
by bep
· 10 years ago
d62d4bb
Merge pull request #72 from kzvezdarov/cwd-fix
by Bjørn Erik Pedersen
· 10 years ago
79ee5ad
Removed CWD from default search path
by Kiril Zvezdarov
· 10 years ago
0d75ece
update README.md
by oliveagle
· 10 years ago
f3482af
replace bytes.Buffer with io.Reader
by oliveagle
· 10 years ago
2a7f7f4
add README.md, and fix strings.ToLower(configType)
by oliveagle
· 10 years ago
4aa8f94
clean a little: added watch and ReadBufConf
by oliveagle
· 10 years ago
3492885
ReadBufConfig
by oliveagle
· 10 years ago
be782f3
Revert "Recursively insensitivize the configuration structures"
by bep
· 10 years ago
2e47d9e
Added doc entry on nested key access
by Kiril Zvezdarov
· 10 years ago
8d9577a
Recursively insensitivize the configuration structures
by Kiril Zvezdarov
· 10 years ago
47b5435
Added test coverage for searching for deeply nested values
by Kiril Zvezdarov
· 10 years ago
b22fa2b
Reordered the debug dump of configs to print them in order of precedence
by Kiril Zvezdarov
· 10 years ago
c174e24
Added accessing deep keys by recursive hierarchical search
by Kiril Zvezdarov
· 10 years ago
2578450
Merge pull request #64 from gitter-badger/gitter-badge
by Steve Francia
· 10 years ago
2763b90
Added Gitter badge
by The Gitter Badger
· 10 years ago
54e585a
Clean config register before reading in from file in order to avoid stale values
by Kiril Zvezdarov
· 10 years ago
ba3382d
59 - add properties file support to viper
by Wayne Walker
· 10 years ago
39ab3ca
Noted that ReadInConfig returns errors that can be handled
by Kiril Zvezdarov
· 10 years ago
40762f7
Current working directory is added to the config search paths by default
by Kiril Zvezdarov
· 10 years ago
c861bde
Set default values when binding the whole flagset
by Kiril Zvezdarov
· 10 years ago
19ed496
Added the pflags register to the debug output
by Kiril Zvezdarov
· 10 years ago
24dd877
Added BindPFlags function which binds all flags in a given flag set to the pflags register
by Kiril Zvezdarov
· 10 years ago
9a0a669
Added docstrings to all exported functions
by Kiril Zvezdarov
· 10 years ago
ac722f3
Change small syntax error in Env Example
by Eran Chetz
· 10 years ago
2e2f3b2
Marshal now gets the map via the AllSettings method
by Kiril Zvezdarov
· 10 years ago
700eefa
Exported the Viper type in order to better support multiple Vipers
by Kiril Zvezdarov
· 10 years ago
e133904
Add GetSizeInBytes.
by Daniel Eloff
· 10 years ago
5b0b926
:%s/insensativiseMap/insensitiviseMap/g
by Anthony Fok
· 10 years ago
8b99f53
Avoid searching for config file in executable's path
by Anthony Fok
· 10 years ago
0c5f3e2
Minor revisions to README.md
by Anthony Fok
· 10 years ago
1258332
Fix whitespace
by Chance Zibolski
· 10 years ago
03fb74b
Support rewriting env keys
by Chance Zibolski
· 10 years ago
ededa04
Add viper.GetDuration
by Chance Zibolski
· 10 years ago
9073483
Move viper.Reset() back to the public interface
by Ross Cooperman
· 10 years ago
6c5a915
adding more env tests
by spf13
· 10 years ago
82cbb7d
Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2
by Anthony Fok
· 10 years ago
d8f2aa7
More intelligent AutomaticEnv behavior and updated documentation.
by spf13
· 10 years ago
54fed16
Adding docs for SetEnvPrefix and cleaning up docs.
by spf13
· 10 years ago
1022d75
Adding Support for Environment variable prefixes
by spf13
· 10 years ago
2909239
Change from Get(key) to v.Get(key) in GetXXX(key string) and MarshalKey(key string, rawVal interface{}) functions.
by kgv
· 10 years ago
cacbc4c
Rewriting the documentation
by spf13
· 10 years ago
91b076e
MarshallReader -> marshalReader
by spf13
· 10 years ago
18a87c0
Adding documentation inline. Moving Reset() to viper_test.go
by spf13
· 10 years ago
29f1858
Viper now supports multiple vipers. No API changes.
by spf13
· 10 years ago
90193e5
Add travis ci support
by Andrew Cohen
· 10 years ago
5aa1437
Fix missed path->filepath renaming
by Andrew Cohen
· 10 years ago
64816e4
Merge pull request #21 from cudevmaxwell/typo
by Steve Francia
· 10 years ago
4dcc7d4
Merge pull request #20 from mohae/fix-windows-path
by Steve Francia
· 10 years ago
6c340f2
Fixed typo
by Kevin Bowrin
· 11 years ago
22f85e2
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
by Joel Scoble
· 11 years ago
7714427
Merge pull request #18 from stp-ip/patch-1
by Steve Francia
· 11 years ago
bddcf7e
Fix typo
by Michael Grosser
· 11 years ago
22d0391
Merge pull request #17 from bketelsen/etcd-consul-crypt
by Steve Francia
· 11 years ago
0562ef4
merge upstream/master
by Brian Ketelsen
· 11 years ago
e55c96e
document consul support, not requirement to set config type for remote KV stores
by Brian Ketelsen
· 11 years ago
563f4d4
add support for consul
by Brian Ketelsen
· 11 years ago
51da30f
Added basic documentation, pointers to crypt repository, and tests for precedence
by Brian Ketelsen
· 11 years ago
779adc0
Merge pull request #13 from chrishamant/master
by Steve Francia
· 11 years ago
Next »