Commit Graph

371 Commits

Author SHA1 Message Date
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
Mike Burgess
a605025b72 v0.19.0-rc.7 2023-03-03 16:03:16 +00:00
kai
c2415cc498 Update title of custom dashboard query. #3150 2023-03-02 18:04:18 +00:00
kai
7292008a68 Fix autocomplete for queries - call initialiseQuerySuggestions from initialiseSuggestions. #3149 2023-03-02 17:33:59 +00:00
Mike Burgess
6fa8aa2a07 Dashboard server should emit updated dashboard metadata when available dashboards changes. Closes #3182. 2023-03-02 16:39:25 +00:00
kai
9a15c8a5d5 v0.19.0-rc.6 2023-03-02 12:58:17 +00:00
Binaek Sarkar
bfc951b790 Add extra status updates for interactive start. Closes #3179 2023-03-02 12:57:23 +00:00
Puskar Basu
0ee479c987 v0.19.0-rc.6 2023-03-02 17:01:28 +05:30
Puskar Basu
b0a0c8b0fc Update FDW to v1.6.1 2023-03-02 16:59:21 +05:30
kai
d5b8a113a8 v0.19.0-rc.5 2023-03-01 15:23:47 +00:00
kaidaguerre
763167bef1 Fix workspace load crash for invalid mod definition. Closes #3174 2023-03-01 15:21:34 +00:00
kai
3c11018ad9 Update FDW to v1.6.0: Limit should not be pushed down if there are unconverted restrictions. 2023-03-01 14:58:58 +00:00
kai
fcb87b685c Fix interactive prompt adding extra spaces when showing status messages when fdw is updated. Closes #3173 2023-03-01 13:45:34 +00:00
kai
3624fed147 v0.19.0-rc.4 2023-02-28 18:20:14 +00:00
kaidaguerre
7c2ae6da93 when executing a query as a dashboard, name the dashboard custom.dashboard.sql_<query_hash>. Closes #3150 2023-02-28 18:19:13 +00:00
Binaek Sarkar
06af870908 Fix running a single dashboard from the command line failing if the dashboard needs inputs and the dashboard name is not fully qualified. Closes #3168. Closes #3154 2023-02-28 15:27:09 +00:00
kai
95b6c34372 Update FDW to 1.6.0-rc.6 2023-02-28 15:22:31 +00:00
kaidaguerre
a936a6d2c8 Aggregator with no connections should only be a warning - not an error. Closes #3155
Steampipe config validation failure no longer prevents Steampipe commands from running - instead invalid connections are removed. Closes #3156
2023-02-28 11:50:03 +00:00
Binaek Sarkar
8dd9d1fb3f Fixes 'default.spc' created during installation 2023-02-27 16:38:41 +00:00
kaidaguerre
718718d053 Rationalise and optimize autocomplete. Closes #3149 2023-02-24 15:31:47 +00:00
Binaek Sarkar
d98df11198 Adds better error messages for db connection timeouts. #3143 2023-02-24 12:01:31 +00:00
kai
604a5d0025 v0.19.0-rc.3 2023-02-23 10:21:43 +00:00
kai
a6c3170f20 v0.19.0-rc.2 2023-02-22 15:00:35 +00:00
kaidaguerre
dd76a500e5 When acquiring a session, if the db schemas have changed, reload SteampipeConfig and re-set required search path. Closes #3137 2023-02-22 14:50:53 +00:00
kai
8f35a0da33 v0.19.0-rc.1 2023-02-21 16:22:09 +00:00
kaidaguerre
8f87f7828c Revert: Validate that input references are of the form self.input.<input-name>.value. Remove until mods are updated. #2990 2023-02-21 15:56:24 +00:00
Puskar Basu
016d373843 Add exit codes for errors when steampipe is running as root or in WSL1. Closes #3130 2023-02-21 15:26:05 +00:00
kai
d58f951252 v0.19.0-rc.0 2023-02-20 17:19:50 +00:00
Binaek Sarkar
c896d88e88 Make workspace loading async. Closes #3123 2023-02-20 17:18:33 +00:00
Puskar Basu
d5dea57a5e Fixes issue where variables list command was not including description in JSON output. Closes #3114 2023-02-20 17:02:08 +00:00
Binaek Sarkar
a4ab68812e Fixes issue where a spinner was hanging around even after plugin installation completes. Closes #3126 2023-02-20 10:49:20 +00:00
kaidaguerre
4e13e4e6d1 When a plugin fails to load, remove connections for that plugin from the connection state file. Closes #3124 2023-02-17 18:01:49 +00:00
Binaek Sarkar
d7673ecf08 Adds a mechanism for status updates during initialisation. Closes #3108 2023-02-16 17:09:34 +00:00
kaidaguerre
b67d39ecde Fix duplicated text input on interactive prompt during initialisation. Closes #3075 2023-02-16 12:35:43 +00:00
kai
3ba7798147 Add design/search_path.md 2023-02-16 12:30:45 +00:00
kai
c6ee5ee57e v0.19.0-alpha.3 2023-02-15 15:18:59 +00:00
Puskar Basu
751644c23e Provide better feedback when migrating legacy state files fails. Closes #2961 2023-02-15 14:02:54 +00:00
kai
790c41b7d8 Remove TableAggregationSpecs 2023-02-15 13:20:30 +00:00
kai
82b3b7454c Remove TableAggregationSpecs 2023-02-15 12:43:54 +00:00
Binaek Sarkar
d0ede13d4b Make database start timeout configurable. Closes #3038 2023-02-14 17:33:57 +00:00
Puskar Basu
adf8093560 Fix issue where check csv output was appending an extra line at the end. Closes #3106 2023-02-14 17:30:43 +00:00
Binaek Sarkar
e88d75a692 Fixes issue where '.inspect' was not working for table names with a '.'. Closes #2455 2023-02-13 15:11:37 +00:00
Puskar Basu
51f557cf60 Fixes issue where autocomplete does not quote table names that need to be quoted. Closes #3065 2023-02-08 11:14:39 +00:00
kai
cf1d64c285 Update FDW to 1.6.0-rc.5 2023-02-08 10:59:59 +00:00
kai
e2981fdc09 v0.19.0-alpha.2 2023-02-08 10:59:59 +00:00
Puskar Basu
18715bd16e Cleanup state file to remove legacy properties. Closes #3090 2023-02-08 10:45:10 +00:00
kaidaguerre
fba7162cdd Fix aggregator specs not being respected for static schema connections. Closes #3093
Add type to ConnectionPluginData 
Always fetch schema for aggregator connections
Update ConnectionData.Equals
Update Connection.Equals
Add TableAggregationSpecs.Equals
2023-02-07 16:30:30 +00:00
kai
ad590d50ba revert version v0.19.0-alpha.1 2023-02-07 12:42:24 +00:00
kai
c14c532187 v0.18.5 2023-02-07 12:39:19 +00:00
Puskar Basu
12f3a7314f Cleanup connection state file to remove old legacy properties. Closes #3086 2023-02-07 09:40:44 +00:00