google-nomulus/java/google/registry/export
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
..
datastore Support datastore restore in Nomulus tool 2019-01-10 16:23:35 -05:00
sheet Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
BackupDatastoreAction.java Remove deprecated Datastore backup code 2019-01-24 19:58:54 -05:00
BigqueryPollJobAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
BUILD Backup Datastore using the Admin REST API 2018-12-12 13:22:34 -05:00
CheckBackupAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
DriveModule.java Introduce simplified Default credential provision 2018-09-08 00:16:09 -04:00
ExportConstants.java Refactor Guava functional methods to use lambdas 2017-12-01 22:14:05 -05:00
ExportDomainListsAction.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
ExportPremiumTermsAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
ExportRequestModule.java Remove deprecated Datastore backup code 2019-01-24 19:58:54 -05:00
ExportReservedTermsAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
ExportUtils.java Add octothorpes to disclaimer in exported reserved list 2018-09-08 00:18:19 -04:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
SyncGroupMembersAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00
UpdateSnapshotViewAction.java Remove deprecated Datastore backup code 2019-01-24 19:58:54 -05:00
UploadDatastoreBackupAction.java Add the App Engine service used in the Action definition 2019-01-17 18:59:16 -05:00