google-nomulus/javatests/google/registry/rdap
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
..
testdata Centralize RDAP test initialization and login 2018-10-22 19:01:37 -04:00
BUILD Clean up third_party imports in BUILD files 2018-07-14 01:11:51 -04:00
RdapActionBaseTest.java Use RDAP test tools in RdapActionBaseTest 2018-10-22 19:03:14 -04:00
RdapActionBaseTestCase.java Move AuthenticatedRegistrarAccessor to request/auth/ 2018-11-16 16:54:21 -05:00
RdapDomainActionTest.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
RdapDomainSearchActionTest.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
RdapEntityActionTest.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
RdapEntitySearchActionTest.java Centralize RDAP test initialization and login 2018-10-22 19:01:37 -04:00
RdapHelpActionTest.java Centralize RDAP test initialization and login 2018-10-22 19:01:37 -04:00
RdapJsonFormatterTest.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
RdapMetricsTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
RdapNameserverActionTest.java Centralize RDAP test initialization and login 2018-10-22 19:01:37 -04:00
RdapNameserverSearchActionTest.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
RdapSearchActionTestCase.java Centralize RDAP test initialization and login 2018-10-22 19:01:37 -04:00
RdapSearchPatternTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
RdapTestHelper.java Move RDAP boilerplate from remarks to notices 2018-05-05 23:47:47 -04:00