google-nomulus/javatests/google/registry/server
mcilwain e2528875b2 Merge DomainResource into DomainBase
This eliminates the use of Objectify polymorphism for EPP resources entirely
(yay!), which makes the Registry 3.0 database migration easier.

It is unfortunate that the naming parallelism of EppResources is lost between
ContactResource, HostResource, and DomainResource, but the actual type as far as
Datastore was concerned was DomainBase all along, and it would be a much more
substantial data migration to allow us to continue using the class name
DomainResource now that we're no longer using Objectify polymorphism. This
simply isn't worth it.

This also removes the polymorphic Datastore indexes (which will no longer
function as of this change). The non-polymorphic replacement indexes were added
in []

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=230930546
2019-01-28 15:57:10 -05:00
..
BUILD Add a button in the admin panel to check OT&E status of a registrar 2019-01-18 15:35:40 -05:00
Fixture.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
HealthzServlet.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RegistryTestServer.java Add a button in the admin panel to check OT&E status of a registrar 2019-01-18 15:35:40 -05:00
RegistryTestServerMain.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
Route.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ServletWrapperDelegatorServlet.java Replace Throwables.propagate and variants with Guava 20 versions 2017-02-02 17:01:23 -05:00
StaticResourceServlet.java Migrate to Flogger (green) 2018-05-30 12:18:54 -04:00
TestServer.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
UrlChecker.java Run automatic Java 8 conversion over codebase 2017-10-10 12:09:41 -04:00