Martin Pitt

Results 113 issues of 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...

RFE 🎁
login

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...

no-test

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()...

no-test

### 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...

needsdesign
bug
page:kdump

### 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...

bug
page:overview

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: ![kdump-main](https://user-images.githubusercontent.com/200109/161728671-86eefe07-e30e-4833-8aba-ce9b72f32d72.png) ![motd-edit-main](https://user-images.githubusercontent.com/200109/161728692-e29d0ebb-95d7-4d00-8d86-8b9efc4cf6b5.png) ![timer-main](https://user-images.githubusercontent.com/200109/161728704-302bf526-9c83-4c16-8372-0aab700b07ca.png) ![crypto-policies-main](https://user-images.githubusercontent.com/200109/161728718-71d50b9b-fc30-4610-9bcf-7f598aed6e08.png) With this PR they...

blocked