Mark Sagi-Kazar
d56d426333
chore: update crypt package
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2024-08-28 23:52:53 +02:00
Mark Sagi-Kazar
daadc9b042
chore: update toml package
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2024-08-28 23:43:52 +02:00
Mark Sagi-Kazar
cc53fac037
update viper
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2024-07-23 20:08:19 +02:00
Mark Sagi-Kazar
852d126bfa
chore: update dependencies
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2024-07-23 19:55:34 +02:00
Mark Sagi-Kazar
3c40652f77
chore(deps): update crypt
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2024-07-20 15:13:56 +02:00
dependabot[bot]
a0ece6a20f
build(deps): bump google.golang.org/grpc in /remote
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.64.0 to 1.64.1.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.64.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-07-10 14:37:12 +02:00
Mark Sagi-Kazar
3f40d9a463
update viper
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2024-07-01 06:13:14 +02:00
Mark Sagi-Kazar
e71d7bf15c
chore(remote): update viper
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2024-06-24 20:23:09 +02:00
Mark Sagi-Kazar
35a46059e3
chore(remote): update viper
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2024-06-24 17:23:16 +02:00
Mark Sagi-Kazar
a11ee9ae99
chore(remote): update viper
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2024-06-20 14:00:45 +02:00
Mark Sagi-Kazar
6e4ab18b86
chore: update crypt
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2024-06-20 10:26:58 +02:00
Mark Sagi-Kazar
a50cdb2a7d
feat(remote): update viper version
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2024-06-06 15:10:21 +02:00
Mark Sagi-Kazar
7ad8e1ea01
feat: make the remote package a separate module
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2024-06-06 15:08:05 +02:00
Oleksandr Redko
36a38682ba
Review changes
2023-12-06 19:07:50 +07:00
Oleksandr Redko
f0c4ccd6cd
fix: gocritic lint issues
2023-12-06 19:07:50 +07:00
John Hooks
1e811d1f02
Add NATS support
2023-09-08 15:32:50 +02:00
Astone
0755477020
feat: add multiple endpoints support for remote
2023-01-19 16:34:22 +01:00
Mark Sagi-Kazar
433821fa47
feat: add etcd3 support to remote
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2022-05-26 17:01:59 +02:00
Mark Sagi-Kazar
5a4d2a0519
chore(deps): update crypt library fork
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2021-09-15 21:08:07 +02:00
Mark Sagi-Kazar
a5152092c6
Improve lint rules
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2020-09-11 17:53:37 +02:00
Alexey Maslov
9c81997cb1
added firestore support.
2020-02-20 00:36:32 +01:00
Alexey Maslov
502400c0d9
changed github.com/xordataexchange/crypt to github.com/bketelsen/crypt.
2020-02-20 00:36:32 +01:00
Mark Sagi-Kazar
7b5adba788
Fix whitespace
2019-12-06 13:00:52 +01:00
Mark Sagi-Kazar
cea8b9dfcd
Fix goimports
2019-12-06 13:00:52 +01:00
Lars Lehtonen
583f79b3ea
remote: fix two dropped errors
2019-09-27 21:42:20 +02:00
Adam Sherwood
1a0c4a370c
Feature/write config ( #287 )
...
* Added method to write into TOML file.
* Added functionality to export configuration based on config type. The feature supports JSON and TOML.
* Added method to write into YAML file.
* Fixed the issue of incorrect defer and error checking order. The error checking must be first otherwise it will cause panic.
* Add WriteConfig methods
* Add support for toml
* Add shared write function and safe methods
* Fix incorrectly modified imports
* Remove extra comments
* Fix spelling
* Make marshal spelling consistent throughout
* Add support for remaining configuration types
This commit moves a significant portion of the code back to viper.go to
facilitate having access to the object when reading the files. The purpose is to
add properties to the viper object at read time, so that we can add the comments
back to the file when writing.
* Add tests for each written file type
* Modify test for updated HCL specification
* Modify to only support HCL write in Go 1.7
* Revert "Modify to only support HCL write in Go 1.7"
This reverts commit 12b34bc4eb92cbf8ebfd56b79519f448607e3e51.
* Need to truncate the file before writing
* Write all settings including overrides
* Use filename variable
* Lint remote.go
* Fix toml return count error
2017-12-06 23:26:31 -05:00
Nick Miyake
8ac2e2e20f
Run gofmt on all existing code
...
Also:
* Add check to .travis.yml that verifies that all code is gofmt-compliant
* Touch up some newlines
See #351
2017-07-22 23:47:47 -06:00
Wolfgang Friedl
84f94806c6
Avoid the start of go-routines which are never get stopped
2017-03-15 14:43:09 +01:00
Bjørn Erik Pedersen
0b5690fd87
Revert "remote: Avoid the start of go-routines which are never get stopped"
...
This reverts commit 11ca61e888
.
2017-03-15 08:10:26 +01:00
Wolfgang Friedl
11ca61e888
remote: Avoid the start of go-routines which are never get stopped
2017-03-15 08:08:46 +01:00
bep
be5ff3e484
Make the remote features optional
2015-05-30 21:28:45 +02:00