Guzman
Guzman
Based on recommendations here: https://stackoverflow.com/questions/32964920/should-i-commit-the-vscode-folder-to-source-control, it makes sense to commit individual files only when the project decides to enforce/recommend settings and extensions. Until then, it is more handy to take...
Without this, following the instructions that don't require port forwarding (e.g. using "minikube tunnel") fails: the service is exposed on port 80, which is not what the frontend expects. After...
# ACS Policy Explainer - Proof of Concept ## Overview This PoC adds AI-powered policy explanations to ACS (Advanced Cluster Security) in two places: the policy detail view and the...
## Description ### Problem `handleVsockConnection` was directly performing several actions at once, which made it challenging to understand and test. ### Solution This PR adds a new `receiveAndValidateIndexReport` that encapsulates...
## Description Extracts gRPC error retry decision logic from compliance/virtualmachines/relay and roxctl/common/connection into a new shared function in pkg/retry. This is a follow-up to https://github.com/stackrox/stackrox/pull/16929#discussion_r2394255698 ### AI involvement AI generated...
## Description The `relay.go` file contained all code involved in the virtual machines relay component. This PR extracts the sock-related code (server and connection reading) into separate files, to make...
## Description Remove codes.Internal from the list of retryable gRPC errors in VM relay. Internal errors indicate server-side bugs or corrupted state that are unlikely to resolve on retry. Retrying...
## Summary Add integration tests to verify the semaphore-based concurrency control in the VM relay: - **TestRelaySemaphoreLimitsConcurrentConnections**: Verifies that the semaphore correctly limits concurrent vsock connections to the configured maximum...
## Description change me! ## User-facing documentation - [ ] [CHANGELOG.md](https://github.com/stackrox/stackrox/blob/master/CHANGELOG.md) is updated **OR** update is not needed - [ ] [documentation PR](https://spaces.redhat.com/display/StackRox/Submitting+a+User+Documentation+Pull+Request) is created and is linked above **OR**...