Jelle van der Waa

Results 396 comments of Jelle van der Waa

Failing tests on ubuntu-2204 are due to podman not support user mounts on 3.4.4 and requires 4.0.0 so our gui should hide it https://github.com/containers/podman/issues/10379

Issue summary: * Fedora-coreos/debian-testing testCreatePodUser fails for unknown reasons * Changed Pixel tests for https://cockpit-logs.us-east-1.linodeobjects.com/pull-961-20220927-091133-81d25dcc-fedora-36/pixeldiff.html#TestApplication-testRunImageSystem-integration-medium Ok, issue here is: - Our own scss is not applied, ImageRunModal.scss has CSS included...

> Also found it a bit confusing, that when you create pod and give it ports and volumes, you don't see them in the UI unless you add there container...

> Thanks everyone for pushing things through, I haven't had any time to pursue this myself. No problem, thanks for the initial PR!

Implemented in https://github.com/cockpit-project/cockpit-podman/pull/1074

As volumes allow for purning unused volumes, shouldn't we also show which volume is unused and used by a container similar to images?

Found one with comments: ![image](https://user-images.githubusercontent.com/67428/185339579-2838521a-bd2c-4c6f-9e0c-59757ce69554.png) Now only showing Comments when there are available, fixed the showing of size to be reported in MB instead of MiB show our UI is...

What do you think of: ![image](https://user-images.githubusercontent.com/67428/185381118-1649b240-f3a7-4744-851e-c94bbbc5a0a0.png)

> Nice, thanks! > > Tests are unhappy, two small comments and please add release note, thanks! Test should be fixed, React keeps a tbody around from the History tab.....

Managed to reproduce it with for example: ``` podman play kube wordpress.yml ``` wordpress.yml ``` apiVersion: v1 kind: Pod metadata: creationTimestamp: "2021-11-24T16:41:57Z" labels: app: project name: project spec: containers: -...