Skip to content
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

bridge: accept null for host/group on kill #20162

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

allisonkarlitskaya
Copy link
Member

We cleaned up our act in the Python bridge about never sending null for 'host' or 'group', by ensuring that we directly forward messages. We might still get these null values from outside, though.

Just accept null as a valid value for these fields. It's the default value anyway.

https://bugzilla.redhat.com/show_bug.cgi?id=2267376

We cleaned up our act in the Python bridge about never sending null for
'host' or 'group', by ensuring that we directly forward messages.  We
might still get these `null` values from outside, though.

Just accept `null` as a valid value for these fields.  It's the default
value anyway.

https://bugzilla.redhat.com/show_bug.cgi?id=2267376
@allisonkarlitskaya allisonkarlitskaya added the release-blocker Targetted for next release label Mar 12, 2024
Copy link
Member

@martinpitt martinpitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cheers!

@martinpitt martinpitt merged commit 4c7be12 into cockpit-project:main Mar 13, 2024
78 checks passed
@martinpitt martinpitt deleted the kill-with-null branch March 13, 2024 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-blocker Targetted for next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants