Commit Graph

4 Commits

Author SHA1 Message Date
kaidaguerre
e0ff19a280 Update package naming to be consistent and follow Go standards. Closes #1282
General code spring cleaning:
* move file paths from `consts` package to `filepaths`
* move InitData and ExportData to query and control packages
2022-01-04 12:28:36 +00:00
kaidaguerre
7e7e0dd130 Add support for parallel control execution. Only spawn a single plugin per steampipe connection - defer plugin spawning to a PluginManager service. CLoses#1073, Closes #1001 2021-11-04 11:29:28 +00:00
Puskar Basu
93db0dd23a Retry control run if the plugin crashes. Closes #757 2021-08-18 16:53:18 +01:00
Binaek Sarkar
21d2f7d3e8 Plugin update and plugin version check. Closes #164. Closes #176. Closes #177. 2021-02-18 15:26:46 +00:00