Sven Rebhan
|
3b705f2aa0
|
feat(outputs.postgresql): Allow limiting of column name length (#16041)
|
2024-11-13 01:29:06 -06:00 |
Sven Rebhan
|
61902ba15a
|
docs(outputs): Add plugin metadata and update description (#16061)
|
2024-10-28 18:00:22 +01:00 |
Sven Rebhan
|
13d053f917
|
chore(outputs): Fix line-length in READMEs (#16079)
Co-authored-by: Dane Strandboge <136023093+DStrand1@users.noreply.github.com>
|
2024-10-25 16:46:51 +02:00 |
Paweł Żak
|
c4bce2d211
|
chore: Fix linter findings for `revive:enforce-slice-style` in `plugins/outputs` (#16032)
|
2024-10-18 13:06:42 +02:00 |
Paweł Żak
|
ce0f4b0dc8
|
chore: Fix linter findings for `revive:enforce-map-style` in `plugins/outputs` (#15981)
|
2024-10-16 12:36:53 +02:00 |
Paweł Żak
|
438653591b
|
chore(linters): Fix findings found by `testifylint`: `go-require` for `plugins/outputs` (#15985)
|
2024-10-09 09:33:36 -05:00 |
Paweł Żak
|
253a114622
|
chore: Fix linter findings for `revive:comment-spacings` (part 3) (#15898)
|
2024-09-19 11:05:35 +02:00 |
Paweł Żak
|
686ff791ba
|
chore: Fix linter findings for `revive:enforce-repeated-arg-type-style` in `plugins/outputs` and `plugins/parsers` (#15847)
|
2024-09-11 14:57:14 -05:00 |
Sven Rebhan
|
c3e53193d2
|
feat(logging): Implement structured logging (#15751)
Co-authored-by: Thomas Casteleyn <thomas.casteleyn@me.com>
|
2024-09-06 15:52:22 -05:00 |
Sven Rebhan
|
d160276552
|
feat(logging): Add 'trace' log-level (#15695)
|
2024-08-01 00:32:24 +02:00 |
Sven Rebhan
|
ef41198481
|
chore(logging): Implement early logging (#15629)
|
2024-07-26 09:09:21 -06: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
|
1422c09294
|
test(linters): Enable `testifylint`: `blank-import`, `float-compare`, `negative-positive`, `nil-compare` and `useless-assert` (#15566)
|
2024-07-01 15:00:13 +02:00 |
Sven Rebhan
|
71b58ddaf5
|
chore(log): Restructure and cleanup logging code (#15234)
|
2024-05-10 16:43:43 -05:00 |
Thomas Casteleyn
|
43c8db95d8
|
docs(outputs.postgresql): Add example to create index for tag columns (#15322)
|
2024-05-08 11:23:53 -05:00 |
Andreas Deininger
|
01c00d69fb
|
chore: Fix typos (#15114)
|
2024-04-09 20:00:52 +02:00 |
Sven Rebhan
|
506698056e
|
feat(outputs.postgresql): Allow configuration of startup error handling (#15073)
|
2024-03-29 13:15:26 -05:00 |
Joshua Powers
|
57ed9fd330
|
feat(outputs.postgresql): Add secret store support (#15041)
|
2024-03-27 10:02:08 -05: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 |
Paweł Żak
|
89a235c620
|
chore(linters): Enable perfsprint linter and fix all findings. (#14208)
|
2023-10-30 06:14:16 -06:00 |
Paweł Żak
|
12065fd152
|
chore(linters): Fix findings found by testifylint: require-error (#14181)
|
2023-10-25 15:04:00 -06:00 |
Sven Rebhan
|
71905a7758
|
feat(outputs.postgresql): Add option to create time column with timezone (#13763)
|
2023-08-25 07:18:08 -06:00 |
Sven Rebhan
|
17c7c0252b
|
feat(outputs.postgresql): Add option to rename time column (#13750)
|
2023-08-15 18:50:58 +02:00 |
Sven Rebhan
|
61cf18c821
|
chore: Check logging functions like printf (#13743)
|
2023-08-09 15:02:36 -06:00 |
Joshua Powers
|
2ac45b8d25
|
chore: Enable additional gocritic (#13714)
|
2023-08-03 18:58:27 +02:00 |
Paweł Żak
|
55e4bb6808
|
chore: Enable G103 rule for gosec (#13038)
|
2023-04-12 07:32:46 -06:00 |
Paweł Żak
|
c76f319b84
|
chore: Remove `revive:unhandled-error` - `errcheck` is more flexible (#13008)
|
2023-04-03 07:19:43 -06:00 |
feld
|
f48b834a14
|
docs(outputs.postgresql): Improve TimescaleDB config examples (#12829)
|
2023-03-09 16:05:28 -07:00 |
Thomas Casteleyn
|
6a2f6f301f
|
chore: eliminate unnecessary use of quoted strings in printf (#12722)
|
2023-02-23 06:49:36 -07: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 |
Joshua Powers
|
0fd618ef84
|
docs(outputs.postgresql): Update URL for sql template (#12691)
|
2023-02-17 09:46:15 +01:00 |
Paweł Żak
|
9a0cecc788
|
chore: Fix linter findings for nolintlint (part3) (#12613)
Co-authored-by: Pawel Zak <Pawel Zak>
|
2023-02-07 17:06:12 +01:00 |
Thomas Casteleyn
|
61523bd4b9
|
feat(tools/readme_linter): Check for global configuration section (#12426)
|
2023-01-12 16:55:21 +01:00 |
Paweł Żak
|
86cd0c0c24
|
chore: Fix linter findings for makezero (part4) (#12410)
|
2022-12-20 11:42:09 +01:00 |
Paweł Żak
|
74703d092b
|
chore: Fix linter findings for prealloc (part2) (#12242)
|
2022-11-15 09:31:51 +01:00 |
feld
|
0132eabcf1
|
docs(outputs.postgresql): fix example template queries that manage a view (#12190)
|
2022-11-08 15:47:30 -07:00 |
Paweł Żak
|
6816aefcd5
|
chore: fix linter findings for unparam and revive.unused-parameter (#12150)
|
2022-11-08 12:04:12 -07:00 |
Paweł Żak
|
8e9a513157
|
chore: Wrap long lines in plugins/outputs (#12179)
|
2022-11-08 16:05:55 +01:00 |
Joshua Powers
|
49ac03fa80
|
docs: add global configuration header (#12107)
|
2022-10-26 14:58:36 -05:00 |
Paweł Żak
|
9d9eb403a6
|
chore: Review of //nolint comments (#12088)
|
2022-10-26 12:06:08 +02:00 |
Paweł Żak
|
5878278fca
|
chore: resolve linter issues for unhandled-error (#11969)
|
2022-10-12 14:23:53 -06: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
|
49cd0a8131
|
feat(outputs.postgresql): add Postgresql output (#11672)
|
2022-08-25 13:33:23 -06:00 |