Commit Graph

  • f1f6b2122c feat: add logger interface and default implementation Mark Sagi-Kazar 2021-12-09 13:34:40 -0400
  • c43197d858 build(deps): bump github.com/mitchellh/mapstructure from 1.4.2 to 1.4.3 dependabot[bot] 2021-12-02 17:26:52 +0000
  • 2abe0ddbd4 build(deps): bump gopkg.in/ini.v1 from 1.64.0 to 1.65.0 dependabot[bot] 2021-11-29 17:29:16 +0000
  • 8ec82f8998 chore(deps): update crypt Mark Sagi-Kazar 2021-11-21 15:09:02 +0100
  • 35877c8f77 chore: fix lint Mark Sagi-Kazar 2021-11-21 14:57:28 +0100
  • 655a0aa730 chore(deps): update golangci-lint Mark Sagi-Kazar 2021-11-21 14:53:16 +0100
  • 946ae75247 ci: fix github script Mark Sagi-Kazar 2021-11-21 14:58:43 +0100
  • d40d641ca7 chore: Go 1.17 update Mark Sagi-Kazar 2021-09-15 21:29:25 +0200
  • 41ec2aaf27 chore: run lint fixer Mark Sagi-Kazar 2021-09-15 21:12:02 +0200
  • ba606cd9f1 chore: update build tools Mark Sagi-Kazar 2021-09-15 21:11:08 +0200
  • 91b237fdbf build(deps): bump actions/github-script from 4 to 5 dependabot[bot] 2021-11-21 11:24:01 +0000
  • 793ee22246 build(deps): bump gopkg.in/ini.v1 from 1.63.2 to 1.64.0 dependabot[bot] 2021-11-12 17:22:03 +0000
  • 99e9188c7c
    docs: propose deprecating the global Viper instance adr Mark Sagi-Kazar 2021-09-23 10:07:37 +0200
  • c943b3ef27
    docs: propose dropping file writing support Mark Sagi-Kazar 2021-09-22 23:10:51 +0200
  • 0594522560 test: fix failing tests on windows Mark Sagi-Kazar 2021-09-22 20:17:20 +0200
  • 14c9dc6a57 test: fix file find tests on windows Mark Sagi-Kazar 2021-09-22 17:13:54 +0200
  • eae2327cb5 feat: disable finder for now Mark Sagi-Kazar 2021-09-22 17:02:37 +0200
  • 237f373936 test: fix finder tests on windows Mark Sagi-Kazar 2021-09-22 11:18:45 +0200
  • 78228f56c5 build: disable goconst linter for now Mark Sagi-Kazar 2021-09-22 11:09:26 +0200
  • 8b7777d3c6 test(windows): skip failing tests on windows Mark Sagi-Kazar 2021-09-22 11:06:45 +0200
  • 15c88da25c test(windows): fix watch file test Mark Sagi-Kazar 2021-09-22 10:39:19 +0200
  • 552e3bd0ca ci: separate lint and test Mark Sagi-Kazar 2021-09-21 18:15:31 +0200
  • 1a7008fa32 ci: make build pass on windows Mark Sagi-Kazar 2021-09-21 11:34:22 +0200
  • 077ee305c4 ci: run tests on windows Mark Sagi-Kazar 2021-09-21 11:26:55 +0200
  • 5a4e555471 test: add tests for reading config files Mark Sagi-Kazar 2021-09-21 11:46:32 +0200
  • 08ba8ca7fc ci: disable fail fast Mark Sagi-Kazar 2021-09-21 11:25:18 +0200
  • 4e595cec77 feat: use io/fs for searching files on Go 1.16+ Mark Sagi-Kazar 2021-09-21 11:08:46 +0200
  • 557c5d64e0 test: improve tests for searching files Mark Sagi-Kazar 2021-09-21 11:04:49 +0200
  • 8e71595a4a feat: implement new finder using io/fs Mark Sagi-Kazar 2021-09-21 10:25:51 +0200
  • ce82267a11 refactor: drop unused Unsetenv from testutil Mark Sagi-Kazar 2021-09-21 11:21:13 +0200
  • 558a299a01 feat: use TB.Setenv on Go 1.17 Mark Sagi-Kazar 2021-09-21 11:20:25 +0200
  • b1fdc47b0d Recognize tfvars files as hcl by default. v1.9.0 Jim Razmus II 2020-05-13 12:15:28 -0500
  • 65f16c1738 docs: fix indentation in code samples Mark Sagi-Kazar 2021-09-19 09:34:11 +0200
  • 0d7e8034ee build(deps): bump github.com/mitchellh/mapstructure from 1.4.1 to 1.4.2 dependabot[bot] 2021-09-15 19:28:52 +0000
  • 6a29539e59 build(deps): bump gopkg.in/ini.v1 from 1.63.1 to 1.63.2 dependabot[bot] 2021-09-16 17:21:31 +0000
  • fa3412d7ea fix cannot write hidden file without extension (#1017) Séra Zoltán 2021-01-15 15:19:47 +0200
  • a1f26b11bd Add test for cannot write hidden file without extension Séra Zoltán 2021-01-15 15:18:17 +0200
  • 46a61e6fbd Fixes #1062 Séra Zoltán 2021-01-15 10:29:58 +0200
  • e606f7496e fix: made `InConfig` process paths correctly Vasily Ovchinnikov 2021-06-01 16:13:11 +0200
  • a0f1caa4ed
    docs: document a decision about Go version support Mark Sagi-Kazar 2021-09-16 09:04:54 +0200
  • 2062cd6ee6
    Fix codeql workflow Márk Sági-Kazár 2021-09-15 21:19:19 +0200
  • c4687f7766 Add CodeQL analysis workflow Mark Sagi-Kazar 2021-09-15 20:49:15 +0200
  • 5a4d2a0519 chore(deps): update crypt library fork Mark Sagi-Kazar 2021-09-15 20:44:04 +0200
  • 6937864bf6 chore(deps): update go-ini dependency Mark Sagi-Kazar 2021-09-15 18:21:26 +0200
  • e897cbf546 build(deps): bump github.com/pelletier/go-toml from 1.9.3 to 1.9.4 dependabot[bot] 2021-09-06 17:20:45 +0000
  • eb876e1a15 update readme.md 连修明 2021-08-30 14:48:16 +0800
  • 38e00eefc4 Bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.1 dependabot[bot] 2021-08-25 17:29:24 +0000
  • 5c0d079c4e ci: run builds on Go 1.17 Mark Sagi-Kazar 2021-08-24 23:17:27 +0200
  • cf6565fd72 Bump github.com/spf13/cast from 1.4.0 to 1.4.1 dependabot[bot] 2021-08-16 17:22:16 +0000
  • a7cfd8b8e0
    Fix bug report template Márk Sági-Kazár 2021-07-30 03:38:09 +0200
  • 294bb31a4b
    Add Go version to bug report tempplate Márk Sági-Kazár 2021-07-30 03:37:33 +0200
  • f2053fabba Bump github.com/spf13/cast from 1.3.1 to 1.4.0 dependabot[bot] 2021-07-27 17:35:08 +0000
  • d2e3a7e5c2
    docs: document some architectural decisions Mark Sagi-Kazar 2021-07-20 23:54:12 +0200
  • ab4b05adc6 chore: add GitHub issue forms Mark Sagi-Kazar 2021-07-14 03:47:45 +0200
  • e866eaa591 Update feedback_pull_request.yml Márk Sági-Kazár 2021-07-12 19:48:13 +0200
  • bc5df54485 Update feedback_issue.yml Márk Sági-Kazár 2021-07-12 19:48:02 +0200
  • 409a7ba1d6 Bump actions/github-script from 3 to 4.0.2 dependabot[bot] 2021-07-12 17:44:45 +0000
  • 489df740ac Update dependabot.yml Márk Sági-Kazár 2021-07-12 19:42:18 +0200
  • 899b682f8c Create dependabot.yml Matthieu MOREL 2021-07-11 21:49:08 +0200
  • 030b739e60
    docs: add section about decoding formats Mark Sagi-Kazar 2021-06-25 14:49:58 +0200
  • a02f9864fa feat(encoding): Integrate the new encoding package into Viper Mark Sagi-Kazar 2020-09-23 17:46:17 +0200
  • 699d749768 feat(encoding): Add toml codec Mark Sagi-Kazar 2020-09-23 16:51:49 +0200
  • 6f15444771 feat(encoding): Add hcl codec Mark Sagi-Kazar 2020-09-23 16:45:59 +0200
  • 186266359b feat(encoding): Add json codec Mark Sagi-Kazar 2020-09-23 16:39:41 +0200
  • 0e854bf27b feat(encoding): Add yaml codec Mark Sagi-Kazar 2020-05-09 12:23:37 +0200
  • a00caae79f feat(encoding): Encoder/Decoder registry implementations Mark Sagi-Kazar 2019-12-06 10:53:24 +0100
  • bd03865899 Add a proper processing for pflag.StringArray v1.8.1 Mikhail f. Shiryaev 2021-06-23 13:24:02 +0200
  • 3fcad43618 update %s to %w lmx-Hexagram 2021-04-07 09:35:18 +0800
  • faa8ba0c53 chore: update gotestsum v1.8.0 Mark Sagi-Kazar 2021-06-16 03:04:04 +0200
  • 65ee98690c chore(lint): fix gofumpt Mark Sagi-Kazar 2021-06-16 03:02:27 +0200
  • 04ef5fa07d chore: update golangci-lint Mark Sagi-Kazar 2021-06-16 03:01:53 +0200
  • acd965b54e Add ini load options argument Carlos Henrique Guardão Gandarez 2021-01-26 16:18:05 -0300
  • 5f4d053c3e chore(deps): update dependencies Mark Sagi-Kazar 2021-06-16 01:34:14 +0200
  • dd57ae6279 chore(deps): update etcd Mark Sagi-Kazar 2021-06-16 01:32:15 +0200
  • cdb5e5976f Fix merging a key into a nil target Carolyn Van Slyck 2021-05-12 17:09:19 -0500
  • 36be6bf91f feat: make sure Viper compiles on WASM Mark Sagi-Kazar 2021-04-22 11:35:02 +0200
  • 727a41c38a doc: add a note about concurent Get/Set to godoc Chris Waldon 2021-04-13 09:12:40 -0400
  • cb41ae0ab8 doc: discuss concurrency in README Chris Waldon 2021-04-13 09:09:33 -0400
  • 7fdb267c73 chore: update dependencies Mark Sagi-Kazar 2021-04-15 18:05:59 +0200
  • 52536944d5 ci: add Go 1.16 to build matrix Mark Sagi-Kazar 2021-03-15 09:12:23 +0100
  • fb4eafdd97
    fix INI saving panics (#1075) r-stepanenko 2021-03-10 16:46:19 +0300
  • 3c7b44f0bc
    Update afero version (CVE-2020-14040) (#1090) bridgetbarnes 2021-03-11 00:45:23 +1100
  • 4613c4a95f docs: move troubleshooting to a new document Mark Sagi-Kazar 2021-02-15 07:45:35 +0100
  • a86148e76e docs: add note about go modules to the readme Mark Sagi-Kazar 2021-02-15 07:44:25 +0100
  • e66f940bcc docs: add troubleshooting guide about package not being found Mark Sagi-Kazar 2021-02-15 07:43:37 +0100
  • d10c856f6c Add discussions to issue links Mark Sagi-Kazar 2021-01-11 03:54:14 +0100
  • da70fee083
    Add troubleshooting about unmarshaling Márk Sági-Kazár 2020-12-17 22:13:27 +0100
  • 99da8b22a1
    Add labels to issue templates Mark Sagi-Kazar 2020-12-11 17:36:00 +0100
  • 811f0e6937
    Add issue and PR templates Mark Sagi-Kazar 2020-12-11 17:33:03 +0100
  • bba82cfc61 docs: add run on repl.it badge with example Mark Sagi-Kazar 2020-12-03 01:41:13 +0100
  • 6ddd35486b Always quote $@ Benjamin Lee 2020-11-27 12:48:08 +1100
  • 493643fd5e
    Update README.md Márk Sági-Kazár 2020-11-03 14:29:48 +0100
  • f415025b98 Fix a minor typo in README.md Pablo Santiago Blum de Aguiar 2020-10-30 15:37:50 +0100
  • 4938331709 fix typo Meysam GanJi 2020-10-12 10:39:31 +0330
  • 8c89438499
    docs: improve AutomaticEnv documentation Mark Sagi-Kazar 2020-10-08 02:46:11 +0200
  • 33bcdc91ea
    Added support for accessing slices (#861) dylandreimerink 2020-10-04 20:07:34 +0200
  • 44e6ee8945
    Use pull_request_target event in PR feedback Mark Sagi-Kazar 2020-10-03 17:48:34 +0200
  • 656b8771b8
    Revert "Remove pull request feedback" Mark Sagi-Kazar 2020-10-03 17:48:08 +0200
  • 0a45372c6c
    Remove pull request feedback Mark Sagi-Kazar 2020-10-01 22:37:29 +0200
  • 82c2ddf493 Fix tests broken by mapstructure update Mark Sagi-Kazar 2020-09-30 14:20:00 +0200