-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add version information to /sample/info endpoint #604
Comments
I also thought about adding this, but unfortunately it isn't that simple:
|
Actually, we always have the Then the branches would return the "latest released version" |
We might use the approach from GenSpectrum/LAPIS#1019 for SILO running in Docker images |
I suggest to use the following script:
Add the path include/exact_version.h to .gitignore, and run the above script as first step during the build (I don't know cmake so am not useful here). |
And include the file in the right place of course. PS. add a #pragma once too:
|
Thank you very much!
|
I was hoping I could get the version of LAPIS that's serving a response from the
/sample/info
endpoint but it turns out I can't.Might be nice to add this:
This came up as part of testing new versions of LAPIS and SILO on staging.pathoplexus.org and wondering whether I was already getting responses from the new versions (without having to log in to argocd, which of course works but takes more clicks)
The text was updated successfully, but these errors were encountered: