-
Notifications
You must be signed in to change notification settings - Fork 11
chore(cleanup): various code quality cleanups #1245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
fix resource leak warnings by assigning GenericContainer instances to a local variable before assigning to the field
use direct field assignment (this.container =) instead of intermediate local variable to match the pattern used in S3StorageResource
|
/build_test |
|
Workflow started at 1/14/2026, 10:00:01 AM. View Actions Run. |
|
CI build and push: All tests pass ✅ |
|
No OpenAPI schema changes detected. |
|
No GraphQL schema changes detected. |
|
/build_test |
|
Workflow started at 1/14/2026, 11:51:18 AM. View Actions Run. |
|
No GraphQL schema changes detected. |
|
No OpenAPI schema changes detected. |
|
CI build and push: All tests pass ✅ |
|
/build_test |
|
Workflow started at 1/14/2026, 2:48:16 PM. View Actions Run. |
|
No OpenAPI schema changes detected. |
|
No GraphQL schema changes detected. |
|
CI build and push: All tests pass ✅ |
Welcome to Cryostat! 👋
Before contributing, make sure you have:
mainbranch[chore, ci, docs, feat, fix, test]To recreate commits with GPG signature
git fetch upstream && git rebase --force --gpg-sign upstream/mainRelated to #966
Related to #1061
Description of the change:
expectNotificationwith newer and betterexpectWebSocketNotification