Clinical-Genomics / loqusdbapi

A simple REST api for loqusdb
2 stars 0 forks source link

Problem retrieving totals with v0.1.4 #25

Closed dnil closed 2 years ago

dnil commented 2 years ago

It seems we have issues retrieving count totals from scout with the latest version. If I read the audit right, it seems there was a merge to main with a major (which would be a-ok on a release-flow model) but then a patch change to the bumpversion cfg was applied targeting master. Lets preferentially fix the interface, or bump to a major and freeze the dep in scout for now if this turns out not to be a quick thing.

dnil commented 2 years ago

When using a version of loqusdb-api from branch extend-api and forward, we do not get loqusdb totals with scout.

Screenshot 2022-01-14 at 11 06 43 Screenshot 2022-01-14 at 11 06 54

whereas selecting a branch just before we do. Screenshot 2022-01-14 at 11 15 15 Screenshot 2022-01-14 at 11 15 27

dnil commented 2 years ago

Fixed by #26