kaidaguerre
|
2171ce66ba
|
Fix Postgres error "cached plan must not change result type" when dynamic plugin schema changes. Update interactive .inspect and autocomplete based on changes to connection config or dynamic schema updates. Closes #3184. Closes #3185
|
2023-03-03 18:45:40 +00:00 |
|
Binaek Sarkar
|
bfc951b790
|
Add extra status updates for interactive start. Closes #3179
|
2023-03-02 12:57:23 +00:00 |
|
Binaek Sarkar
|
c896d88e88
|
Make workspace loading async. Closes #3123
|
2023-02-20 17:18:33 +00:00 |
|
Binaek Sarkar
|
d7673ecf08
|
Adds a mechanism for status updates during initialisation. Closes #3108
|
2023-02-16 17:09:34 +00:00 |
|
kaidaguerre
|
0a391e9636
|
Update dashboard states to "initialized", "blocked", "running", "complete", "error", "canceled". Closes #2939
|
2023-01-04 14:08:56 +00:00 |
|
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 |
|
Binaek Sarkar
|
18a1c51597
|
Upgrades 'pgx' to v5. Closes #2776
|
2022-11-23 17:34:21 +00:00 |
|
kaidaguerre
|
fe6365b1ef
|
Remove usage of prepared statements - instead excute sql directly. Wrap with executions in LeafRuns to support runtime dependency resolution. Closes #2789. #2772
|
2022-11-23 14:11:56 +00:00 |
|
kaidaguerre
|
59d224711c
|
Fix regression - creating all prepared statements when executing a batch query. When connected to Steampipe cloud, create all prepared statements in a single sql statement to improve performance. Closes #2644. Closes #2650
|
2022-11-01 22:25:12 +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 |
|
kaidaguerre
|
940bec6b5f
|
Connect to steampipe cloud using the steampipe cloud sdk. Closes #2610
|
2022-10-27 17:43:44 +01:00 |
|
kaidaguerre
|
38b472338e
|
Remove "connecting to service" spinner message during query init. Closes #2599
|
2022-10-26 18:22:34 +01:00 |
|
Binaek Sarkar
|
a373b9ca91
|
Fixes issue where prompt fails to show up when service installation runs in interactive mode. Closes #2529
|
2022-10-21 12:13:52 +01:00 |
|
michizhou
|
f80f9c1b21
|
Deprecate workspace-chdir, replace with mod-location. Closes #2511
|
2022-10-19 11:08:34 +01:00 |
|
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
|
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
|
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 |
|