Commit Graph

43 Commits

Author SHA1 Message Date
kaidaguerre
f5796f0db3 In interactive mode, perform connection refresh and workflow loading asynchronously. Closes #627 2021-07-15 16:36:37 +01:00
tyagiparth
3fbf2b542e Split versions.json into 2 files, one in the plugins dir, one in the database dir. Closes #576 2021-07-13 13:08:16 +01:00
Binaek Sarkar
abd5f5ec7c Update plugin cmds to start the service in PreRun and stop service in PostRun. Close #578 2021-07-01 09:21:45 +01:00
tyagiparth
418a34c6cb Validate that plugin versions required by mod are installed. Closes #557 2021-06-17 12:42:41 +01:00
Binaek Sarkar
93f7d8192c Fix to display timing profile data when appropriate env var is set. Closes #513 2021-06-11 16:18:52 +01:00
Binaek Sarkar
0f4c510b16 Add support for autocomplete in bash. Closes #481 2021-06-11 16:17:50 +01:00
kai
bd65bc5b75 Support controls with multiple parents. Add support for 'json' output format 2021-05-20 16:14:02 +01:00
Binaek Sarkar
468244aa40 Fix spinner displaying multiple newlines if spinner text is wider than the terminal. Closes #450 2021-05-12 13:47:27 +01:00
kaidaguerre
f87cc07785 Add workspace support - create named queries from sql files in current directory. Closes #369 2021-04-12 16:52:43 +01:00
kaidaguerre
0da4feb894 Add search-path and search-path-prefix arguments to query command. Closes #358 2021-04-12 15:32:48 +01:00
Justin Dray
040f9fc636 Update references from registry.steampipe.io to hub.steampipe.io (#361) 2021-04-09 15:26:50 +01:00
Binaek Sarkar
9b77a3e04e Use separate search_path for client and service. Closes #353 2021-04-08 10:37:49 +01:00
kaidaguerre
8b91221710 Ensure search path changes after RefreshConnections are reflected in current session. Closes #340 2021-03-31 14:29:26 +01:00
Binaek Sarkar
5c47e3b9d7 Refactor display code for plugin update and plugin install. Closes #274 2021-03-26 12:41:29 +00:00
Binaek Sarkar
deb3014b5a plugin install and plugin update take a long time to shutdown the service. Closes #305 2021-03-18 14:08:33 +00:00
kai
32ea7b46b4 Rename console config options block to terminal. Revert connection Load function to return config. Closes #303 2021-03-17 20:36:00 +00:00
Binaek Sarkar
a4880eafed Handle a service instance running from different install directories, without increasing query startup time. Closes #299 2021-03-17 18:21:43 +00:00
kaidaguerre
9566d2b05b Only reload connection config before refresh connections if a plugin has been installed. Closes #294 2021-03-17 11:30:26 +00:00
kaidaguerre
7441230d98 Support setting Steampipe options via HCL config. Closes #230 2021-03-16 17:16:34 +00:00
Binaek Sarkar
b363e762c3 Put Name field back into versions.json for compatibility, but do not use it. #236 2021-03-11 11:37:29 +00:00
Binaek Sarkar
385e45bb93 Update spacing for plugin update and install messages. Closes #264 2021-03-11 10:45:18 +00:00
Binaek Sarkar
72b38be91a Remove plugin Name field from version file and just use the 'key' property as name. Closes #236 2021-03-11 10:40:32 +00:00
Binaek Sarkar
6144d20ca1 Update plugin install for output consistency. Closes #259 2021-03-04 13:02:38 +00:00
Binaek Sarkar
29510765bd Tidy db error message. Ensure all panics are recovered. Closes #118 2021-03-03 14:51:12 +00:00
Binaek Sarkar
984f2795c5 plugin update now checks installed versions before updating. Increase timeout for update request. Closes #216. Closes #234 2021-03-03 12:39:13 +00:00
Binaek Sarkar
7b4e7fb0f1 Wrap plugin list output to window width. Closes #235 (#244) 2021-03-03 12:29:10 +00:00
kai
c97c8bb0f7 'plugin uninstall' should not accept no plugins in args. Tidy plugin commands help text #199 2021-02-24 17:34:59 +00:00
Binaek Sarkar
64074cf65c 'plugin update' and 'plugin install' should not accept no plugins in args. Closes #199 2021-02-24 16:00:42 +00:00
Binaek Sarkar
bbe28cbf12 Add pluralisation to utils. Closes #210 2021-02-23 19:41:06 +00:00
kaidaguerre
b95f8412f1 Plugin sdk version check should ignore patch and prerelease version. Closes #217 (#222) 2021-02-23 10:36:08 +00:00
Binaek Sarkar
ff04cf44d7 Update plugin update messaging if all plugins up to date. Closes #195 2021-02-18 16:18:59 +00:00
Binaek Sarkar
21d2f7d3e8 Plugin update and plugin version check. Closes #164. Closes #176. Closes #177. 2021-02-18 15:26:46 +00:00
kaidaguerre
c0e898c41a Refresh connections (and therefore validate plugins) after a plugin install. Closes #193 (#194) 2021-02-18 15:18:37 +00:00
kai
5df9c73d8d update spacing for plugin install output. #93 2021-02-04 15:16:55 +00:00
kaidaguerre
cebb106cbd Add plugin version to plugin install output. Update spacing. Closes #93 2021-02-04 11:14:32 +00:00
kai
74efb3ad5a Update plugin install output formatting. Close #90 2021-01-28 16:50:47 +00:00
kaidaguerre
dbc19fbd54 Show link to plugin docs after install. Update the welcome message. Closes #53 2021-01-28 13:42:40 +00:00
Binaek Sarkar
10f28228ab enforce max column width. Make .inspect description column wider. Closes #11 . Closes #12 2021-01-28 13:23:02 +00:00
kai
7d180d0b49 add debug logging for plugin installation failures. #50 2021-01-22 11:25:31 +00:00
kai
ac05c0fd95 remove url from plugin install error message. Closes #10 2021-01-21 12:50:19 +00:00
Nathan Wallace
bf95d1ad77 Rename steampipe plugin remove to steampipe plugin uninstall 2021-01-20 18:59:29 -05:00
Binaek Sarkar
f88a826b70 Service management improvements. Closes #5 2021-01-20 09:33:30 +00:00
kai
dbd4621af4 Initial commit 2021-01-19 16:46:22 +00:00