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-01-31 12:01:23 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4e301d54dfb8314073d31f494816eba822986559
steampipe
/
pkg
/
plugin
History
Binaek Sarkar
4e301d54df
Fixes issue where 'plugin list' hangs if there are connections with 'import_schema = "disabled"'.
Closes
#3561
2023-06-14 15:54:00 +01:00
..
actions.go
Fixes issue where 'plugin list' hangs if there are connections with 'import_schema = "disabled"'.
Closes
#3561
2023-06-14 15:54:00 +01:00
installed.go
Update mod require, deprecate steampipe property and add steampipe block. Deprecate plugin version property and add min_version`.
Closes
#3347
. Fix args passed to dependency mods failing to resolve if they reference variables.
Closes
#3348
2023-04-19 12:28:53 +01:00
update.go
Execute RefreshConnections asyncronously and optimise for high connection count. Add connection_state table.
2023-05-10 09:05:08 +01:00
version_check_payload.go
Restructure steampipe repo to use pkg folder.
Closes
#2204
2022-06-27 11:36:03 +01:00
version_checker.go
Fixes issue where 'plugin-manager' incorrectly executes scheduled tasks (e.g. update check).
Closes
#3421
2023-05-17 13:16:40 +01:00