Dave Wilding

Results 28 comments of Dave Wilding

I'm also interested in this for excluding `_modules/` paths. @Koen1999 did you find a solution by dynamically generating the list of files? @jdillard if adding full regex support is going...

Thanks Ben We have this similar one for Pebble: https://github.com/canonical/pebble/issues/562

For comparison, here's what we did for Pebble: https://github.com/canonical/pebble/pull/615

Switching the docs build to the starter pack Makefile and enabling the latest versions of doc checks - especially the new spelling check. Although, I might leave the new spelling...

This is still in progress. PRs so far: - https://github.com/canonical/operator/pull/2073 - https://github.com/canonical/operator/pull/2060

@dimaqq would you mind taking a look at this first? No rush to do it this week. When you're happy with it, I'll ask for a second tick. Thanks :slightly_smiling_face:

I think we'll still want `latest` as the default (essentially ignoring `stable`). As I understand it, `stable` is intended to point to the most recent versioned release, i.e., 3.x, whereas...

Yeah, https://github.com/canonical/operator/issues/1749 should cover this, because we'll switch the K8s tutorial example charms to use the new uv-based Charmcraft profiles. Also https://github.com/canonical/operator/issues/1805 if we wanted to switch the httpbin charm...

We just had a [discussion in Matrix](https://matrix.to/#/!eNCNzcteYUDDYpStsu:ubuntu.com/$R29u6e66QwXCImH_MOMN78OrpbLoz3lyoHgUY11GfbM?via=ubuntu.com&via=matrix.org&via=laquadrature.net) that we'd prefer to use uv for all our example charms. I'm going to close this issue. https://github.com/canonical/operator/issues/1749 covers the K8s tutorial charms...

I've scoped out the items that were previously listed in this issue. Thanks @tonyandrewmeyer for your help! My planned sequence of work is: 1. #1718 2. Add a conclusions chapter...