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

fix: details does no longer return insertions #715

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

JonasKellerer
Copy link
Contributor

In GenSpectrum/LAPIS-SILO#354 SILO no longer returns insertions on the details endpoint. This is now also in LAPIS

PR Checklist

- [ ] All necessary documentation has been adapted.
- [ ] The implemented feature is covered by an appropriate test.

@@ -299,9 +301,15 @@ private fun infoResponseSchema() =
)
.required(listOf("dataVersion"))

private fun metadataFieldSchemas(databaseConfig: DatabaseConfig) =
private fun aggregatedMetadataFieldSchemas(databaseConfig: DatabaseConfig) =
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't it also weird to allow aggregation by insertions?

@JonasKellerer JonasKellerer merged commit 3686658 into main Mar 26, 2024
10 checks passed
@JonasKellerer JonasKellerer deleted the fixDetailsNotReturningInsertions branch March 26, 2024 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants