Commit Graph

45 Commits

Author SHA1 Message Date
kai
dcc2691d15 Update FDW to v1.5.0 - update to work with sdk version 5 and dynamic updating of dynamic schemas. 2022-11-30 17:51:08 +00:00
Binaek Sarkar
7a16ec8c57 Updates usages of 'go-kit; for changes in Filewatcher and String/Hash helpers. Closes #2779 2022-11-30 10:12:03 +00:00
Binaek Sarkar
62878d336b Adds a '--max-parallel' flag to 'steampipe dashboard' and set default to 10. Closes #2754 2022-11-25 09:58:28 +00:00
Binaek Sarkar
b22859499f Update postgres config to reverts max_locks_per_transaction to pre 0.17.0 value of 2048. Closes #2756 2022-11-24 15:39:54 +00:00
kai
7e4ecf3724 Update argument descriptions for --output --export, --snapshot-location
Remove 'check' from dashboard arg descriptions
Do not show "Output format defaulted to 'none'" message if sharing a snapshot
remove query timeout from database options
Fix snapshot creation crash when required inputs are not provided
2022-11-07 10:37:34 +00:00
kaidaguerre
3d084c5bc8 Add snapshot-title arg. Ensure snapshots and exports are named consistently. Closes #2666 2022-11-03 11:09:07 +00:00
Binaek Sarkar
efea8a72f2 Fixes issue where 'Alt` keyboard combinations would error in WSL. Closes #2549 2022-11-02 15:40:13 +00:00
kaidaguerre
c42fbdb8d5 Update formatting for login command. Update missing cloud token error. Closes #2654 2022-11-02 14:04:59 +00:00
kai
4a00af32cf Update FDW to 1.4.4 - Update GetPathKeys to treat key columns with AnyOf require property with the same precedence as Required. 2022-10-31 15:13:07 +00:00
kaidaguerre
0452bb0b81 Validate checkout output and export formats before execution. Closes #2619. Add support for using sps as snapshot output/export format. Closes #2623 2022-10-28 14:57:44 +01:00
Puskar Basu
8923616ca7 Update metaquery command .auto_complete to .autocomplete. Closes #2616 2022-10-28 09:55:18 +01:00
Meet Rajesh Gor
b0dfee67bb Add auto-completion toggle meta command and terminal option. Closes #2560. Closes #1692 2022-10-27 17:48:45 +01:00
kai
8bfe543745 Update FDW to 1.4.4-rc.1 - support parsing workspace profiles from config dir 2022-10-26 17:06:49 +01:00
Puskar Basu
81a2cf65af Load workspace-profile from config directory. Closes #2595 2022-10-26 14:55:48 +01:00
kaidaguerre
42c2323eb2 Add query_timeout to workspace profile. Closes #2593
Improve timeout error message.
Remove refreshDbClient call after timeout.
Set default check query timeout to 240sec and query to 0 (no timeout)
2022-10-26 14:53:50 +01:00
François de Metz
b3838186e1 Add a configurable query timeout. Closes #666 2022-10-26 10:09:17 +01:00
kaidaguerre
d3830b1335 Add steampipe login command. Closes #2583 2022-10-25 17:33:35 +01:00
kaidaguerre
0e27f38202 Update workspace profile parsing to load options blocks. Include these options values in viper with correct precedence. Closes #2579 2022-10-24 13:58:50 +01:00
kaidaguerre
1e3db26e8f Add support for workspace profiles - parse from config and select using --workspace arg. Closes #2510
Add support for implicit workspace. Closes #2514
If snapshot-location is a local file path, copy snapshot instead of uploading. Closes #2550
Do not show snapshot upload status if --progress=false. Closes #2517
Replace --workspace with --snapshot-location. Closes #2512
2022-10-19 13:02:24 +01:00
michizhou
f80f9c1b21 Deprecate workspace-chdir, replace with mod-location. Closes #2511 2022-10-19 11:08:34 +01:00
Binaek Sarkar
754dad90dd Fixes issue where new lines were stripped out in interactive prompt. Closes #2531 2022-10-18 12:47:34 +01:00
kaidaguerre
1dc28f4681 Add --source-snapshot option to dashboard command. Closes #2503. (#2491) 2022-10-11 23:36:27 +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
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
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
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
kaidaguerre
ae9472273d Only create introspection tables if STEAMPIPE_INTROSPECTION env var is set. Closes #2396 2022-08-31 11:08:05 +01:00
kai
991530e6ae Update FDW to v1.3.2 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
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
kai
5139576772 v0.16.0-rc.8 2022-08-09 12:23:11 +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
kai
d85982b0f3 Update Max Cache Size env var to STEAMPIPE_CACHE_MAX_SIZE_MB 2022-08-04 20:46:51 +01:00
kai
ebbb96b077 Update version to 1.3.0-rc.3 2022-07-27 19:39:38 +01:00
kaidaguerre
305fb9107b Add support for plugins to handle multiple connections. Closes #2262 2022-07-22 14:53:54 +01:00
kai
f5f1c222d3 Update CHANGELOG.md for v0.15.4. Update FDQ version to 1.2.2 - fix FDW build issue which causes load failure on Arm Docker images. 2022-07-21 14:49:46 +01:00
kaidaguerre
389bff7199 Fix intermittent "concurrent map access" error when timing is enabled. Closes #2231 2022-07-08 22:15:13 +01:00
kai
ef5b5e8879 Update FDW version to 1.2.1 - fixes various EOF errors. 2022-07-04 11:55:32 +01:00
kaidaguerre
5193c70395 Restructure steampipe repo to use pkg folder. Closes #2204 2022-06-27 11:36:03 +01:00