Commit Graph

  • f026d8b814 Add custom metrics for viper.Get calls Kyle Hagan 2020-04-10 16:11:02 -0700
  • e34fb51dd7
    Add mentioned in awesome badge Mark Sagi-Kazar 2020-04-09 23:56:02 +0200
  • 7eea3718bf
    Remove go version badge Mark Sagi-Kazar 2020-04-09 22:21:21 +0200
  • aa8e4d4983
    Update badges and logo Mark Sagi-Kazar 2020-04-09 22:20:35 +0200
  • 59b1917503
    Update etcd to 3.3.13 v1.6.3 Mark Sagi-Kazar 2020-04-09 20:17:36 +0200
  • 9b03d15591
    Ignore idea Mark Sagi-Kazar 2020-04-09 20:15:13 +0200
  • 8e65055f5f merge upstream master and fix conflict yanyandenuonuo 2020-04-07 21:26:08 +0800
  • d6288da8b8 return nil if unable to parse instead of panicing Trevor Foster 2020-03-28 23:20:43 -0400
  • 21e376d12e add a few more cases Trevor Foster 2020-03-28 22:47:35 -0400
  • 61c17d0781 extract parsing into single func Trevor Foster 2020-03-28 00:14:46 -0400
  • 326772ea29 add logic to return flags default if not val set, add a test Trevor Foster 2020-03-28 00:07:50 -0400
  • 6d67515500 add parsing for stringToString flags Trevor Foster 2020-03-27 23:21:05 -0400
  • 0b4ed1d0fa
    Merge branch 'master' into initialize-config-file Ryan, Siu Long Wa 2020-03-20 11:02:04 +0800
  • 7180a27422 feat: allow SetEnvKeyReplacer to take viper.StringReplacer dan-j 2020-03-16 17:08:31 +0000
  • 8c64cb5dbe fix_ini_save_error flow00 2020-03-15 17:55:27 +0800
  • 077606a41f Make Viper.Sub() inherit values from the bound pflags of the parent Blagoj Atanasovski 2020-03-12 19:11:58 +0100
  • a925fa4053 Remove useless parenthesis gopherclass 2020-03-09 19:39:39 +0900
  • 7da613aa94 Fix panic while writing invalid ini gopherclass 2020-03-09 19:37:51 +0900
  • 896fc959b3 Add test for writing invalid ini gopherclass 2020-03-09 19:30:20 +0900
  • deb8393798 Add SubSlice to return slice of sub vipers andig 2020-03-08 18:27:23 +0100
  • fa4e03eaf5
    Merge pull request #13 from DataDog/define-custom-install Cody Lee 2020-02-27 10:44:43 -0600
  • bf41424e1c
    add back go.sum Cody Lee 2020-02-27 10:38:11 -0600
  • 940e2f6b82 move travis diff call to before vendoring MRHwick 2020-02-27 11:28:17 -0500
  • 8a855103ac
    try excluding vendor from gofmt Matthew Hardwick 2020-02-27 11:18:38 -0500
  • 7d500a2af3
    bump patch for etcd Matthew Hardwick 2020-02-27 10:51:42 -0500
  • 2922e4434f
    Try fixing go.mod problem from `ugorji/go/codec` Matthew Hardwick 2020-02-27 10:30:37 -0500
  • 31f45ebfd6
    try build with -mod=readonly for test command Matthew Hardwick 2020-02-27 09:59:02 -0500
  • 146f689044
    start the script by vendoring first Cody Lee 2020-02-26 17:07:36 -0600
  • 713af2cac4
    hacks from other travis users Cody Lee 2020-02-26 17:01:06 -0600
  • cfa0e76c89
    define custom install to make go modules work Cody Lee 2020-02-26 16:56:56 -0600
  • 6163a31d56
    Merge pull request #12 from DataDog/go-mod-fix Cody Lee 2020-02-26 16:45:49 -0600
  • 69031d4075
    bump to 1.14 Cody Lee 2020-02-26 16:44:40 -0600
  • a4cbd30fbd
    fix travis.yml so build actually works Cody Lee 2020-02-26 16:36:08 -0600
  • 5b85211713
    fix go.mod module definition to use the correct path Cody Lee 2020-02-26 16:23:04 -0600
  • dc20f95f1f Add example regarding required flags with Cobra + Viper Miguel Elias dos Santos 2020-02-25 17:46:37 +1100
  • 4e6b00728f Use ristretto to improve find performance aeneasr 2020-02-20 11:59:41 +0100
  • 13632a2ce0 find config file which with extension first. tick 2020-02-18 21:18:05 +0800
  • 97ee7adfef
    Add support to save file with no extension (#813) Gustavo Bazan 2020-02-19 23:41:04 +0000
  • b31a49291e updated docs in README. Alexey Maslov 2020-01-31 23:46:40 +0800
  • 9c81997cb1 added firestore support. Alexey Maslov 2020-01-17 00:20:46 +0800
  • 502400c0d9 changed github.com/xordataexchange/crypt to github.com/bketelsen/crypt. Alexey Maslov 2020-01-16 23:49:29 +0800
  • 7ddaa61d67 Remove .idea directory aeneasr 2020-02-19 23:14:44 +0100
  • 4834fb6636 Add GetStringPtr Satya 2020-02-19 14:22:00 -0800
  • aef201df37
    Remove .idea directory aeneasr 2020-02-19 23:14:44 +0100
  • 44ba541298
    Fixed Error text YuvalDahn 2020-02-06 18:29:42 +0200
  • 925f54edcf Verified flag != nil in viper.BindPFlag Yuval Dahan 2020-02-06 18:05:59 +0200
  • 3424c8c181 cleanup artefact David Bérichon 2020-02-02 13:19:04 +0100
  • fc501f85e2 Resolves #742 David Bérichon 2020-02-02 12:52:58 +0100
  • 05af1f8818 updated docs in README. Alexey Maslov 2020-01-31 23:46:40 +0800
  • 7af5276560
    Merge 4f738d6f3f into f2cbaea4c2 cmohrb 2020-01-25 10:56:22 -0500
  • 2e6c46a2ec
    Remove unused eventsWG in WatchConfig david-berichon 2020-01-25 13:07:47 +0100
  • f2cbaea4c2
    Fix copy-paste error in documentation Mark Sagi-Kazar 2020-01-16 19:54:31 +0100
  • df9f4af211
    Remove travis config Mark Sagi-Kazar 2020-01-16 19:38:02 +0100
  • 1b7d3e05fd
    Improve golangci config Mark Sagi-Kazar 2020-01-16 19:37:50 +0100
  • 16fb4b9d29
    Add editorconfig Mark Sagi-Kazar 2020-01-16 19:37:42 +0100
  • 4525543ce4
    Improve CI v1.6.2 Mark Sagi-Kazar 2020-01-16 19:27:10 +0100
  • 9cd571279d Extensionless files only allowed when config type is set (#827) Pedro Silva 2020-01-16 18:23:50 +0000
  • 2f42a4127b added firestore support. Alexey Maslov 2020-01-17 00:20:46 +0800
  • 5482a93b68 changed github.com/xordataexchange/crypt to github.com/bketelsen/crypt. Alexey Maslov 2020-01-16 23:49:29 +0800
  • 9991524de0 another lock autom8ter 2020-01-15 12:56:04 -0700
  • 82dd6e2b2f unused autom8ter 2020-01-15 12:24:37 -0700
  • 09fc8bc4a3 less mutexes autom8ter 2020-01-15 12:19:03 -0700
  • 2849d52fa5 fix import autom8ter 2020-01-15 12:04:21 -0700
  • 9f5517814e no travis autom8ter 2020-01-15 12:00:49 -0700
  • 19dcf27f68 modules autom8ter 2020-01-15 11:59:38 -0700
  • f8ccbe2a8c use local remote autom8ter 2020-01-15 11:59:07 -0700
  • c2297727bd Merge branch 'mutex' autom8ter 2020-01-15 11:51:38 -0700
  • 2fb8e6a5eb new go.mod autom8ter 2020-01-15 11:51:31 -0700
  • db38821c37 rwMutexes autom8ter 2020-01-15 11:48:46 -0700
  • 0dc4bb19c6
    First check for config type then for file without extension Pedro Silva 2020-01-12 11:41:09 +0000
  • 40548756fc
    Hides unused variable in test Pedro Silva 2020-01-12 10:32:08 +0000
  • ea03b43202
    Only consider files without extension if the config type is explicitly specified Pedro Silva 2020-01-12 10:19:57 +0000
  • 9ba0d1bf43
    Mod name change (#4) pallabi-spectralogic 2020-01-10 16:57:57 -0700
  • 7d33dd75e3
    Mod name change (#3) pallabi-spectralogic 2020-01-10 16:39:38 -0700
  • 3c4d6e9510
    Mod name change (#2) pallabi-spectralogic 2020-01-10 16:16:31 -0700
  • 1c55a94a73
    change mod and import path name (#1) pallabi-spectralogic 2020-01-10 16:02:17 -0700
  • 54fe457930 change mod and import path name Pallabi 2020-01-10 15:51:15 -0700
  • 717d682741
    PR comments Gustavo Bazan 2020-01-10 15:35:19 +0000
  • 06ab5a4b62 Add documentation about unmarshaling into embedded structs Mark Sagi-Kazar 2020-01-08 10:55:18 +0100
  • f1486e4bc1
    Add documentation about unmarshaling into embedded structs Mark Sagi-Kazar 2020-01-08 10:55:18 +0100
  • 8f40d15c56
    Update viper_test.go Gustavo Bazan 2019-12-15 19:48:06 +0000
  • cc8e02114f
    Update viper_test.go Gustavo Bazan 2019-12-15 19:45:10 +0000
  • b1b6c1d559
    Add support to save file with no extension Gustavo Bazan 2019-12-15 17:01:20 +0000
  • eabbc68a3e Fix file path lookup v1.6.1 Mark Sagi-Kazar 2019-12-06 17:23:59 +0100
  • 7f3f715ae0
    Fix file path lookup Mark Sagi-Kazar 2019-12-06 17:23:59 +0100
  • 5ad4bc05cf Add decoder opts to unmarshal exact v1.6.0 Mark Sagi-Kazar 2019-12-06 14:23:11 +0100
  • 44451a5d15
    Add decoder opts to unmarshal exact Mark Sagi-Kazar 2019-12-06 14:23:11 +0100
  • bcb420b705 Add global UnmarshalExact method Gregory Haynes 2018-06-08 20:32:49 +0000
  • 4ad4c8df70 Add string replacer interface and env key replacer option Mark Sagi-Kazar 2019-12-06 14:11:31 +0100
  • 32b0923abd
    Add string replacer interface and env key replacer option Mark Sagi-Kazar 2019-12-06 14:11:31 +0100
  • 6fcf985c5a Fix readme Mark Sagi-Kazar 2019-12-06 13:45:02 +0100
  • bdf2db0ff8 Fix goimports Mark Sagi-Kazar 2019-12-06 13:41:38 +0100
  • a842b8f618 Replace SetKeyDelimiter with functional options Mark Sagi-Kazar 2019-11-08 14:23:20 +0100
  • 9a405be5c0 Add SetKeyDelimiter to the README Mark Sagi-Kazar 2019-11-06 12:54:38 +0100
  • a73303ee89 Add key delimiter setter Mark Sagi-Kazar 2019-11-06 12:40:41 +0100
  • b6ced70067 Generic improvements Mark Sagi-Kazar 2019-12-06 13:58:19 +0100
  • 52836e66ad Improve badges Mark Sagi-Kazar 2019-12-06 13:54:28 +0100
  • 6895c083d6 INI is supported Mark Sagi-Kazar 2019-12-06 13:51:40 +0100
  • 90f360dcc3
    Generic improvements Mark Sagi-Kazar 2019-12-06 13:58:19 +0100
  • 8b23141933
    Improve badges Mark Sagi-Kazar 2019-12-06 13:54:28 +0100