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-21 11:00:21 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fd94b2e2ec8a0f490cbe910c87f8b3e418b2a7d3
steampipe
/
pkg
/
modinstaller
History
kai
fd94b2e2ec
working on it
2024-09-27 18:14:25 +05:30
..
testdata
/mods
Restructure steampipe repo to use pkg folder.
Closes
#2204
2022-06-27 11:36:03 +01:00
byte_sequence.go
Fixes issue where 'mod install' on an existing mod would sometimes corrupt the 'mod.sp' file.
2023-05-09 22:34:09 +01:00
git.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
helpers.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
install_data.go
remove unnecessary funcs from pkg/modinstaller
2024-09-27 18:13:12 +05:30
install_opts.go
Improve error message when running steampipe check/dashboard outside a mod and refactor default mod creation.
Closes
#3215
2023-04-20 12:02:50 +01:00
install.go
working on it
2024-09-27 18:13:12 +05:30
mod_installer_args.go
Update database code to use pgx interface so we can leverage the connection pool hook functions to pre-warm connections.
Closes
#2422
(
#2438
)
2022-10-05 12:38:57 +01:00
mod_installer_prune.go
Support mods requiring different versions of the same mod. Resources from transitive dependencies should not added the mod resource map
#3302
(
#3303
)
2023-04-04 15:08:27 +01:00
mod_installer_require.go
Fix modfile being left invalid after mod uninstall. Fix variables not being reloaded after file watch event.
Closes
#4123
.
Closes
#4124
2024-02-09 12:28:13 +00:00
mod_installer_test.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
mod_installer.go
working on it
2024-09-27 18:14:25 +05:30
resolved_mod_ref.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