Allison Karlitskaya
Allison Karlitskaya
**Is your feature request related to a problem? Please describe.** I run coverage on pytest under tox in my project, and I'm trying to move to a src layout. That...
### Explain what happens 1. `tools/make-dist` 2. `touch pkg/static/login.css` 3. `tools/make-dist` Notice that the `static` webpack doesn't get rebuilt. I looked at this briefly, but I couldn't find the cause.
### Explain what happens 1. Use Cockpit Client to login to your server running fedora-coreos (with cockpit overlays) 2. Highlight part of the hostname as well as part of the...
### Explain what happens Current situation: - Create an SSH key on your Yubikey (`ssh-keygen -t ed25519-sk`). By default, presence confirmation is required. Upload the pubkey to your server. -...
cockpit.conf can now specify a unix socket address in the ConnectTo= field of a given authentication method. If this is provided, and no Command= is present, then a connection will...
Switch over to systemd allocating user IDs for us dynamically, dropping our static users. We create these users dynamically: - `cockpit-session-socket` is the group owner of `/run/cockpit/session` - `cockpit-wsinstance-socket` is...
AsyncStdio was a helper to provide a socket that Python's asyncio could talk to. It worked by creating a socketpair and connecting one side to our protocol object. Then we...
### Explain what happens  ### Version of Cockpit _No response_ ### Where is the problem in Cockpit? _No response_ ### Server operating system _No response_ ### Server operating system...
cc @garrett @mvollmer Here's a failing test run: https://cockpit-logs.us-east-1.linodeobjects.com/pull-3740-20220817-080725-34afc5b0-fedora-36-cockpit-project-cockpit/log.html I retried this run because it was blocking an image refresh for an unrelated reason. I want to file this issue...
### Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/flatpak/flatpak-builder/issues) for a bug that matches...