This website requires JavaScript.
Explore
Help
Register
Sign In
jprdonnelly
/
steampipe
Watch
1
Star
0
Fork
0
You've already forked steampipe
mirror of
https://github.com/turbot/steampipe.git
synced
2026-03-10 19:00:30 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
aea6b017f2f3b3d9a8567dfa91985cf687ea3e82
steampipe
/
cmd
History
Binaek Sarkar
aea6b017f2
Ensure plugin manager and db service state are managed as a unit - they should always be started and stopped together.
Closes
#1149
2021-11-19 16:07:20 +00:00
..
check.go
Fix issue where
check
progress reports negative values when errors occur.
Closes
#1131
2021-11-19 15:58:55 +00:00
completion.go
Update and tidy the help text.
Closes
#1039
2021-10-22 13:27:37 +01:00
plugin_manager.go
Remove daemon process.
Closes
#1146
2021-11-18 17:57:06 +00:00
plugin.go
Non-turbot plugin installs should show link to documentation.
Closes
#1075
2021-11-09 11:23:00 +00:00
query.go
Optimize parallel control execution. Provider more responsive feedback for control runs. Update postgres log config to optimise performance.
Closes
#1101
2021-11-16 21:57:38 +00:00
report.go
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
root.go
Remove daemon process.
Closes
#1146
2021-11-18 17:57:06 +00:00
service.go
Ensure plugin manager and db service state are managed as a unit - they should always be started and stopped together.
Closes
#1149
2021-11-19 16:07:20 +00:00