Thomas Miller
Thomas Miller
When performing mdns or dns resolution for a given hostname v4 addresses are always returned for the connection over v6 when an address supports dual stacks. This allows for ipv6...
Early work for lp1951415 that allows the container agent to run under pebble. As part of lp1951415 we need to move the container agent under pebble. This PR introduces that...
This change starts to introduce the necessary steps needed for compiling jujud with dqlite built in using CGO. The change in this PR is for integrating the compilation step with...
We have a lot of usage of model uuid as a core type in many packages. It makes more sense for this type to live in core and be referenced...
### Steps to reproduce In any of the open chats that I have going in Element I am constantly faced with the error message "Connectivity to the server has been...
The logging for both fan mode and swing was trying to log unsigned integers as strings causing the esp device to crash. This change now logs the string representation of...
## Checklist - [X] Confirmed this is an issue with charm-tools, not charmstore-client - [x] Provide versions of tools used - [x] Described the feature or ways to replicate the...
# Introduction Since `juju/errors` was first concieved a lot of changes have happened in the Go errors space that are starting to be in conflict with the design of this...
**This PR is not ready to land. It requires the service and state to land. These PR's are coming shortly** This PR moves the key updater facade over to use...
This commit introduces the state layer required for the keyupdater domain. This is based on the requirements identified in the corresponding services layer. Extension of PR #17604 and is needed...