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-02-24 20:00:27 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b15249c690f7f7d2e78a2fbfe28c8b5dc68e8a9e
steampipe
/
cmd
History
kaidaguerre
c3ddd658af
Update plugin manager config watcher tro update plugin manager config before refreshing connections before updating plugin manager with the modified config.
Closes
#1163
2021-11-23 10:37:15 +00:00
..
check.go
Create prepared statements one by one to allow accurate error reporting and reduce memory burden. Fix workspace file watching. Fix async error display. Close ##1148.
Close
#1152
.
Close
#1085
2021-11-21 10:53:33 +00:00
completion.go
Update and tidy the help text.
Closes
#1039
2021-10-22 13:27:37 +01:00
plugin_manager.go
Update plugin manager config watcher tro update plugin manager config before refreshing connections before updating plugin manager with the modified config.
Closes
#1163
2021-11-23 10:37:15 +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
Create prepared statements one by one to allow accurate error reporting and reduce memory burden. Fix workspace file watching. Fix async error display. Close ##1148.
Close
#1152
.
Close
#1085
2021-11-21 10:53:33 +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