Martin Pitt
Martin Pitt
Draft for now, I want to keep this open to track the packaging/distro bugs which prevent this. With a simple `packit srpm` and `rpmbuild -rb python-dbusmock-0.28*.src.rpm` in current Fedora 36...
**Is your feature request related to a problem? Please describe.** We are trying to add the display of scheduled shutdowns to [Cockpit](https://cockpit-project.org/). For that, the cockpit page needs to react...
cockpit-machines and subscription-manager-cockpit currently have outdated code copies of these. It makes more sense to move them to test/common, so that they can be shared and versioned similar to testlib.py....
Most of the `a && b` constructs were wrong for our intent, as it will silently succeed if `a` fails, and never run `b`. This can often cause follow-up failures...
We want to support running cockpit-ws behind https://www.3scale.net/. This PR subsumes all the changes that we need for this on the cockpit side, so that we can easily build a...
This is sufficient to pass pkg/base1/test-http.js, but is still missing a lot: - [x] needs to not block other channels: * [aiohttp](https://github.com/aio-libs/aiohttp/) would be nice, but it's an external module...
Provide a simple replacement for the C bridge's `--interact=separator` option. This makes it possible for humans to speak the protocol without having to count the bytes. Wiring this through main()...
### Explain what happens Side issue in https://bugzilla.redhat.com/show_bug.cgi?id=2062297 : When entering a kdump NFS target which does not exist on the server, the error message says: > Error: Unable to...
### Explain what happens In PR #17302 we quick-fixed the "cancel pending shutdown" functionality for systemd 251. However, tthis is an incomplete fix: We should not even show the cancel...
See @garrett's review in https://github.com/cockpit-project/cockpit/pull/17214#pullrequestreview-930307611 . This makes our dialogs comply with [PatternFly form validation design](https://www.patternfly.org/v4/components/form/design-guidelines/#error-validation-on-submission). On main they look like this:     With this PR they...