Dane Strandboge
|
1dcef8853d
|
chore(deps): Fix apache arrow dependency, update to v18.1.0 (#16482)
|
2025-02-06 11:43:14 +01:00 |
AndreKR
|
417a55ff0a
|
chore(deps): Update ClickHouse SQL driver to v2 (#16423)
|
2025-02-05 09:16:41 -06:00 |
Milan Davídek
|
237dd3d582
|
docs(inputs.sql): Add protocol to DSN (#16330)
|
2025-01-16 09:47:53 -06:00 |
Paweł Żak
|
5af100d96b
|
chore: Fix linter findings for `revive:exported` in `plugins/inputs/s*` (#16363)
|
2025-01-16 09:47:14 -06:00 |
Joshua Powers
|
a3eda34048
|
feat(outputs.parquet): Introduce Parquet output (#15602)
|
2024-07-25 10:40:18 +02:00 |
Joshua Powers
|
5a8af53447
|
feat(inputs.sql): Add SAP HANA SQL driver (#15600)
|
2024-07-11 17:06:08 +02:00 |
Sven Rebhan
|
a3bea89509
|
chore(internal): Handle ranges in type-conversion and add missing types (#14618)
|
2024-01-24 06:47:51 -07:00 |
dependabot[bot]
|
29f7d04172
|
chore(deps): Bump github.com/testcontainers/testcontainers-go from 0.26.0 to 0.27.0 (#14608)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Josh Powers <powersj@fastmail.com>
|
2024-01-23 17:57:15 +01:00 |
Andreas Deininger
|
5f5a56ed01
|
docs: Fix typos (#14376)
|
2024-01-05 22:34:02 +01:00 |
Marcin Labenski
|
a4f8b450d2
|
feat(inputs.sql): Add support for IBM Netezza (#14200)
Co-authored-by: mpl <mpl>
Co-authored-by: Josh Powers <powersj@fastmail.com>
|
2023-11-16 11:32:37 +01:00 |
Paweł Żak
|
97f47c11dd
|
chore(linters): Fix findings found by testifylint: empty (#14179)
|
2023-10-25 15:09:13 -06:00 |
michelle-costa
|
f4c56e1597
|
feat(inputs.sql): Add oracle driver (#13978)
|
2023-10-05 09:26:40 +02:00 |
Sven Rebhan
|
e2c4e10650
|
chore(secrets): Abstract secret implementation (#13953)
|
2023-09-25 14:37:04 -06:00 |
Joshua Powers
|
f43427267d
|
chore: Clean up results from make check-deps (#13919)
Adds additional build directives to avoid a few other arch combos
|
2023-09-13 11:24:43 +02:00 |
Joshua Powers
|
c238ebb271
|
fix(sql): Allow sqlite on Windows (amd64 and arm64) (#13865)
|
2023-09-08 20:14:24 +02:00 |
Joshua Powers
|
c050c010bc
|
fix: replace github.com/denisenkom/go-mssqldb with github.com/microsoft/go-mssqldb (#13524)
|
2023-07-07 11:01:55 -06:00 |
Neelay Upadhyaya
|
2476640d0f
|
feat(inputs.sql): Add 'disconnected_servers_behavior' field in the configuration (#13289)
|
2023-05-22 09:39:16 +02:00 |
Sven Rebhan
|
fc4e896746
|
feat(inputs.sql): Add FlightSQL support (#13091)
|
2023-05-05 11:04:18 -06:00 |
r3inbowari
|
19c4316694
|
chore: Update README.md (#12989)
|
2023-04-04 13:43:49 +02:00 |
Sven Rebhan
|
83b4056985
|
fix(secrets): Minimize secret holding time (#13002)
|
2023-04-03 07:28:41 -06:00 |
Sven Rebhan
|
bea5414384
|
feat(parsers.xpath): Add timezone handling (#12820)
|
2023-03-13 12:17:14 +01:00 |
Paweł Żak
|
e2a510f157
|
chore: Fix linter findings for errorlint (part7) (#12772)
Co-authored-by: Pawel Zak <Pawel Zak>
|
2023-03-03 10:11:54 +01:00 |
Sven Rebhan
|
dfc5cdf924
|
docs: indicate secret-store support in plugin READMEs (#12592)
|
2023-02-02 09:31:23 -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
|
c6663aca4f
|
chore: fix linter findings for makezero (part3) (#12371)
|
2022-12-12 07:05:33 -07:00 |
Sven Rebhan
|
c98115e744
|
feat: secret-store implementation (#11232)
|
2022-12-08 09:53:06 -07:00 |
jinx
|
ad780bb1eb
|
fix(inputs.sql): cast measurement_column to string (#12323)
|
2022-12-08 08:27:48 -07:00 |
Paweł Żak
|
6816aefcd5
|
chore: fix linter findings for unparam and revive.unused-parameter (#12150)
|
2022-11-08 12:04:12 -07: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 |
Joshua Powers
|
d45c7c44c7
|
test: update integration test occurrences (#12085)
|
2022-10-21 14:18:15 -06:00 |
Sebastian Spaink
|
4913392b85
|
chore: Remove deprecated build tags (#11867)
|
2022-09-22 13:25:31 -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 |
Sven Rebhan
|
7fa6f5f4fb
|
fix: Sync sql output and input build constraints to handle loong64 in go1.19. (#11664)
|
2022-08-15 10:00:42 -06:00 |
Sven Rebhan
|
e2578462a5
|
fix(inputs): Linter issues (#11576)
|
2022-08-02 13:52:17 +02:00 |
reimda
|
f7aab29381
|
chore: Fix readme linter errors for input plugins M-Z (#11274)
|
2022-06-08 15:22:56 -06:00 |
Joshua Powers
|
0b7c3c4b24
|
fix: add missing build constraints for sqlite (#11272)
|
2022-06-08 10:38:58 -06:00 |
Joshua Powers
|
d13314332e
|
fix: update modernc.org/sqlite from v1.10.8 to v1.17.3 (#11260)
|
2022-06-06 15:22:25 -06:00 |
Joshua Powers
|
58e01f72b2
|
test: add circle ci integration testing on PRs (#11246)
|
2022-06-03 10:33:28 -06:00 |
Joshua Powers
|
9daefaba11
|
test: harden running of testcontainer integration tests (#11245)
|
2022-06-03 10:29: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
|
0f5dc9946c
|
chore(inputs_m-z): migrate sample configs into separate files (#11133)
|
2022-05-18 11:31:34 -05:00 |
Joshua Powers
|
d0476898e5
|
test: remove unecessary flag in sql input (#11115)
|
2022-05-17 20:30:18 +00:00 |
Sebastian Spaink
|
5676326ae9
|
chore(inputs): add descriptions to config in README.md (#10962)
|
2022-04-12 08:29:02 -05:00 |
Sebastian Spaink
|
b355be5ccb
|
feat: migrate input plugins to new sample config format (M-Z) (#10926)
|
2022-04-11 16:32:25 -05:00 |
Anatoly Laskaris
|
531d7bb741
|
feat: Add ClickHouse driver to sql inputs/outputs plugins (#9671)
|
2022-01-28 13:35:03 -07:00 |
Jérome Perrin
|
9ff4330bae
|
docs: Fixes for input/sql readme (#10498)
|
2022-01-24 08:03:29 -07:00 |
Mya
|
837465fcd5
|
chore: clean up all errors for markdown lint input plugins s through v (#10167)
|
2021-11-24 11:50:13 -07:00 |