Dave Wilding

Results 25 issues of Dave Wilding

In [Integrate your charm with PostgreSQL](https://documentation.ubuntu.com/ops/latest/tutorial/from-zero-to-hero-write-your-first-kubernetes-charm/integrate-your-charm-with-postgresql/), the definition of `fetch_postgres_relation_data` has a comment that says: > [...] If no data is retrieved, the unit is set to waiting status and...

docs
26.04
rainy day

The [source files](https://github.com/canonical/operator/tree/main/docs/tutorial/from-zero-to-hero-write-your-first-kubernetes-charm) of the K8s charm tutorial have several comment blocks that aren't visible in the published docs. The comments contain info that may have been exposed in an...

docs
26.04
rainy day

Our [httpbin charm](https://github.com/canonical/operator/tree/main/examples/httpbin-demo) has a collect-status handler that accounts for various situations, but the unit tests don't cover all cases. The unit tests currently cover: - The charm going into...

docs
26.04
rainy day

This PR updates the state-transition testing docs to clarify that objects in `State` are immutable. I'm also documenting how to modify a `State` for reuse: copy & adjust the relevant...

I'm experimenting with packaging runme as a snap, for easier installation on Linux. [More info about snaps](https://snapcraft.io/about) The goal is for Linux users to be able to install runme using:...