Commit Graph

9 Commits

Author SHA1 Message Date
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
kaidaguerre
ae9472273d Only create introspection tables if STEAMPIPE_INTROSPECTION env var is set. Closes #2396 2022-08-31 11:08:05 +01:00
Puskar Basu
52d03140ac Add better help messages for mod plugin requirements not satisfied error. CLoses #2361 2022-08-31 11:01:41 +01:00
kaidaguerre
962ac0445a Fix intermittent dashboard shutdown stall - remove double websocket shutdown. Closes #2328 2022-08-23 15:56:47 +01:00
Mike Burgess
48e5192fe5 Add initial directed graph implementation #2249 (#2358) 2022-08-23 15:01:59 +01:00
kaidaguerre
b503f8f1a2 Ensure DashboardChanged events are generated when elements have only a changed index within a container. Closes #2228 2022-07-07 19:11:53 +01:00
kaidaguerre
4be75a2249 For DashboardChanged event, is a leaf node is changed, mark the whole parentage tree as changed. Fix incorrectly identified changed inputs. Closes #2221 Closes #2222 2022-07-07 09:27:48 +01:00
kaidaguerre
5193c70395 Restructure steampipe repo to use pkg folder. Closes #2204 2022-06-27 11:36:03 +01:00