cockpit
cockpit copied to clipboard
Cockpit is a web-based graphical interface for servers.
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....
Since Git 2.37.2 there is a new option in Git to configure revisions to be ignored by git blame. This can be used to ignore re-styling commits automatically by setting...
If parsing /etc/kdump.conf doesn't return usable settings, try /etc/sysconfig/kdump which is used by SUSE distributions as the main kdump config. The file is in dotenv format and currently only KDUMP_SAVEDIR,...
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...
cockpit-tls [107658]: cockpit-tls gnutls_handshake failed: A TLS fatal alert has when connecting
This is just a PR to add mypy for testlib.py and make it pass. The typing in testlib.py is not complete yet. In the future we can lint src/cockpit but...
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...