Commit Graph

347 Commits

Author SHA1 Message Date
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
kai
c2b1af79af Rename named_query_provider to workspace_resource_provider.go 2021-07-12 15:44:27 +01:00
Binaek Sarkar
7830670368 Fix for issue where query freezes if there's no data on stdin. Closes #570 2021-07-12 08:52:04 +01:00
kai
f7e2932014 v0.6.2. Closes #594 2021-07-08 21:35:39 +01:00
kai
70962e1f3d Update FDW to v0.0.43 - fixes cache enabled logic being reversed v0.6.1 2021-07-08 17:53:44 +01:00
kai
d15f897bfc Update CHANGELOG.md for v0.6.1 2021-07-08 16:56:40 +01:00
kaidaguerre
a0279fc676 Merge pull request #568 from turbot/issue-523
Updates to steampipe service. Closes #523.
2021-07-08 15:28:30 +01:00
Binaek Sarkar
f4c6d479ba Update service start code to remove need to spawn a separate process when starting for 'check'/'query`. Closes #581 2021-07-08 15:26:45 +01:00
kai
91dfca4f5a Update FDW version to use 0.0.42 2021-07-08 12:46:35 +01:00
Binaek Sarkar
c0b5d28d9f Fixes description of --tag flag in check cmd. Closes #589 2021-07-08 14:43:50 +05:30
kai
c10a59dd06 v0.6.1 #590 2021-07-08 10:09:17 +01:00
kai
731283aec7 Update FDW to 0.0.42-rc.7: Update Timestamp column value conversion code to use RFC 3339 string value directly. 2021-07-07 19:48:40 +01:00
kai
96ac315b5c Update logging 2021-07-07 16:22:39 +01:00
kai
197c58a56b Update FDW version to 0.0.42-rc.6: simplify iterator stream management, fixes issues with 'limit' and cancellation 2021-07-06 13:52:38 +01:00
kai
cdeac766b4 Update plugin sdk reference to latest main 2021-07-06 13:43:15 +01:00
kai
faf95f4374 Update FDW to 0.0.42-rc.4: Fix plugin errors (e.g. missing key column qual) causing a freeze. 2021-07-05 18:05:41 +01:00
kai
15abbe9c68 Update dependencies 2021-07-05 13:03:37 +01:00
Binaek Sarkar
a88c2ad83d Fix issue where dimension values were not rendered in generated CSV for check. Closes #587 2021-07-05 12:57:53 +01:00
kai
35d91296c5 update FDW to 0.0.42-r3.3
- Update ScanIterator to lock the read thread when closing, to avoid cancellation panics
- Handle failure to extract column when converting quals
2021-07-05 12:42:57 +01:00
Binaek Sarkar
58fafc8154 Fix Linux Installer script showing verification error for Amazon Linux. Closes #538 2021-07-05 12:39:08 +01:00
Binaek Sarkar
3a0db749cc Fix issue where using --timing with check was not showing duration. Fixes #571 2021-07-05 12:21:43 +01:00
kai
3ff8eeddc5 Update steampipe-plugin-sdk reference version to support v0.3 (ProtocolVersion 20210701) 2021-07-01 14:36:55 +01:00
kai
d71b0a7205 Update FDW version to 0.0.42-rc.2 - this adds initial aggregate connection support and fixes a caching optimisation for plugins using v1.3 of the sdk. 2021-07-01 12:37:34 +01:00
Binaek Sarkar
7c85c5c2db Update service start to add --foreground flag. Closes #535 2021-07-01 09:34:04 +01:00
Binaek Sarkar
e1031902ee Update service start to 'claim' a service started by query or check session, instead of failing. Closes #580 2021-07-01 09:32:12 +01:00
Binaek Sarkar
3098b95e53 Add --all flag to service status to list status for all running services. Closes #532 2021-07-01 09:24:48 +01:00
Binaek Sarkar
115c8e5feb Remove locking from service code to allow multiple 'query' and 'check' sessions in parallel without requiring a service start. Closes #579 2021-07-01 09:24:48 +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
kai
2643f0cabf Update dependencies 2021-06-29 14:34:05 +01:00
tyagiparth
5fdc9cab79 Support executing controls from query command. Closes #470 2021-06-28 10:26:51 +01:00
tyagiparth
46c3461553 Update BATS Tests as per the latest chaos plugin (#569) 2021-06-23 15:23:02 +01:00
kai
b6eb72fb3e Update fdw version to 0.0.41 - fix incorrect caching of 'get' query results for plugines build with sdk >= 0.3.0. 2021-06-21 12:30:29 +01:00
tyagiparth
6737f1a6ca Remove .DS_Store and add it to .gitignore. closes #561 2021-06-18 11:18:16 +01:00
kai
9c35b58137 Update CHANGELOG.md for 0.6.0 #560 v0.6.0 2021-06-17 16:51:52 +01:00
kaidaguerre
49fd91ea68 Do not show spinner when updating metadata tables after a file watcher event. Closes #563 2021-06-17 16:39:39 +01:00
kai
cd545eec99 Update missing plugin error message. #557 2021-06-17 16:22:16 +01:00
kaidaguerre
26d5d78713 Use custom postgres escape token to avoid chance of clash with the escaped text. Closes #554 (#562) 2021-06-17 15:37:28 +01:00
kai
5eb8f5016e v0.6.0. Closes #560 2021-06-17 13:28:29 +01:00
Binaek Sarkar
dac31223d3 Fixing issue with multiple bad --export flags. Closes #558 (#559) 2021-06-17 13:23:09 +01:00
kai
1f8abc239a Update check export error messsage formatting. 2021-06-17 12:54:54 +01:00
kai
7f07fc837d Update FDW version to 0.40.0. For plugins using sdk > 0.3.0, only use key columns quals in cache key. Add paths for all columns. 2021-06-17 12:54:15 +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
174e2d95b5 Support for --header flag in check. Closes #550 (#555) 2021-06-17 12:22:54 +01:00
kaidaguerre
8560428e77 Revert bash autocompletion. #481 2021-06-17 10:40:55 +01:00
Binaek Sarkar
0dad39053d Add support to check command filter controls with --tag and --where argument. Closes #539 2021-06-16 18:00:54 +01:00
Binaek Sarkar
89fe95a507 Fix: generated file names in check exports should not have colons. Closes #542 2021-06-16 17:41:29 +01:00
Binaek Sarkar
92c656334c Support for inferring export format when only the target file is given. Closes #543 2021-06-16 17:41:05 +01:00
kaidaguerre
5494c8abce Steampipe check should not show dots across terminal when there are no dimensions. Closes #519 2021-06-16 15:29:17 +01:00
Binaek Sarkar
ec90b75104 Add support for custom separator for csv output/export in check. Closes #544 2021-06-16 14:27:56 +01:00
kaidaguerre
e5b99605cf Add --dry-run flag to check command to show which controls would be run. Closes #468 2021-06-15 18:14:42 +01:00