kaidaguerre
07782a2b13
Adds support for verbose timing information. Closes #4237 . Closes #4244
...
- JSON output format has changed to move the rows to under a `rows` property, with timing information under the `metadata` property
- Update timing display to show rows returned and rows fetched, as well as adding verbose mode which lists all scans
- Use enums for output mode and timing mode - timing is now either `on`, `off` or `verbose`
- Bugfix: ensure error is returned from ExecuteSystemClientCall. Closes #4246
2024-04-17 10:12:17 +01:00
kaidaguerre
e6e9714e4c
Update all ErrorAndWarnings function returns to pass by value, removing possibility of nil ErrorAndWarnings. Closes #3974 ( #4212 )
2024-03-21 11:46:10 +00:00
Binaek Sarkar
bd9fce7153
Fixes issue where using any meta command would load connection state even if not required. Closes #3614
2024-01-08 10:18:15 +00:00
kaidaguerre
62af6d325a
Prevent operators <>, > < in steampipe_plugin_column table being html encoded. Closes #4013
2023-12-05 19:40:53 +00:00
kaidaguerre
0199aaceca
Add function to clear connection cache. Closes #3937
...
* Add function to clear connection cache.
* Update FDW to v1.9.0 - Add ability to clear connection cache by inserting into settings table.
* Update plugin sdk to v5.6.1
* fix listen unit tests
(cherry picked from commit 4fa11a424e )
2023-09-29 20:20:08 +01:00
kai
5812c59f10
add introspection tables to autocomplete. Closes #3920
...
gracefully handle startup failure to read ResolvedListenAddresses in server state
2023-09-27 19:45:36 +01:00
kaidaguerre
79606c5bcd
Rename internal introspection tables. Fix warning notifications from RefreshConnections. Improve error handlingh for config inconsistencies in conneciton and plugin config. Closes #3886
2023-09-22 16:02:41 +01:00
kaidaguerre
7feb305fde
Provide mechanism for plugin manager to send warnings back to CLI. Closes #3603 ( #3835 )
2023-09-13 15:34:15 +01:00
Binaek Sarkar
a3a714d6cd
Fixes issue where temporary tables are dropped in interactive prompt when pool connections are recycled. Closes #3359 . Closes #3781
2023-09-06 16:46:40 +01:00
kaidaguerre
2a86d08445
Add support to retrieve plugin rate limiter definitions and use to populate steampipe_rate_limiter table. Closes #3805 ( #3803 )
2023-09-06 13:28:22 +01:00
Binaek Sarkar
edfe58f815
Revert "Fixes issue where temporary tables are lost in the middle of a long running interactive session. Closes #3543 " ( #3789 )
...
This reverts commit 047d8b5556 .
2023-09-01 14:33:05 +01:00
Binaek Sarkar
047d8b5556
Fixes issue where temporary tables are lost in the middle of a long running interactive session. Closes #3543
2023-08-29 12:18:20 +01:00
Binaek Sarkar
132b3a7c32
Fixes issue where metaquery hangs in interactive prompt. Closes #3775
2023-08-28 17:21:30 +01:00
Binaek Sarkar
08b447a261
Differentiate between user and system queries using application name. Closes #3600
2023-08-25 16:50:27 +01:00
Puskar Basu
6aaf9bc5be
Update 'sperr' import references. Closes #3748
2023-08-17 13:52:04 +05:30
kaidaguerre
202cb68692
Add HCL support for defining rate limiters, with filewatching as per connection config. Closes #3746
2023-08-11 14:24:44 +01:00
Binaek Sarkar
72323ef37a
Merge branch 'v0.20.x'
2023-08-09 17:48:09 +05:30
Puskar Basu
5995e35937
Fix issue where interactive prompt exits/crashes when the code panics. Closes #3713
2023-08-07 11:23:31 +01:00
Binaek Sarkar
854819f8f1
Validates workspace profile cache settings. Closes #3646
2023-07-14 13:22:08 +01:00
Binaek Sarkar
d807c9c093
Fixes issue where CAPITAL arguments to '.cache' meta command were not getting recognised. Closes #3670
2023-07-13 15:37:48 +01:00
kaidaguerre
b06348757a
Fix linting warnings
...
---------
Co-authored-by: Binaek Sarkar <binaek@turbot.com >
Co-authored-by: Puskar Basu <puskar@turbot.com >
2023-07-06 16:08:23 +01:00
Binaek Sarkar
120999a374
Adds feature where type '.cache' in interactive shows the current value of cache. Closes #2439
2023-07-04 16:02:52 +01:00
Binaek Sarkar
aeec7622d8
Fixes issue where interactive prompt autocomplete dropdown was showing connections in error. Closes #3628
2023-06-30 08:53:22 +01:00
Binaek Sarkar
bb53c87c86
Fixes issue where connection state fails to load when connecting to pre-0.20.7 service. Closes #3612
2023-06-22 16:21:10 +01:00
Binaek Sarkar
c3d21d4436
Fixes issue where 'dot' commands in interactive prompt fail to execute if there's a file/folder by the same name in the working directory. Closes #3558
2023-06-12 16:35:43 +01:00
kai
7753d5385d
If custom is search path is set, only fail a query if ALL connections are in error
2023-05-18 16:54:56 +01:00
kai
8ec8c76907
Fix .connection meta-command in interactive returning an empty table #3449
2023-05-18 14:56:24 +01:00
kai
3b1e99182a
Replace all '...' with ellipsis … in terminal output. Closes #3441
2023-05-18 10:41:27 +01:00
kai
f7be761c5c
Fix NRE when inspecting introspection tables. Closes #3440
2023-05-18 10:34:51 +01:00
kaidaguerre
5fdf6920cf
Add support for connecting to a steampipe server which does not have connection state table (i.e. it is a pre v0.20.0 version). Closes #3414
2023-05-16 17:15:13 +01:00
kaidaguerre
4635640f4e
Remove 'steampipe_command' schema and move settings and scan_metadata foreign tables to 'steampipe_internal' schema. Closes #3416
2023-05-16 17:12:44 +01:00
kaidaguerre
b0b2c62338
Add support for 'import_schema' property in connection config, controlling whether to create a postgres schema for a steampipe connection. Closes #3407
...
Rename 'connection_state' table to 'steampipe_connection_state'. #3403
Rename 'internal' table to 'steampipe_internal
Remove 'Connection' property from ConnectionState
2023-05-15 13:07:36 +01:00
kaidaguerre
40804a3201
Execute RefreshConnections asyncronously and optimise for high connection count. Add connection_state table.
...
- Execute RefreshConnections asyncronously
- Add connection_state table to indicate the loading state of connections
- Optimise RefreshConnections by cloning connection schemas
- Add locking to ensure only a single instance of RefreshConnections runs
- Start executing queries without waiting for connections to load, add smart error handling to wait for required connection
- Optimise autocomplete for high connection count
- Autocomplete and inspect data available before all conections are refreshed
- Update file watcher to respond to CHMOD, so thaat it pickes up deletion of file contents
Closes #3394
Closes #3267
2023-05-10 09:05:08 +01:00
Binaek Sarkar
299697ae2f
Updates in cache configuration to allow disabling of all caching on server. Closes #3258
...
STEAMPIPE_CACHE environment variable resolves to service cache enabled as well as client cache enabled
service cache enabled is used by the plugin manager to enable/disable caching on the plugins during startup (runtime toggle is not allowed) - with a max_ttl
client cache enabled is used to enable/disable the cache on the database connection (fdw)
A TTL can also be set on the client side capped to max_ttl on the server
2023-03-31 15:12:25 +01:00
kai
b94a47cc6f
Fix rendering issues when running .inspect. Closes #3268
2023-03-24 17:02:19 +00:00
Binaek Sarkar
a5c56bebe2
Fixes issue where spinner was not showing up in interactive prompt while a query was executing. Closes #3259
2023-03-24 14:43:23 +00:00
Binaek Sarkar
be36276fd8
Add deprecation warnings for connection.options "connection" and global terminal options. CLoses #3246
2023-03-23 14:43:06 +00:00
kai
39cd67ed89
Fix crash on shutdown if init not complete. Fixes #3252
2023-03-21 16:53:17 +00:00
Binaek Sarkar
ee8b6647c4
Rationalising 'status hooks'. Do not show spinner when setting status, instead require an explicit Show. #2432
2023-03-14 11:48:14 +00:00
kai
948d70388f
Update executeSqlInTransaction to rollback transaction in case of error
...
Do not create a new client in pluginManager.OnConnectionsChanged, instead pass a client in.
Do not pass appname to plugin manager command - instead plugin manager adds prefix the pg app name. #3184 . #3185
2023-03-08 10:56:29 +00:00
kaidaguerre
075fafec09
Use single Steampipe Postgres notification channel ( #3191 )
2023-03-07 17:34:41 +00:00
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
kai
7292008a68
Fix autocomplete for queries - call initialiseQuerySuggestions from initialiseSuggestions. #3149
2023-03-02 17:33:59 +00:00
kaidaguerre
763167bef1
Fix workspace load crash for invalid mod definition. Closes #3174
2023-03-01 15:21:34 +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
kaidaguerre
718718d053
Rationalise and optimize autocomplete. Closes #3149
2023-02-24 15:31:47 +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
b67d39ecde
Fix duplicated text input on interactive prompt during initialisation. Closes #3075
2023-02-16 12:35:43 +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