Add support to interact with a local podman installation#211
Open
NotTheEvilOne wants to merge 3 commits intomainfrom
Open
Add support to interact with a local podman installation#211NotTheEvilOne wants to merge 3 commits intomainfrom
NotTheEvilOne wants to merge 3 commits intomainfrom
Conversation
6d29503 to
9aff29a
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #211 +/- ##
==========================================
- Coverage 91.44% 91.10% -0.35%
==========================================
Files 42 44 +2
Lines 2092 2394 +302
==========================================
+ Hits 1913 2181 +268
- Misses 179 213 +34 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9aff29a to
41c4a3a
Compare
vivus-ignis
reviewed
Oct 2, 2025
vivus-ignis
reviewed
Oct 2, 2025
vivus-ignis
reviewed
Oct 2, 2025
vivus-ignis
requested changes
Oct 2, 2025
Contributor
vivus-ignis
left a comment
There was a problem hiding this comment.
Please add tests. I've also added some suggestions.
5eea9cf to
0f14ce7
Compare
4d6fba8 to
01a90ec
Compare
7029e14 to
b9039cc
Compare
Contributor
Author
Code is now ready for review, I would highly appreciate your feedback @vivus-ignis. |
vivus-ignis
requested changes
Dec 19, 2025
0dbdc21 to
67d413d
Compare
yeoldegrove
approved these changes
Jan 21, 2026
67d413d to
f2c2f1b
Compare
Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
Signed-off-by: Tobias Wolf <wolf@b1-systems.de> On-behalf-of: SAP <tobias.wolf@sap.com>
f2c2f1b to
ab347bc
Compare
Signed-off-by: Tobias Wolf <wolf@b1-systems.de> On-behalf-of: SAP <tobias.wolf@sap.com>
ab347bc to
08405e0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
This PR adds support to interact with a local podman installation.
Which issue(s) this PR fixes:
Closes #199
Closes #200