David Edler
David Edler
## Done - show physical managed network state in case it is available, show error message if it fails to load ## QA 1. Run the LXD-UI: - On the...
# Required information * Distribution: Snap * Distribution version: 6.21 # Issue description The image export endpoint `GET 1.0/images/:id/export` is returning an inconsistent format: - If the image is unified,...
Building a nextjs application after upgrade of contentful from 10.15.1 to 11.0.2 fails due to the below message ``` Creating an optimized production build ... Failed to compile. ./node_modules/contentful/dist/contentful.cjs Module...
# Required information * Distribution: snap * Distribution version: git-6c31513 / revision 30699 / from latest/edge # Issue description - Creating a cluster group with `POST /1.0/cluster/groups` returns 409 conflict...
# Required information * Distribution: snap * Distribution version: 6.1 # Issue description Add a way to fetch images from all projects. Suggesting a new param: `GET 1.0/images?all-projects=true`. A similar...
# Required information * Distribution: snap * Distribution version: 6.1 # Issue description The `GET 1.0/metadata/configuration` response should include an indicator if a field is global or cluster member specific,...
# Required information * Distribution: snap * Distribution version: latest/edge, git-1e0b353 # Issue description When an instance is being started and the start operation fails, the instance is reported as...
Added a step to the GitHub test workflow, executing the e2e test suite from lxd-ui with a lxd backend built from the current branch from a PR or main branch....
The [MultiSelect](https://canonical.github.io/react-components/?path=/docs/components-multiselect--docs) component announces a help prop, that we know from other components. It should render text in a small grey font below the input. The component ignores the help...
## Done - feat(metrics) show all disk metrics and label main disk metric to root disk - feat(metrics) add cpu metrics, rework metric parsing functions and types Fixes #1194 ##...