Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

list incarnations API should also return information about the incarnation state (used template, version, ...) #44

Open
defreng opened this issue Aug 24, 2022 · 0 comments
Labels
enhancement New feature or request foxops

Comments

@defreng
Copy link
Contributor

defreng commented Aug 24, 2022

currently, details about the state of an incarnation is only available when querying details about a specific one.

However, for the UI it would be great if we could also return the information about the used template etc. when listing all incarnations.

Idea

At the moment, reading the "used template version "is very expensive/slow, because it needs to be read from the target git repository. We would need to introduce some "caching" mechanism to be able to quickly retrieve that information for all incarnations.

Alternative: Turn this around and make the .fengine file inside the repo the "cache", while the DB values are the real truth... But what would it mean for fengine?

@defreng defreng added enhancement New feature or request foxops labels Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request foxops
Projects
None yet
Development

No branches or pull requests

1 participant