Sign in
edge
/
third_party
/
spf13
/
viper
/
HEAD
5ed0fc3
Fix MergeInConfig error return
by Kevin GEORGES
· 8 years ago
master
651d9d9
Document case-insensitivity for key taking methods
by Albert Nigmatzianov
· 8 years ago
80ab665
Copy and insensitivise maps in Set
by Bjørn Erik Pedersen
· 9 years ago
285f151
Fixed AllKeys() to include env values added with BindEnv()
by Benoît Masson
· 9 years ago
50515b7
Increase performance of nested keys search
by Benoît Masson
· 9 years ago
4420803
Allow errors to propagate from getConfigFile(). (#161)
by Jonathan Anderson
· 9 years ago
c14ce6d
Correct FlagValue interface examples in Readme (#254)
by Nils Landt
· 9 years ago
51f23d1
Restore performance for the simple case
by Bjørn Erik Pedersen
· 9 years ago
54b8153
Add BenchmarkGet
by Bjørn Erik Pedersen
· 9 years ago
21ea37b
Fix space between Go projects and badges
by Albert
· 9 years ago
b61deff
Add GoDoc badge
by Albert
· 9 years ago
ec4eb2f
Nested maps (#195)
by Benoît Masson
· 9 years ago
670c42a
Check for nil in viper.Sub
by Cameron Moore
· 9 years ago
382f87b
Remove expensive TRACE logging
by Bjørn Erik Pedersen
· 9 years ago
438cc0d
Add benchmark for GetBool
by Bjørn Erik Pedersen
· 9 years ago
e26d6ae
Support time.Duration in viper.Unmarshal (#205)
by Yauhen Lazurkin
· 9 years ago
ed0a967
Fix retrieval of pflag stringSlice (#240)
by Cameron Moore
· 9 years ago
a78f70b
Small refactorings (#230)
by Albert
· 9 years ago
2f6a414
Prevent shadowning of keys when a nested key's value is nil.
by Max Wolter
· 9 years ago
1699063
Fix typo in README (#227)
by Albert
· 9 years ago
7fb2782
Handle TOML Library Licensing
by Vladimir Vivien
· 9 years ago
fe9c8b5
Add Hugo CI Step to Validate Viper
by Schley Andrew Kutz
· 9 years ago
654fc7b
Bump Travis to Go 1.7
by Bjørn Erik Pedersen
· 9 years ago
346299e
Add getter for global Viper
by Bjørn Erik Pedersen
· 9 years ago
abafbf2
Revert "Handle TOML Library Licensing"
by Bjørn Erik Pedersen
· 9 years ago
a59dccc
Move the Afero fs to the Viper type
by Bjørn Erik Pedersen
· 9 years ago
d0c2644
Add dot in BindPFlag comment
by Albert
· 9 years ago
4cf0bd2
Add support for Afero filesystems
by Matthieu Grieger
· 9 years ago
5619c0e
Reset cache on config name change
by Roland Schilter
· 9 years ago
64dc6f6
Add GetInt64
by Chuanjian Wang
· 9 years ago
6d2589c
Update Readme with doit's new location
by Bryan Liles
· 9 years ago
7402856
Handle TOML Library Licensing
by Schley Andrew Kutz
· 9 years ago
b53595f
Bump Travis to Go 1.6.3
by Bjørn Erik Pedersen
· 9 years ago
c1ccc37
Test on both Linux and OSX
by Bjørn Erik Pedersen
· 9 years ago
d8a428b
Bump Travis to 1.6.2
by Bjørn Erik Pedersen
· 9 years ago
960e69f
Allow tip to fail on Travis
by Bjørn Erik Pedersen
· 9 years ago
a0cdbdd
Remove kr/pretty dependency
by Bjørn Erik Pedersen
· 9 years ago
f904a17
Update Travis config to Go 1.4.3, 1.5.4 and 1.6.1
by Anthony Fok
· 9 years ago
8e57fea
Update import path of fsnotify
by Anthony Fok
· 9 years ago
45b73b7
Fix typo
by Tony Narlock
· 9 years ago
c975dc1
implementing a weak decode wrapper called UnmarshalExact that errors on non existant fields in the destination struct
by dsp
· 9 years ago
dd66c89
Populate readme with viper based apps
by Steve Francia
· 9 years ago
e072d51
use aliases in all keys list to enable proper Unmarshaling
by Marcin Stanisławski
· 9 years ago
30ce444
Update README with info about supporting Java properties files
by ryanwalls
· 9 years ago
a212099
Watch the entire config dir for changes
by Bjørn Erik Pedersen
· 9 years ago
cc70319
Fix config watch
by Bjørn Erik Pedersen
· 9 years ago
0c82789
Handle the case Get() returns either map[interface{}]interface{} or map[string]interface{}
by Lei Feng
· 9 years ago
110492b
Bugfix for Nested Key Casing
by akutz
· 10 years ago
991d18a
Adds MergeConfig functionality
by akutz
· 9 years ago
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
· 9 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
· 9 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
· 9 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
· 9 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
Next »