Janos
Janos
@bitwes I've changed the pipeline to output a junit.xml file and added a script that processes the result. This would let you declare test cases that should fail. However, for...
Hey @bitwes thank you so much for your work on GUT. I'm in a similar situation as @kumikumi as I'm building several addons of my own. I'd like to avoid...
As an addition, I'd like to document that it is possible to use submodules as Gut currently exists by using symlinks, maybe this would be worth documenting: ## Windows 1....
Confirming on v4.2.1.stable.official [b09f793f5] on Windows 11.
Hi @nsychev, unfortunately, last I checked this is how the [Go SSH library](https://pkg.go.dev/golang.org/x/crypto/ssh) works. This library gives us no way to control which authentication methods are offered. This is the...
I wouldn't hold my breath on that change, I tried to [fix a crash](https://go-review.googlesource.com/c/crypto/+/236517) on invalid configuration in the SSH library back in 2020 and it didn't get merged. The...
@tsipinakis last I checked not passing the authentication method doesn't actually remove the method from the offered methods. Did that change?
Hi @lightoyou, expanding on what @bencurio said, this would require ContainerSSH to track which containers are still in use, possibly across multiple instances, which would require a database. However, nothing...
@tsipinakis this holds a lot of possibilities for race conditons, especially with multiple ContainerSSH instances.
Hi @baldanta as RHV has moved into maintenance, we have limited capacity to work on this provider. However, if you or someone else have capacity to work on this, we...