mirror of
https://github.com/google/nomulus.git
synced 2025-07-20 17:56:08 +02:00
* Convert RefreshDnsOnHostRenameAction to tm This is not quite complete because it also requires the conversion of a map-reduce which is in scope for an entirely different work. Tests of the map-reduce functionality are excluded from the SQL run. This also requires the following additional fixes: - Convert Lock to tm, as doing so was necessary to get this action to work. As Lock is being targeted as DatastoreOnly, we convert all calls in it to use ofyTm() - Fix a bug in DualDatabaseTest (the check for an AppEngineExtension field is wrong, and captures fields of type Object as AppEngineExtension's) - Introduce another VKey.from() method that creates a VKey from a stringified Ofy Key. * Rename VKey.from(String) to fromWebsafeKey * Throw NoSuchElementE. instead of NPE |
||
---|---|---|
.. | ||
gradle/dependency-locks | ||
src | ||
WEB-INF/appengine-generated | ||
build.gradle | ||
Dockerfile | ||
karma.conf.js |