Simon Gerber
Simon Gerber
## Context We currently have no clean way to preview template changes on a feature branch of the template repository with Cruft. We can preview the changes by manually editing...
## Context The current implementation uses standalone classes for managing components and packages, but the two implementations share a bunch of code, see e.g. #602 or #607. We really should...
This PR changes Commodore to * Create separate worktrees for each component alias * Create class symlinks for each component alias * Create each alias target with only the defaults...
## Context We have some setups where we run multiple instances of the same component on a single cluster where it would be desirable to be able to update the...
## Summary *As* a component developer *I want* to be able to specify a minimum Commodore version for my component *So that* I can use the latest Commodore features ##...
PoC implementation for #389 which (ab)uses dynamic facts to report component versions ## Checklist - [ ] Keep pull requests small so they can be easily reviewed. - [ ]...
## Context Currently we don't have an overview over which component versions are deployed on which clusters. It would be nice if Commodore could report a summary of cluster compilations...
## Context Currently, we simply persist all component versions in the catalog update commit message. However, it might be very useful to add the commits in the global and tenant...
## Context The integration test checks that the catalog commit message contains the correct Git commit hash for the global configuration repo. This check is not robust against changes in...
## Context Sometimes, it would be nice to generate secret refs from a template based on some information present in the config hierarchy. Currently the naive approach of simply providing...