Puskar Basu
Puskar Basu
Reproduction steps: 1. Install a mod 2. Run `powerpipe server` 3. Update a dashboard/benchmark 4. Publish/Tag a new version of the mod 5. Run `powerpipe mod update` 6. Mod gets...
Update the workflow to a common and consistent pattern which will be used all the current and future pipelings.
### Run smoke tests after releasing prod versions Currently, smoke tests on Linux distributions are run before a production release. This takes a lot of time for the release process...
Update the workflow to a common and consistent pattern which will be used all the current and future pipelings. ## Versioning The versioning has to be updated to follow the...
Create a new dynamic connection eg csv: ```hcl connection "csv5" { plugin = "csv" paths = [ "~/.steampipe/csv/*.csv" ] } ``` Run query: ```sql steampipe query "SELECT table_name FROM information_schema.tables...
Use pipe-fittings `utils.PidExists` func in service shutdown code instead of the steampipe version
We should look to use pipe-fittings/v2/utils.PidExists instead of this function in stop_services.go. Currently, when using the pipe-fittings function, we see some errors with the pids not being found resulting in...
Snapshots generated through steampipe currently have `.sps` extension. Since Snapshots can now be opened/accessed from Powerpipe, the extension should be `.pps`
Always add the latest tag to the released postgres DB images to GHCR (only for final releases)
After uninstalling a plugin steampipe asks to remove the existing/associated connections. But it is not mandatory to remove them to continue using Steampipe as the error message says