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-25 05:01:06 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c232da12e95cb0830a5263f55f40edd4d45763a2
steampipe
/
cmd
History
kaidaguerre
3bb4bf97d3
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
..
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
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
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