tractorcow-farm / silverstripe-fluent

Multi-language translate module for Silverstripe, without having to manage separate site trees.
BSD 3-Clause "New" or "Revised" License
91 stars 109 forks source link

fix: don't invoke db for ready check outside of dev urls #831

Closed tractorcow closed 5 months ago

tractorcow commented 5 months ago

fixes #828

This maintains the check for DB, but it only invokes it during dev/build, which is when this check is necessary. Otherwise we assume the DB is ready for day to day use.

Replaces https://github.com/tractorcow-farm/silverstripe-fluent/pull/830

tractorcow commented 5 months ago

Fixed and merged up to other branchesl

tractorcow commented 5 months ago

Well, I broke all the tests. Will take responsibility and fix soon, sorry team.