kai
|
dec933c09e
|
Remove warn logging.
|
2022-10-31 11:50:54 +00:00 |
|
kaidaguerre
|
92e43d0e07
|
Fix plugin-manager NRE when plugin startup times out. Closes #2546
Add plugin name to runningPlugin and use when building the timeout error.
|
2022-10-18 13:13:12 +01:00 |
|
kaidaguerre
|
ef845286c1
|
Add support for sharing snapshots. Add snapshot output and export format for query and check. Add ability to run named dashboards. #2473
|
2022-10-05 15:30:57 +01:00 |
|
kaidaguerre
|
404dd35e21
|
Update database code to use pgx interface so we can leverage the connection pool hook functions to pre-warm connections. Closes #2422 (#2438)
* Provide feedback for failed prepared statements
* Move error functions to error_helpers
* Make maintenance client retriable
|
2022-10-05 12:38:57 +01:00 |
|
kai
|
8fed20c2ac
|
Fix connection watching only adding first changed connection config to the payload of the UpdateConnectionConfigs call. Closes #2395
|
2022-08-31 11:08:05 +01:00 |
|
kaidaguerre
|
3e43fa052c
|
Fix UpdateConnectionConfigs call to pass the new connection for changed connections (currently the old connection is passed). Closes #2349
|
2022-08-22 17:27:14 +01:00 |
|
kaidaguerre
|
917da3b4dc
|
Fix race condition in plugin manager leading to multiple instances of a plugin being created when running a benchmark using an aggregator connection. Closes #2325
|
2022-08-10 18:38:42 +01:00 |
|
kaidaguerre
|
e9b84104a7
|
Connection watching fails to set connection config for legacy plugins. Closes #2314
|
2022-08-09 17:46:40 +01:00 |
|
kai
|
d85982b0f3
|
Update Max Cache Size env var to STEAMPIPE_CACHE_MAX_SIZE_MB
|
2022-08-04 20:46:51 +01:00 |
|
kaidaguerre
|
76025788e3
|
Connection config watching failing to add connection schema when connections are added. Closes #2295
|
2022-08-04 20:39:18 +01:00 |
|
kaidaguerre
|
e838c8b1f9
|
Enable GODEBUG madvdontneed=1 to ensure OS reclaims memory immediately
|
2022-07-27 19:37:18 +01:00 |
|
kaidaguerre
|
305fb9107b
|
Add support for plugins to handle multiple connections. Closes #2262
|
2022-07-22 14:53:54 +01:00 |
|
kaidaguerre
|
5193c70395
|
Restructure steampipe repo to use pkg folder. Closes #2204
|
2022-06-27 11:36:03 +01:00 |
|
kai
|
f85c76b139
|
Update plugin manager to remove plugin from map if startup fails. Prevents timeout when retrying to start a failed plugin. Closes #1631
|
2022-03-10 16:05:08 +00:00 |
|
kai
|
d11a4f4fa6
|
Remove unneeded logging
|
2022-03-10 13:32:30 +00:00 |
|
kai
|
c560a65096
|
Update plugin manager logging
|
2022-03-09 15:15:04 +00:00 |
|
kaidaguerre
|
a4976c3dc5
|
Fix connection file watching. Closes #1469
|
2022-03-08 16:32:06 +00:00 |
|
Binaek Sarkar
|
4ea7167040
|
Fix issue where plugin-manager becomes unstable if plugins crash. Closes #1453
|
2022-03-07 16:25:15 +00:00 |
|
kaidaguerre
|
01c4b4fc43
|
Update steampipe-plugin-sdk version to v3. Closes #1445
|
2022-02-14 15:31:13 +00:00 |
|
Puskar Basu
|
f2d56ddeb8
|
Fix issues reported by the 'unused', 'staticcheck', 'gosimple' linters. Closes #1360
|
2022-01-31 16:00:54 +00:00 |
|
Binaek Sarkar
|
b4cf62d3a0
|
Fixes issue in plugin manager where plugin shutdown and process killing messages were logging in at WARN level. Closes #1309
|
2022-01-18 16:25:23 +00:00 |
|
kaidaguerre
|
e0ff19a280
|
Update package naming to be consistent and follow Go standards. Closes #1282
General code spring cleaning:
* move file paths from `consts` package to `filepaths`
* move InitData and ExportData to query and control packages
|
2022-01-04 12:28:36 +00:00 |
|