Jelle van der Waa
Jelle van der Waa
I've done my research and added a new test which subscribes twice on the same cockpit.DBusClient() this leads to duplicate notify() events for all subscribers as `add-match` is called twice....
There is a testers group in Archweb so this could be done, question is if people consent with their public information being shown on the website. This isn't something I...
> On the other hand, this solution needs some code to be written or changed at least, so I'd like to kindly ask Archweb developers if this is possible to...
Cockpit should reboot: ``` case "updateSuccess": { if (this.state.rebootAfterSuccess) { this.setState({ state: "restart" }); cockpit.spawn(["shutdown", "--reboot", "now"], { superuser: "require" }); ``` We have a test for it which passes...
I've tried this out, apparently I use `asciidoctor` locally. Giving probably known man page errors: ``` asciidoctor: ERROR: cockpit-bridge.adoc: line 1: non-conforming manpage title asciidoctor: ERROR: cockpit-bridge.adoc: line 1: name...
We've changed the docs slightly in this PR https://github.com/cockpit-project/cockpit/pull/21583 so that part needs updating.
Thanks @Venefilyn for picking up this pull request, I would like to propose that we focus first on converting our content to asciidoc in this pull request and then eventually...
> @jelly we need to check how to make the docs work if we don't go with Antora for now though. I'm sure we can get docs working in cockpit...
> > My comment is about how we want to land this change, its a big one. I am sure about Antora or if we want to change how we...
> @jelly Fixed. Local `make` seems to work, not checked for other distros. Appreciate if you could verify the change > > > My shortlist is: > > > >...