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 |
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 |
Joshua Powers
|
bd91b2ced2
|
test(outputs.sql): print out what we get, bump time required (#12262)
|
2022-11-18 09:38:40 -07:00 |
Joshua Powers
|
ea9aa38d23
|
test(outputs.sql): do not write to file during testing (#12203)
|
2022-11-18 07:22:46 -07:00 |
Paweł Żak
|
74703d092b
|
chore: Fix linter findings for prealloc (part2) (#12242)
|
2022-11-15 09:31:51 +01: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
|
b3a460f7e9
|
test(outputs.sql): simplify clickhouse test (#12189)
|
2022-11-07 09:06:30 -07:00 |
Joshua Powers
|
0c0c2e169a
|
test(outputs.sql): wait for db dump file to exist (#12149)
|
2022-11-02 09:05:03 -06: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
|
dd802531ef
|
test(outputs.sql): further wait for clickhouse writes (#12086)
|
2022-10-24 09:17:57 +02:00 |
Joshua Powers
|
c5e2c7aa00
|
test: add additional checks, waits in integration tests (#12056)
|
2022-10-19 09:54:00 -06:00 |
Paweł Żak
|
b1fc5254e5
|
chore(deps): bump testcontainers-go from 0.13.0 to 0.14.0 and address breaking change (#12039)
|
2022-10-18 10:18:52 -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 |
reimda
|
6721187e2e
|
feat(outputs.sql): Add settings for go sql.DB settings (#11551)
|
2022-07-29 19:53:08 +02: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 |
Ruoshan Huang
|
354b651bd9
|
fix: (outputs/sql) table existence cache (#10812)
|
2022-06-01 13:05:37 -06:00 |
Joshua Powers
|
2fc19fa308
|
chore: correctly spell embed (#11200)
|
2022-05-27 07:13:47 -06:00 |
Sven Rebhan
|
d9a6d8b774
|
chore: embed sample configurations into README for outputs (#11182)
|
2022-05-25 08:48:59 -06:00 |
Sebastian Spaink
|
256caede89
|
chore(outputs): migrate sample configs into separate files (#11131)
|
2022-05-18 11:30:06 -05:00 |
Joshua Powers
|
d0476898e5
|
test: remove unecessary flag in sql input (#11115)
|
2022-05-17 20:30:18 +00:00 |
Eng Zer Jun
|
81090be35d
|
refactor: replace strings.Replace with strings.ReplaceAll (#11079)
|
2022-05-11 09:53:34 -06:00 |
reimda
|
6ba3b1e91e
|
chore: Fix readme linter errors for output plugins (#10951)
|
2022-04-21 09:45:47 -06:00 |
Eng Zer Jun
|
c3d176029d
|
test: use `T.TempDir` to create temporary test directory (#10988)
|
2022-04-18 13:27:59 -06:00 |
Sebastian Spaink
|
a7df6c6aa6
|
feat: migrate output plugins to new sample config format (#10910)
|
2022-04-07 15:55:03 -06:00 |
Joshua Powers
|
008e43b7c8
|
fix: sql unsigned settings (#10673)
|
2022-03-03 08:21:39 -07:00 |
Anatoly Laskaris
|
531d7bb741
|
feat: Add ClickHouse driver to sql inputs/outputs plugins (#9671)
|
2022-01-28 13:35:03 -07:00 |
Joshua Powers
|
1b7e8c90e9
|
chore: sql readme with more details on data types (#10378)
Fixes: #9562
|
2022-01-05 08:18:28 -07:00 |
Joshua Powers
|
0d8d118319
|
chore: clean up all markdown lint errors in output plugins (#10159)
|
2021-11-24 11:47:33 -07:00 |
Eng Zer Jun
|
6a3b27126a
|
refactor: move from io/ioutil to io and os package (#9811)
|
2021-09-28 15:16:32 -06:00 |
Sebastian Spaink
|
3a7d9b6d98
|
fix: support 1.17 & 1.16.7 Go versions (#9642)
|
2021-08-23 15:37:44 -05:00 |
Nicolai Scheer
|
41c384a978
|
feat: add bool datatype for sql output plugin (#9598)
Co-authored-by: Nicolai Scheer <nicolai.scheer@check24.de>
|
2021-08-17 17:19:02 -04:00 |
Sven Rebhan
|
ee0a86c4ae
|
Fix import of sqlite and ignore it on all platforms that require CGO. (#9359)
|
2021-06-15 16:46:53 -06:00 |
reimda
|
e289612ff3
|
Add SQL output plugin (#9280)
|
2021-06-03 22:49:55 -06:00 |