Fixes to stelae we found on our testing environment.
Two notable changes:
Fix to _compare endpoint to not include an additional current date if the request url contains /current.
stelae serve command is changed to load paths to git repositories instead of keeping git repository handles open. This makes it so that the command won't fail in cases where data repos aren't on disk. Moreover, if/when data repositories become available on disk, stelae serve will work.
Fixes to stelae we found on our testing environment.
Two notable changes:
_compare
endpoint to not include an additionalcurrent
date if the request url contains/current
.stelae serve
command is changed to load paths to git repositories instead of keeping git repository handles open. This makes it so that the command won't fail in cases where data repos aren't on disk. Moreover, if/when data repositories become available on disk,stelae serve
will work.