We introduced a major bug here: the when=creation_time.isoformat() is essential for correctly versioned retrieval. This is why we were always getting constants in the future of the time period during report testing. Essentially we were always querying for constants closed to now.
I've fixed it in the production webservice, but please one of you urgently put up a MR to address the issue!
@karnem @ahmedk
We introduced a major bug here: the `when=creation_time.isoformat()` is essential for correctly versioned retrieval. This is why we were always getting constants in the future of the time period during report testing. Essentially we were always querying for constants closed to now.
I've fixed it in the production webservice, but please one of you urgently put up a MR to address the issue!