Paweł Żak
|
0804ccef4e
|
chore(linters): Enable `string-format` rule for revive (#15983)
|
2024-10-09 09:07:46 +02:00 |
Paweł Żak
|
9415d8e7e9
|
chore(linters): Enable `import-alias-naming` and `redundant-import-alias` rules for revive (#15836)
|
2024-10-01 13:49:53 -05:00 |
Paweł Żak
|
253a114622
|
chore: Fix linter findings for `revive:comment-spacings` (part 3) (#15898)
|
2024-09-19 11:05:35 +02:00 |
Dane Strandboge
|
19737fcb52
|
chore(linters): Fix remaining errcheck warnings (#15518)
Co-authored-by: Joshua Powers <powersj@fastmail.com>
|
2024-07-10 12:51:25 +02:00 |
Paweł Żak
|
ae7fbc5082
|
chore(linters): Replace 'fmt.Errorf' with 'errors.New' wherever possible (#14698)
|
2024-02-08 11:32:30 -06:00 |
Andreas Deininger
|
5f5a56ed01
|
docs: Fix typos (#14376)
|
2024-01-05 22:34:02 +01:00 |
Robert
|
4e84fc8925
|
feat(socket_listener): Add vsock support to socket listener and writer (#14172)
|
2023-10-25 15:13:37 -06:00 |
Sven Rebhan
|
9bb2d1562d
|
chore(serializers): Add new-style framework and migrate influx (#12920)
|
2023-04-11 21:52:42 +02:00 |
Paweł Żak
|
9608d118bd
|
chore: Don't use all default exclude patterns for golangci-lint (#12969)
Co-authored-by: Pawel Zak <Pawel Zak>
|
2023-03-29 09:50:00 +02:00 |
Paweł Żak
|
39d6b1d5cb
|
chore: Fix linter findings for errorlint (part3) (#12704)
Co-authored-by: Pawel Zak <Pawel Zak>
|
2023-02-22 13:38:16 +01:00 |
Paweł Żak
|
6816aefcd5
|
chore: fix linter findings for unparam and revive.unused-parameter (#12150)
|
2022-11-08 12:04:12 -07:00 |
Sebastian Spaink
|
f38c9f2a45
|
chore: Resolve deprecated linter issues (#12051)
|
2022-10-19 18:32:53 +02:00 |
Sebastian Spaink
|
d67f75e557
|
docs: Remove warning not to remove go:embed (#11797)
Co-authored-by: Joshua Powers <powersj@fastmail.com>
|
2022-09-13 12:47:58 -05:00 |
Joshua Powers
|
8c49ddccc3
|
chore: update to go1.19.1 (#11776)
|
2022-09-08 12:49:36 -06:00 |
Joshua Powers
|
2fc19fa308
|
chore: correctly spell embed (#11200)
|
2022-05-27 07:13:47 -06:00 |
Sven Rebhan
|
d9a6d8b774
|
chore: embed sample configurations into README for outputs (#11182)
|
2022-05-25 08:48:59 -06:00 |
Sebastian Spaink
|
a7df6c6aa6
|
feat: migrate output plugins to new sample config format (#10910)
|
2022-04-07 15:55:03 -06:00 |
Paweł Żak
|
64bc0ae9c0
|
fix: Linter fixes for plugins/outputs/[p-z]* (#10139)
Co-authored-by: Pawel Zak <Pawel Zak>
|
2021-11-24 12:33:45 -07:00 |
Sven Rebhan
|
9853bf6c54
|
Get rid of deprecated internal.{Duration,Size,Number} (#8969)
|
2021-04-09 13:15:04 -04:00 |
Daniel Nelson
|
c73ed8ca6c
|
Export internal/tls package for use in execd plugins (#7697)
|
2020-06-25 11:44:22 -07:00 |
William Austin
|
59acbd4f13
|
Add ContentEncoder to socket_writer for datagram sockets (#7417)
|
2020-04-30 13:21:34 -07:00 |
Daniel Nelson
|
4197426a73
|
Ignore errors serializing single metrics (#5943)
|
2019-06-03 17:34:48 -07:00 |
Daniel Nelson
|
59f0a5354f
|
Log if connection is closed on write error
|
2018-05-29 16:10:27 -07:00 |
Daniel Nelson
|
de355b76d6
|
Simplify testing with TLS (#4095)
|
2018-05-04 16:33:23 -07:00 |
Daniel Nelson
|
1486ae25c0
|
Tidy up last change to socket listener/writer
|
2018-04-17 17:48:30 -07:00 |
Bob Shannon
|
0b4f4b089f
|
Add TLS support to socket_writer and socket_listener plugins (#4021)
|
2018-04-17 17:02:04 -07:00 |
Patrick Hemmer
|
52c19af0ba
|
fix close on closed socket_writer (#2748)
|
2017-05-02 11:06:49 -07:00 |
Daniel Nelson
|
052e88ad5e
|
Fix grammar
|
2017-04-27 14:59:18 -07:00 |
Patrick Hemmer
|
8f5cd6c2ae
|
add keep-alive support to socket_listener & socket_writer (#2697)
closes #2635
|
2017-04-24 13:14:42 -07:00 |
Patrick Hemmer
|
b3537ef2a8
|
add socket listener & writer (#2094)
closes #1516
closes #1711
closes #1721
closes #1526
|
2017-02-02 16:24:03 +00:00 |