mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 19:20:44 +02:00
This includes the following changes: - Convert the single-valued database migration state to a timed transition property, meaning that we can switch all instances over at the same time and schedule it in advance - Use a "cache" (technically an expiring memoized supplier) when retrieving the database migration state value - Delete the old DatabaseTransitionSchedule because it is no longer necessary. We took the idea from that and used it for the new DatabaseMigrationStateSchedule, though we cannot reuse the entity itself because the structure is fundamentally different. - Removed references to the DatabaseTransitionSchedule, mainly in the getter/setter commands+tests and a few odd references elsewhere. |
||
---|---|---|
.. | ||
gradle/dependency-locks | ||
src | ||
WEB-INF/appengine-generated | ||
build.gradle | ||
Dockerfile |