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
|
5abe6a02ce
|
Add install-dir argument to specify location of the installation folder. Closes #241
|
2021-03-15 17:24:36 +00:00 |
|
Binaek Sarkar
|
ce91eb980d
|
Use default viper instance rather than an instance per command. Closes #243
|
2021-03-15 16:11:36 +00:00 |
|
Binaek Sarkar
|
09b6ead962
|
Move db log location to steampipe install dir. Closes #278
|
2021-03-15 15:06:54 +00:00 |
|
Binaek Sarkar
|
131913d02f
|
Add public schema in autocomplete. Closes #123
|
2021-03-10 11:12:54 +00:00 |
|
Binaek Sarkar
|
05e0154a99
|
Fix steampipe server not found error after failed connection validation . Closes #220
|
2021-03-03 17:03:03 +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
|
7b4e7fb0f1
|
Wrap plugin list output to window width. Closes #235 (#244)
|
2021-03-03 12:29:10 +00:00 |
|
kai
|
72aeab0bfc
|
Revert "exit on Ctrl+C shortcut. Closes #74"
This reverts commit f48f849d
|
2021-02-24 16:18:40 +00:00 |
|
kai
|
f80f0f592b
|
Add missing reference
|
2021-02-24 16:02:22 +00:00 |
|
Binaek Sarkar
|
f48f849d19
|
exit on Ctrl+C shortcut. Closes #74
|
2021-02-24 14:30:33 +00:00 |
|
Binaek Sarkar
|
0175f27a02
|
Enforce reserved connection name ('public', 'internal'). Closes #168
|
2021-02-24 13:48:10 +00:00 |
|
Binaek Sarkar
|
3654052f46
|
Spinner should not come up in non-interactive query mode. Closes #227
|
2021-02-24 13:34:15 +00:00 |
|
Binaek Sarkar
|
6a57ef65dd
|
Ensure search path is set for clients other than Steampipe - set search_path for 'steampipe' user. Closes #218
|
2021-02-24 10:46:37 +00:00 |
|
Binaek Sarkar
|
bbe28cbf12
|
Add pluralisation to utils. Closes #210
|
2021-02-23 19:41:06 +00:00 |
|
kai
|
6f808e3e98
|
Refactor error reporting in the display code - pass row result and error on same channel to avoid timing issues. Closes #211
|
2021-02-22 17:41:06 +00:00 |
|
kaidaguerre
|
e86f1f0f30
|
Ensure all hydrate errors are reported. Closes Issue 206 (#207)
|
2021-02-19 20:39:00 +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 |
|
kaidaguerre
|
aec3776876
|
Validate that plugins do not have an sdk version greater than the version steampipe is built against. Closes #183
|
2021-02-17 16:42:24 +00:00 |
|
Binaek Sarkar
|
4cc6b8b24e
|
update output when fdw is updated. Closes #165 (#166)
|
2021-02-17 08:55:19 +00:00 |
|
kaidaguerre
|
ff7ef4d809
|
Add support for connection config. All env vars should have STEAMPIPE_ prefix. Closes #172 Closes #173 (#184)
|
2021-02-17 08:48:35 +00:00 |
|
kai
|
0b5cd672b0
|
Fix typo in error message. Closes #163
|
2021-02-11 14:29:04 +00:00 |
|
Binaek Sarkar
|
bdee81fbe3
|
Fix 'no unpinned buffers available' error. Remove shared buffer size limitation. Closes #122
|
2021-02-10 14:22:43 +00:00 |
|
Binaek Sarkar
|
277fec6f93
|
Add 'line' output format. Closes #114
|
2021-02-09 17:25:33 +00:00 |
|
Binaek Sarkar
|
6a6bbdde75
|
Add SQL helper function 'glob'. Closes #134
|
2021-02-04 17:41:47 +00:00 |
|
Binaek Sarkar
|
93cb973bf0
|
Only show wait spinner in interactive mode . Closes #106
|
2021-01-29 15:32:07 +00:00 |
|
Binaek Sarkar
|
9cb59e8a15
|
.inspect should not require the fully qualified name for unique names. Closes #21
|
2021-01-29 10:29:54 +00:00 |
|
kai
|
203734d09b
|
Increase timeout before showing query spinner. Update the spinner text. CLoses #91
|
2021-01-28 17:11:48 +00:00 |
|
Binaek Sarkar
|
ac2e6a82f8
|
Add thousand comma on spinner progress and update spacing. Closes #86
|
2021-01-28 16:51:37 +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 |
|
Rupesh Patil
|
112fdc609e
|
Add a .help command. Closes #54
|
2021-01-28 13:29:21 +00:00 |
|
kaidaguerre
|
0877e8aec5
|
Add spinner for slow queries. Closes #15 (#77)
|
2021-01-27 14:06:44 +00:00 |
|
Binaek Sarkar
|
e399accb27
|
Passing a bad query as a parameter to steampipe query results in session remaining open. Closes #60
|
2021-01-25 09:50:19 +00:00 |
|
kai
|
724c617de7
|
query panics when exiting if 'service stopped --force' has been run. Closes #38
|
2021-01-22 13:24:43 +00:00 |
|
Binaek Sarkar
|
96317e1cdd
|
steampipe service stop should not stop if service was started by query. Closes #35
|
2021-01-21 11:55:53 +00:00 |
|
Binaek Sarkar
|
11da738aed
|
check that the required FDW version is installed. Closes #32 (#34)
|
2021-01-21 10:58:42 +00:00 |
|
tyagiparth
|
be46a91712
|
Clear postgres logs older than 7 days. closes #16
|
2021-01-21 10:48:14 +00:00 |
|
Binaek Sarkar
|
ab323b3ba9
|
handle shift+arrow keys. Closes #7 (#30)
|
2021-01-21 10:47:14 +00:00 |
|
Nathan Wallace
|
20782890c5
|
Put public schema first in the search_path (not last) for easier use
|
2021-01-20 23:09:53 -05:00 |
|
Nathan Wallace
|
2a596d9515
|
Tidy up user experience and log messages during first install. Simplify generated passwords.
|
2021-01-20 23:01:46 -05:00 |
|
kaidaguerre
|
4b28072d02
|
Update postgre setup - add steampipe database and user, move FDW tables into steampipe schema, update permissions to protect users. Closes #24
|
2021-01-20 21:27:36 +00:00 |
|
Binaek Sarkar
|
3be4dc3b39
|
Add autocomplete for meta-commands. Closes #6 (#20)
|
2021-01-20 21:01:49 +00: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 |
|