Commit Graph

76 Commits

Author SHA1 Message Date
kaidaguerre
397c951fe2 Refactor control export to use ExportManager. Closes #2515 2022-10-12 16:25:31 +01:00
kaidaguerre
1dc28f4681 Add --source-snapshot option to dashboard command. Closes #2503. (#2491) 2022-10-11 23:36:27 +01:00
kaidaguerre
b2660e2a45 Fix retrieval of default user workspace (currently including org workspaces). Closes #2499 2022-10-10 10:18:49 +01:00
Binaek Sarkar
409e4b3b19 Fixes issue where steampipe requests for firewall exceptions during installation. Closes #2478 2022-10-07 15:04:40 +01:00
Mike Burgess
ae8a761ade v0.17.0-alpha.19 2022-10-05 21:24:52 +01:00
Mike Burgess
95de81b4b9 Remove erroneous DB backup files 2022-10-05 17:29:28 +01:00
kai
c7ea6c95bc v0.17.0-alpha.18 2022-10-05 17:18:42 +01:00
kaidaguerre
dc70d00644 Add dashboard support for explicitly declared nodes, edges and categories. Closes #2488 2022-10-05 17:16:06 +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
kaidaguerre
e2d12b3fc2 Rationalise postgres configuration. Closes #2471 2022-10-03 14:08:33 +01:00
kai
1161f858cd Update FDW to 1.4.2 - Fix Plugin.GetSchema failed - no connection name passed and multiple connections loaded error. Closes #2464 2022-09-26 14:08:00 +01:00
Puskar Basu
0f200416c4 Update version to v0.17.0-alpha.16 2022-09-20 10:36:15 +08:00
kai
82a98ae92c Update FDW to v1.4.1 - Fix double qual values failing to convert. 2022-09-17 11:53:09 +08:00
kaidaguerre
5e0561b8b3 Increase dashboard service startup timeout to 30s. Closes #2434 2022-09-09 13:52:57 +01:00
kai
762c7a9ca4 v0.17.0-alpha.14. Update fdw to 1.4.0-rc.2. 2022-09-05 11:36:37 +01:00
Puskar Basu
1647311a87 Fix the alignment of plugin update/install outputs. Closes #2417 2022-09-05 11:34:33 +01:00
Puskar Basu
8a5d1a97a4 Show timing info even if query returns an error. Closes #2331 2022-09-05 11:32:56 +01:00
kai
c647e43adb v0.17.0-alpha.13 2022-09-02 17:07:51 +01:00
kaidaguerre
cb42d5d3eb Update CLI to upload snapshots to the cloud using --share and --snapshot options. Update Dashboard command to support passing a dashboard name as an argument. Closes #2365. Closes #2367 2022-09-02 17:05:40 +01:00
Puskar Basu
0fc3425b14 Fix initdb failures due to invalid locale. Closes #2368 2022-09-01 16:30:31 +01:00
kai
b2bb8cc748 Update FDW version to 1.4.0-rc.1 - do not start scan until the first time IterateForeignScan is called. 2022-09-01 11:24:58 +01:00
kai
388565ade1 v0.17.0-alpha.11 2022-08-31 11:58:48 +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
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
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
0e3cc175d7 Ensure to return error from loading workspace lock file. Closes #2392 2022-08-30 15:12:47 +01:00
kai
68da6956e7 v0.17.0-alpha.10 2022-08-25 17:04:24 +01:00
kaidaguerre
ffe0ab40c1 Limit connection lifetime in db connection pool. Closes #2375
Limit connection lifetime in db connection pool. Closes #2375

Limit connection lifetime in db connection pool. Closes #2375

Limit connection lifetime in db connection pool. Closes #2375

Limit connection lifetime in db connection pool. Closes #2375
2022-08-25 17:01:49 +01:00
Mike Burgess
49458f5fb9 v0.17.0-alpha.9 2022-08-25 13:21:18 +01:00
Mike Burgess
f1663beaab v0.17.0-alpha.8 2022-08-23 16:30:21 +01:00
kai
991530e6ae Update FDW to v1.3.2 2022-08-23 15:56:47 +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
Puskar Basu
ecf5faf3e4 Improve help messages when a plugin is installed but the connection is not configured. Closes #2319 2022-08-22 16:50:58 +01:00
Puskar Basu
04df91bd78 steampipe query --output json should not have two blank lines between query results. Closes #2340 (#2341) 2022-08-18 17:27:55 +05:30
Nathan Wallace
b89685ac2e Only add a blank line between query results, not after the final result closes #2333 2022-08-18 06:54:16 -04:00
Mike Burgess
571d8bb5a9 v0.16.0-rc.11 2022-08-15 11:19:34 +01:00
Nathan Wallace
fe4c93476b Add udt_name to schema query for remote databases closes #2324 2022-08-12 11:52:47 -04:00
Puskar Basu
ef5e0702d8 Timing terminal output should use appropriate fidelity (secs, ms) for easier readability. Closes #2246 2022-08-10 14:49:22 +01:00
kai
fad780a081 Update version to v0.16.0-rc.10. Revert FDW version to 1.3.1 (revert EndExecute changes). 2022-08-10 11:06:21 +01:00
kai
09db996683 v0.16.0-rc.9 2022-08-09 20:28:27 +01:00
kaidaguerre
ca64841eee Disable FDW update message during plugin update. Closes #2312 # 2022-08-09 17:46:25 +01:00
kai
5139576772 v0.16.0-rc.8 2022-08-09 12:23:11 +01:00
kai
e4d1b72754 Fix Steampipe terminating if valid query is entered before initialisation completes. #2300 2022-08-08 15:57:02 +01:00
kaidaguerre
b7a1969d35 Fix Steampipe terminating if query (or empty line) is entered before initialisation completes. Closes #2300 2022-08-06 17:27:57 +01:00
kai
6188f9858b Update version to v0.16.0-rc.7. Update FDW version to 1.3.0 2022-08-05 10:47:02 +01:00
kaidaguerre
d15ac33b26 Fix pasting a query during cli initialization causing it to be duplicated on the screen. #1980 2022-08-04 22:17:14 +01:00
kai
af228bbeb1 Update version to v0.16.0-rc.6 2022-08-04 21:56:54 +01:00
kaidaguerre
a27afd0b7a Fix history storing raw query instead of the saved query when running a named query. Closes #2288 2022-08-04 21:18:41 +01:00