Binaek Sarkar
|
885a85492c
|
Fixes issue where '.inspect' would panic for long column descriptions. Closes #3709
|
2023-08-07 11:10:43 +01:00 |
|
Puskar Basu
|
e6ed76ca47
|
Add plugin list acceptance tests. Closes #3519
|
2023-06-05 15:17:26 +01:00 |
|
Binaek Sarkar
|
810be50551
|
Fixes issue where having non graphic code points in output would mess up table output in interactive. Closes #3205
|
2023-04-20 11:50:59 +01:00 |
|
Puskar Basu
|
18a2f65b41
|
Refactor display configuration options code.
|
2023-04-17 11:06:07 +01:00 |
|
kaidaguerre
|
86246ed927
|
Only call RefreshConnections on service startup or after a file watching event. Closes #3229
|
2023-03-15 16:33:23 +00:00 |
|
Puskar Basu
|
6ee0183a63
|
Fix query batch mode returning zero exit code when rows return errors. Closes #3044
|
2023-02-03 11:36:21 +00:00 |
|
Binaek Sarkar
|
ed4fc2d293
|
Updates 'csv' output for 'query' to output empty string for cells with 'null' values. Closes #2847
|
2023-01-20 09:26:30 +00:00 |
|
Binaek Sarkar
|
056fa56241
|
Fixes issue where interactive prompt was not showing timing data for 'json', 'csv' and 'line' outputs. Closes #2699
|
2022-11-29 10:57:37 +00:00 |
|
Binaek Sarkar
|
e5a14bce00
|
Adds 'list' sub command for 'query', 'check' and 'dashboard'. Closes #2653
|
2022-11-03 15:58:56 +00:00 |
|
Puskar Basu
|
7228dedca2
|
Fix unintuitive errors from steampipe plugin commands when a plugin (version) is missing. Closes #2361
|
2022-11-03 11:09:45 +00: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 |
|
Puskar Basu
|
8a5d1a97a4
|
Show timing info even if query returns an error. Closes #2331
|
2022-09-05 11:32:56 +01:00 |
|
Puskar Basu
|
04df91bd78
|
steampipe query --output json should not have two blank lines between query results. Closes #2340 (#2341)
|
2022-08-18 17:27:55 +05:30 |
|
Puskar Basu
|
ef5e0702d8
|
Timing terminal output should use appropriate fidelity (secs, ms) for easier readability. Closes #2246
|
2022-08-10 14:49:22 +01:00 |
|
kaidaguerre
|
5193c70395
|
Restructure steampipe repo to use pkg folder. Closes #2204
|
2022-06-27 11:36:03 +01:00 |
|