google-nomulus/java/google/registry/tools/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 Refactor EppXmlTransformer to be in the model/ package 2018-12-12 13:22:34 -05:00
CreateGroupsAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
CreateOrUpdatePremiumListAction.java Migrate to flogger (red) 2018-05-30 12:18:54 -04:00
CreatePremiumListAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
DeleteEntityAction.java Catch errors when attempting to delete entities through Objectify 2019-01-24 20:02:04 -05:00
GenerateZoneFilesAction.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
KillAllCommitLogsAction.java Fix a few stylistic issues in preparation for Checkstyle addition 2019-01-24 19:57:14 -05:00
KillAllEntitiesReducer.java Replace many Work and VoidWork usages with lambdas 2017-11-21 18:45:12 -05:00
KillAllEppResourcesAction.java Fix a few stylistic issues in preparation for Checkstyle addition 2019-01-24 19:57:14 -05:00
ListDomainsAction.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
ListHostsAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
ListObjectsAction.java Migrate to Flogger (green) 2018-05-30 12:18:54 -04:00
ListPremiumListsAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
ListRegistrarsAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
ListReservedListsAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
ListTldsAction.java Always require acknowledgment of premium fees 2019-01-17 19:07:51 -05:00
PollMapreduceAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
RefreshDnsForAllDomainsAction.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
ResaveAllHistoryEntriesAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
ToolsServerModule.java Remove transition code for set of parameter refactoring 2018-07-14 01:37:03 -04:00
UpdatePremiumListAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
VerifyOteAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00