Dima Tisnek
Dima Tisnek
Given that the issue occurred in older pythons that don't accept bug fixes any more, and could not be reproduced in newer pythons, I recommend that this issue be closed.
Python 3.9 is EOL. Let's close this.
Kind poke @AA-Turner maybe? I was hoping to see this land in Sphinx 8. I'm not sure about all of the code, but we've cherry-picked the regexp change alone into...
Let's validate whether the juju agent makes live calls to some vault to get secret data or already has a copy of secret data when the charm is invoked.
Sprint discussion: - we'll talk to Juju to figure out if they are willing to extend `secret-info-get` to do a "secret check" operation - publish advice for charmers (within our...
@tonyandrewmeyer still draft or ready for review and possibly merge?
> `JUJU_REMOTE_UNIT` is still set in relation-departed. The issue is only that the unit is not included in `relation-list` in that event (the environment variables are fine, it's the output...
Cross-referencing https://matrix.to/#/!eNCNzcteYUDDYpStsu:ubuntu.com/$soyBslfVVkROMq-FOPTTq_prEMxdSdSPrAcmVnjIZz4?via=ubuntu.com&via=matrix.org&via=laquadrature.net
Some charm unit tests use idioms like this: ```py tracing = Relation( "tracing", remote_app_data=TracingRequirerAppData(receivers=[requested_protocol]).dump(), ) ``` That being said, manual `json.dumps()` and manual plain (without json) are used in the...
Thank you @smheidrich I've added a bug report to that repo. P.S. that's a handy ag/rg/grep to help diagnose problems like this.