Joshua Powers
|
564f24a0a4
|
chore: Enable additional gocritic (#13713)
|
2023-08-03 16:11:26 +02:00 |
Thomas Casteleyn
|
61523bd4b9
|
feat(tools/readme_linter): Check for global configuration section (#12426)
|
2023-01-12 16:55:21 +01:00 |
Joshua Powers
|
49ac03fa80
|
docs: add global configuration header (#12107)
|
2022-10-26 14:58:36 -05: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 |
reimda
|
34eff493ae
|
chore: Fix readme linter errors for processor, aggregator, and parser plugins (#10960)
|
2022-06-06 17:04:28 -06:00 |
Joshua Powers
|
2fc19fa308
|
chore: correctly spell embed (#11200)
|
2022-05-27 07:13:47 -06:00 |
Sven Rebhan
|
e04d62dd16
|
chore: Embed sample configurations into README for processors (#11189)
|
2022-05-25 08:59:41 -06:00 |
Sebastian Spaink
|
d345348834
|
chore(processors): migrate sample configs into separate files (#11125)
|
2022-05-18 11:29:43 -05:00 |
Eng Zer Jun
|
81090be35d
|
refactor: replace strings.Replace with strings.ReplaceAll (#11079)
|
2022-05-11 09:53:34 -06:00 |
Sebastian Spaink
|
be0008f9e2
|
feat: migrate processor plugins to new sample config format (#10913)
|
2022-04-06 14:49:41 -06:00 |
Paweł Żak
|
2b1a79f327
|
fix: Linter fixes for plugins/processors/[a-z]* (#10161)
Co-authored-by: Pawel Zak <Pawel Zak>
|
2021-11-24 12:38:08 -07:00 |
Joshua Powers
|
4605c977da
|
chore: clean up all markdown lint errors in processor plugins (#10157)
|
2021-11-24 11:47:11 -07:00 |
Logan
|
370836d436
|
Add UTF-8 sanitizer to Strings plugin (#9118)
Adds a new option for the Strings processer to sanitize strings so that they conform to utf-8
|
2021-04-29 19:46:36 -05:00 |
David Bennett
|
842a788022
|
Remove error return type from metric.New method (#9116)
* Remove error return type from metric.New method.
* Formatting changes for linter + gofmt
* Additional linter fixes.
* More linter fixes.
* Linter fix.
* address comments
|
2021-04-13 14:40:03 -04:00 |
Paweł Żak
|
ba66d4facb
|
Revive fixes - part 1 (#8797)
* Revive fixes regarding following set of rules:
[rule.blank-imports]
[rule.context-as-argument]
[rule.context-keys-type]
[rule.dot-imports]
[rule.error-return]
[rule.error-strings]
[rule.indent-error-flow]
[rule.errorf]
|
2021-02-08 11:18:40 -05:00 |
Manthan Sharma
|
ae22db4b81
|
Add support for titlecase transformation to strings processor (#6982)
|
2020-02-04 17:32:41 -08:00 |
Daniel Nelson
|
cdb00d6fe7
|
Add base64decode operation to string processor (#6740)
|
2019-12-03 11:48:02 -08:00 |
Russ Savage
|
ef4f4eed3a
|
Add left function to string processor (#6189)
|
2019-07-31 16:55:25 -07:00 |
Greg
|
bdb4598b3f
|
Add support for field/tag keys to strings processor (#6129)
|
2019-07-19 13:16:54 -07:00 |
Daniel Nelson
|
3fbfe3acd2
|
Fix usage of loop variable in function closure (#5195)
|
2018-12-27 13:08:19 -08:00 |
Trevor Pounds
|
ee056278f5
|
Enable gofmt code simplification (#4887)
|
2018-10-19 13:32:54 -07:00 |
Bo Zhao
|
8cbd39501b
|
Add replace function to strings processor (#4686)
|
2018-09-26 19:30:02 -07:00 |
bsmaldon
|
d6467e966f
|
Add strings processor (#4476)
|
2018-09-05 15:13:29 -07:00 |