google-nomulus/javatests/google/registry/model
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
..
billing Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
common Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
contact Make loadByForeignKey() and related methods return Optional 2018-12-14 11:24:49 -05:00
domain Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
eppcommon Refactor EppXmlTransformer to be in the model/ package 2018-12-12 13:22:34 -05:00
eppinput Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
eppoutput Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
host Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
index Define TestRule that manages cache use in tests 2019-01-11 11:50:33 -05:00
mark Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
ofy Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
poll Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
rde Migrate away from VoidWorks 2018-06-27 15:28:52 -04:00
registrar Always require acknowledgment of premium fees 2019-01-17 19:07:51 -05:00
registry Include the premium/reserved list tests in external release 2019-01-18 17:32:15 -05:00
reporting Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
server Define TestRule that manages cache use in tests 2019-01-11 11:50:33 -05:00
smd Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
testdata Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
tmch Explicitly set the shard size when saving the claims list 2018-10-22 19:13:11 -04:00
transfer Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
translators Refactor EppXmlTransformer to be in the model/ package 2018-12-12 13:22:34 -05:00
BUILD Externalize premium/reserved list tests 2019-01-18 15:34:06 -05:00
CreateAutoTimestampTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
EntityClassesTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
EntityTestCase.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
EppResourceTest.java Define TestRule that manages cache use in tests 2019-01-11 11:50:33 -05:00
EppResourceUtilsTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
ImmutableObjectTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
ModelUtilsTest.java Remove unnecessary type specifications 2017-12-27 11:23:03 -05:00
OteAccountBuilderTest.java Rationalize OT&E client ID validation rules 2019-01-14 16:28:12 -05:00
OteStatsTest.java Add a button in the admin panel to check OT&E status of a registrar 2019-01-18 15:35:40 -05:00
OteStatsTestHelper.java Add a button in the admin panel to check OT&E status of a registrar 2019-01-18 15:35:40 -05:00
ResourceCommandTestCase.java Refactor EppXmlTransformer to be in the model/ package 2018-12-12 13:22:34 -05:00
SchemaVersionTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
UpdateAutoTimestampTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00