Simon Gerber

Results 30 issues of 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...

enhancement

## 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...

change

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...

enhancement

## 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...

enhancement

## 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 ##...

enhancement

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...

enhancement

## 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...

enhancement

## 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...

enhancement

## 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...

enhancement