kaidaguerre
|
dbd1d10fcc
|
Add support for plugin sdk v5, with plugin message stream - support update of dynamic plugin schema based on file events. Closes #2767
|
2022-11-30 10:50:46 +00: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 |
|
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
|
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 |
|
kaidaguerre
|
01c4b4fc43
|
Update steampipe-plugin-sdk version to v3. Closes #1445
|
2022-02-14 15:31:13 +00:00 |
|
Binaek Sarkar
|
742879fc53
|
Create and use a $STEAMPIPE_INSTALL_DIR/tmp for oci installations. Closes #1375
|
2022-02-08 12:13:35 +00:00 |
|
Binaek Sarkar
|
3f7344c314
|
Fixes issue where plugins were logging using a different time format from FDW and Database. Closes #927
|
2022-01-20 14:19:58 +00:00 |
|
kaidaguerre
|
efbebd99ee
|
Decouple spinner display code from database and execution layer. Closes #1290
|
2022-01-06 11:54:18 +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 |
|
kaidaguerre
|
c3ddd658af
|
Update plugin manager config watcher tro update plugin manager config before refreshing connections before updating plugin manager with the modified config. Closes #1163
|
2021-11-23 10:37:15 +00:00 |
|
kaidaguerre
|
8d7d2b6b04
|
Remove daemon process. Closes #1146
|
2021-11-18 17:57:06 +00:00 |
|