Bernd Verst
fe466beaa2
Fix 3204: consul to accept hostnames again ( #3211 )
...
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-11-06 13:11:51 -08:00
Alessandro (Ale) Segala
8680e2785a
Local file-based name resolver with SQLite ( #3178 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Josh van Leeuwen <me@joshvanl.dev>
Co-authored-by: Bernd Verst <github@bernd.dev>
2023-11-01 15:49:22 -07:00
Abdulaziz Elsheikh
b3436837f2
Consul name resolution in-memory cache ( #3121 )
...
Signed-off-by: Abdulaziz Elsheikh <abdulaziz.elsheikh@gmail.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2023-10-13 08:52:54 -07:00
Artem Bakuta
fe5ce08349
[WIP] ipv6 formatting fixed ( #3075 )
...
Signed-off-by: Jhoysbou <neeroll21@gmail.com>
Co-authored-by: Bernd Verst <github@bernd.dev>
2023-09-01 21:46:29 +00:00
Yaron Schneider
a8aa194329
Add insecureskipverify warnings ( #3090 )
...
Signed-off-by: yaron2 <schneider.yaron@live.com>
2023-08-18 16:23:51 +00:00
Alessandro (Ale) Segala
608e4cb8a9
Add appId to consul default checks (re-do of #2490 ) ( #2980 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: AlbertHuang <r.albert.huang@gmail.com>
2023-07-20 10:47:54 -07:00
ItalyPaleAle
87a27a437e
💄
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-24 19:13:58 +00:00
ItalyPaleAle
002d77c8ac
Reverted changes and fixed tests
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-24 01:07:17 +00:00
ItalyPaleAle
2cc740cfaf
Set DeregisterCriticalServiceAfter
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-24 00:32:26 +00:00
ItalyPaleAle
184aa66543
Fixes
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-24 00:16:40 +00:00
ItalyPaleAle
d0a1efaca3
De-register service before attempting to register again
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-23 21:54:16 +00:00
ItalyPaleAle
83717272a2
Significant improvements to shuffling of results
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-23 19:52:40 +00:00
ItalyPaleAle
5e44a2a4e0
Misc fixes to consul nameresolver
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-23 19:45:10 +00:00
Bernd Verst
e87cd5e4cb
Go 1.19 support and linter fixes ( #1975 )
...
* Go 1.19 support and linter fixes
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Update workflows for Go1.19 and new linter version
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Remove unnecessary space in nolint directive
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* disable additional linters which aren't used because of Go generics
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* enable gosec linter again
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Update bindings/zeebe/command/publish_message_test.go
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Update bindings/output_binding.go
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Use prepared statement for mysql table creation
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Ping is not ping
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* c'mon linter
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Fix MySQL gosec issue
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* revert mysql to be fixed later
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-18 00:45:23 -07:00
shiling02404
6d0636ebab
add id when registering services to consul ( #1802 )
2022-06-21 06:41:07 -07:00
Dmitry Shmulevich
c7adb917f3
update license to Apache v2.0 ( #1406 )
2022-01-04 19:53:31 -08:00
Long Dai
988fed05ab
ci: standard linter config ( #1102 )
...
* ci: standard linter config
Signed-off-by: Long <long.dai@intel.com>
* Update utils.go
* fix pulsar issue
Signed-off-by: Long <long.dai@intel.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
2021-09-21 15:21:59 -07:00
Long Dai
4ee732e0bd
ci: enable gofumt linter ( #887 )
...
Signed-off-by: Long Dai <long0dai@foxmail.com>
2021-05-27 22:21:24 -07:00
Abdulaziz Elsheikh
1d5ab57db6
Consul nameresolution component ( #750 )
...
* nr_consul component initial commit
* nr_consul added missing config prop in metadata
* nr_consul additional tests, improvement around queryOptions defaults
* nr_consul added documentation
* nr_consul fixes to satisfy linting rules
* nr_consul removed default behaviour around tags, readme cleanup
* nr_consul fix on abstraction
* nr_consul fix service resolution
* nr_consul changed rand to fix lint issue
* nr_consul fix typo
* nr_consul refactor error logs, fix panic risk, validate port int
* nr_consul removed need for testify/mock dependency - credit to @pkedy
* nr_consul refactored di approach and fix lint issues
* nr_consul updated readme
* nr_consul added mapping layer between custom and api types for configuration, renamed clientConfig to client
* nr_consul remove trailing white space
* nr_consul updated readme and cleanup
* nr_consul changed logger import inline with #807
* nr_consul changed logger import inline with #807
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
Co-authored-by: Phil Kedy <phil.kedy@gmail.com>
2021-04-21 13:26:29 -04:00