Sven Rebhan
798f683805
docs(inputs): Add plugin metadata and update description for j* to m* ( #16593 )
...
Co-authored-by: Maya Strandboge <136023093+mstrandboge@users.noreply.github.com>
2025-03-24 16:38:42 +01:00
Paulo Dias
cb71790cf7
chore(linters): Enforce import grouping with gci linter ( #16526 )
...
Signed-off-by: Paulo Dias <paulodias.gm@gmail.com>
Co-authored-by: Thomas Casteleyn <thomas.casteleyn@me.com>
2025-02-24 19:37:12 -06:00
Paweł Żak
f8b2b0a914
chore: Fix linter findings for `revive:enforce-slice-style` in `plugins/inputs/[e-j]*` ( #16088 )
2024-10-31 16:21:21 -05:00
Paweł Żak
43c503e734
chore: Fix linter findings for `revive:exported` in `plugins/inputs/j*` ( #16078 )
2024-10-28 14:30:24 +01:00
Paweł Żak
6c48fbb1f2
chore: Fix linter findings for `revive:enforce-map-style` in `plugins/inputs/[a-m]*` ( #16042 )
2024-10-21 13:11:11 +02:00
Paweł Żak
ffee74c188
chore: Fix linter findings for `revive:enforce-repeated-arg-type-style` in `plugins/inputs/[h-n]*` ( #15850 )
2024-09-13 12:47:18 -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
6814d7af8a
docs: Fix typos ( #14359 )
...
Co-authored-by: Josh Powers <powersj@fastmail.com>
2023-11-29 14:47:39 +01:00
Joshua Powers
3fbe624b98
fix(inputs.jenkins): Filter after searching sub-folders ( #14105 )
2023-10-19 16:47:47 +02:00
Joshua Powers
0f8957f0e9
chore: Resolves gocritic sloppyReassign ( #13712 )
2023-08-03 18:57:18 +02:00
Joshua Powers
043aa0374b
feat(inputs.jenkins): Add option for node labels as tag ( #13649 )
2023-07-28 07:23:53 -06:00
r3inbowari
19c4316694
chore: Update README.md ( #12989 )
2023-04-04 13:43:49 +02:00
Paweł Żak
c76f319b84
chore: Remove `revive:unhandled-error` - `errcheck` is more flexible ( #13008 )
2023-04-03 07:19:43 -06: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
5b2346dfa0
chore: Fix linter findings for errorlint (part5) ( #12731 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2023-03-01 22:18:35 +01:00
Paweł Żak
d9d9cd4c0b
chore: fix linter findings for nolintlint part 1 ( #12427 )
2023-01-25 13:28:13 -07:00
Thomas Casteleyn
61523bd4b9
feat(tools/readme_linter): Check for global configuration section ( #12426 )
2023-01-12 16:55:21 +01:00
Paweł Żak
743e023f84
chore: Fix linter findings for makezero (part1) ( #12254 )
2022-11-21 21:07:07 +01:00
Paweł Żak
7c7069d693
chore: Wrap long lines in plugins/inputs/[i-k]* ( #12199 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2022-11-08 14:44:01 -06:00
Joshua Powers
49ac03fa80
docs: add global configuration header ( #12107 )
2022-10-26 14:58:36 -05: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
453e276718
chore: Fix readme linter errors for input plugins E-L ( #11214 )
2022-06-07 15:37:08 -06:00
Joshua Powers
2fc19fa308
chore: correctly spell embed ( #11200 )
2022-05-27 07:13:47 -06:00
Sven Rebhan
56eb914998
chore: Embed sample configurations into README for inputs ( #11136 )
2022-05-24 08:49:47 -05:00
Sebastian Spaink
6b697db11e
chore(inputs_a-l): migrate sample configs into separate files ( #11132 )
2022-05-18 11:31:52 -05:00
Sebastian Spaink
8e2b4988fe
feat: migrate input plugins to new sample config format (A-L) ( #10924 )
2022-04-07 16:01:21 -06:00
Mya
84562877cc
chore: clean up all markdown lint errors for input plugins i through m ( #10173 )
2021-11-24 12:18:53 -07:00
Paweł Żak
77248978c7
fix: Linter fixes for plugins/inputs/[h-j]* ( #9986 )
2021-10-26 07:45:03 -06:00
Sean Molenaar
b93f20068a
docs: fix jenkins plugin documentation ( #9714 )
2021-09-20 11:10:36 -05:00
Alexander Krantz
17e86ab4ca
Add include_nodes filter for jenkins ( #9351 )
2021-07-01 14:54:53 -06:00
Sven Rebhan
9853bf6c54
Get rid of deprecated internal.{Duration,Size,Number} ( #8969 )
2021-04-09 13:15:04 -04:00
Sven Rebhan
8e7da355b3
Linter fixes (unhandled errors) -- Part 1 ( #8992 )
2021-04-08 11:43:39 -05:00
Paweł Żak
099ccda3f9
Linter fixes - gosimple ( #9046 )
2021-03-25 13:57:01 -04:00
Paweł Żak
5de640b855
Linter fixes - unconvert, revive:empty-lines, revive:var-naming, revive:unused-parameter ( #9036 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2021-03-24 11:27:46 -04:00
Paweł Żak
74a1acd814
Linter fixes - revive:unused-parameter, unparam, varcheck and unused ( #8984 )
...
* Linter fixes - revive:unused-parameter and unparam
* Linter fixes - revive:unused-parameter and unparam
* Linter fixes - revive:unused-parameter and unparam
* "nolint"'s removed
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
Co-authored-by: Pawel Zak <Pawel Zak>
2021-03-22 12:21:36 -05:00
Paweł Żak
38c61c07ef
Revive fixes - part 4: ( #8981 )
...
empty-lines
Co-authored-by: Pawel Zak <Pawel Zak>
2021-03-12 14:21:51 -06:00
Paweł Żak
d9736d543f
Revive fixes - part 2 ( #8835 )
...
* Revive fixes regarding following set of rules:
[rule.if-return]
[rule.increment-decrement]
[rule.var-declaration]
[rule.package-comments]
[rule.receiver-naming]
[rule.unexported-return]
2021-02-16 18:19:50 -05:00
JS1010111
ed72aac0be
Add support for an inclusive job list in Jenkins plugin ( #8287 )
...
* Add support for an inclusive job list
* Update jenkins plugin tests
* Update jenkins plugin docs
* Update jenkins plugin docs
2020-12-23 09:21:38 -06:00
alespour
d3031a467d
feat: add build number field to jenkins_job measurement ( #8038 )
2020-12-10 12:02:07 -05:00
Colin Ameigh
7f7703b8fc
Multiple escaping occurs on Jenkins URLs at certain folder depth ( #8048 )
...
Co-author: @hansnqyr
2020-10-07 18:20:26 -04:00
Russ Savage
40c6d189fe
fix(readmes): standarize first line of readmes ( #7973 )
2020-08-11 16:10:41 -04:00
Daniel Nelson
c73ed8ca6c
Export internal/tls package for use in execd plugins ( #7697 )
2020-06-25 11:44:22 -07:00
Josh Soref
2c56d6de81
Fix spelling errors in comments and documentation ( #7492 )
2020-05-14 00:41:58 -07:00
Harshit Bansal
a907edc1f3
Fix url encoding of job names in jenkins input plugin ( #7211 )
2020-03-23 11:33:06 -07:00
Daniel Nelson
784266a301
Update jenkins readme
2020-02-14 15:36:58 -08:00
vikkyomkar
e056097cb4
Add new fields for Jenkins Total and Busy executors ( #6957 )
2020-02-14 14:04:54 -08:00
vikkyomkar
1b1d78b8dd
Add source and port tags to jenkins_job metrics ( #6844 )
2020-01-09 17:52:26 -08:00
Nick Neisen
0c918b099b
Add source and port tags to jenkins plugin ( #6641 )
2019-11-13 13:38:33 -08:00
Daniel Nelson
bcf1bcf318
Fix metric creation when node is offline in jenkins input ( #6627 )
2019-11-12 11:59:11 -08:00