Paweł Żak
|
2e246d0270
|
chore(linter): Address findings for `staticcheck->QF1001` - Apply De Morgan’s law (#16881)
|
2025-04-30 17:43:13 +01:00 |
Paweł Żak
|
f8af593d33
|
chore: Fix linter findings for `revive:enforce-slice-style` in `plugins/parsers`, `plugins/processors`, `plugins/secretstores` and `plugins/serializers` (#15980)
|
2024-10-15 13:02:45 +02:00 |
Sven Rebhan
|
d160276552
|
feat(logging): Add 'trace' log-level (#15695)
|
2024-08-01 00:32:24 +02:00 |
Sven Rebhan
|
94e45a1e66
|
fix(parsers.xpath): Allow resolving extensions (#15586)
|
2024-07-02 12:58:27 -06:00 |
Joshua Powers
|
71718fba7d
|
chore: Update removal dates to either v1.35.0 or v1.40.0 (#15452)
|
2024-06-05 15:19:47 -05:00 |
Viktor Szépe
|
31a1d34d99
|
chore: Fix typos throughout codebase (#15338)
|
2024-05-31 10:26:37 +02:00 |
Sven Rebhan
|
71b58ddaf5
|
chore(log): Restructure and cleanup logging code (#15234)
|
2024-05-10 16:43:43 -05:00 |
Sven Rebhan
|
7adc32efcd
|
chore(parsers.xpath): Add tracing mode to output empty-node-selection messages (#14939)
|
2024-03-06 09:46:10 -06: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 |
Sven Rebhan
|
806b7cd67f
|
fix(parsers.xpath): Handle protobuf maps correctly (#13719)
|
2023-08-07 15:50:49 -06:00 |
Lucas Chiesa
|
3f8e916455
|
feat(parsers.xpath): Add option to store fields as base64 (#13690)
|
2023-07-28 08:09:23 -06:00 |
Sven Rebhan
|
da28cfdb43
|
fix(parsers.xpath): Ensure precedence of explicitly defined tags and fields (#13662)
|
2023-07-26 09:44:22 -06:00 |
Sven Rebhan
|
64f6c97d13
|
fix(parsers.xpath): Improve handling of complex-type nodes (#13660)
|
2023-07-26 07:11:25 -06:00 |
Sven Rebhan
|
10f735c2cc
|
fix(parsers.xpath): Fix field-names for arrays of simple types (#13665)
|
2023-07-25 07:35:32 -06:00 |
Sven Rebhan
|
57bcdaf695
|
fix(parsers.xpath): Handle explicitly defined fields correctly (#13550)
|
2023-07-06 16:16:35 +02:00 |
Sven Rebhan
|
c35cabda9e
|
feat(parsers.xpath): Add Concise Binary Object Representation parser (#13480)
|
2023-06-28 15:26:50 -06:00 |
Sven Rebhan
|
7ced2606b2
|
chore(parsers)!: Remove old-style creation (#13310)
|
2023-05-23 14:17:11 -06:00 |
Sven Rebhan
|
bea5414384
|
feat(parsers.xpath): Add timezone handling (#12820)
|
2023-03-13 12:17:14 +01:00 |
Thomas Casteleyn
|
6a2f6f301f
|
chore: eliminate unnecessary use of quoted strings in printf (#12722)
|
2023-02-23 06:49:36 -07:00 |
Paweł Żak
|
4201f24020
|
chore: Fix linter findings for errorlint (part2) (#12702)
Co-authored-by: Pawel Zak <Pawel Zak>
|
2023-02-22 12:08:46 +01:00 |
Paweł Żak
|
743e023f84
|
chore: Fix linter findings for makezero (part1) (#12254)
|
2022-11-21 21:07:07 +01:00 |
Sven Rebhan
|
e311435753
|
feat(parsers.xpath): Allow to specify byte-array fields to encode in HEX (#11999)
|
2022-11-21 20:56:02 +01:00 |
Thomas Casteleyn
|
453f36e8ef
|
chore(parsers.xpath): Add correct deprecation tags (#11986)
|
2022-10-31 07:42:50 -06:00 |
Sven Rebhan
|
8ca3b9262a
|
feat(parsers.xpath): Add option to skip (header) bytes (#11933)
|
2022-10-11 09:27:07 -06:00 |
Sven Rebhan
|
758f2cba7a
|
fix(parser.xpath): Handle floating-point times correctly (#11875)
|
2022-10-03 08:32:52 -06:00 |
Sven Rebhan
|
ff17ede62d
|
feat(parsers.xpath): Add support for returning underlying data-types (#11558)
|
2022-07-28 07:18:55 -05:00 |
Sven Rebhan
|
e5bcc274ca
|
fix: Bring back old xpath section names (#11335)
|
2022-06-29 23:30:58 +02:00 |
Sven Rebhan
|
3f114e0921
|
feat: Migrate json_v2 parser to new style (#11343)
|
2022-06-22 13:50:43 -06:00 |
Thomas Casteleyn
|
2424852aa7
|
fix(parsers/xpath): Reduce debug messages when empty selection is allowed (#11302)
|
2022-06-15 13:10:02 -06:00 |
Sven Rebhan
|
0d96968819
|
feat: Migrate xpath parser to new style (#11218)
|
2022-06-08 13:39:02 -06:00 |
Thomas Casteleyn
|
9a6816782b
|
feat: do not error if no nodes found for current config with xpath parser (#11102)
|
2022-05-19 09:00:23 -06:00 |
Sven Rebhan
|
6f0c5afe48
|
fix: fix handling of imports in protocol-buffer definitions (#10798)
|
2022-03-23 09:28:17 -06:00 |
Sven Rebhan
|
9387fb602d
|
feat: Add tag batch-processing to XPath parser (#10585)
|
2022-02-24 15:09:33 -07:00 |
Paweł Żak
|
8e85a67ee1
|
fix: Linter fixes for plugins/parsers/[a-z]* (#10145)
|
2021-11-24 11:52:51 -07:00 |
Sven Rebhan
|
c076398440
|
fix: Fix panic for non-existing metric names (#9757)
|
2021-09-15 11:58:40 -06:00 |
Sven Rebhan
|
25413b2b6d
|
XPath parser extension to allow parsing of JSON, MessagePack and Protocol-buffers (#9277)
|
2021-07-01 16:48:16 -04:00 |