google-nomulus/java/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
..
annotations Clean up some code quality issues 2017-12-01 22:14:06 -05:00
billing Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
common Add the ability to setup OT&E from the web console 2019-01-02 11:56:59 -05:00
contact Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
domain Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
eppcommon Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
eppinput Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
eppoutput Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
host Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
index Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
mark Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ofy Migrate away from VoidWorks 2018-06-27 15:28:52 -04:00
poll Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
pricing Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
rde Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
registrar Always require acknowledgment of premium fees 2019-01-17 19:07:51 -05:00
registry Always require acknowledgment of premium fees 2019-01-17 19:07:51 -05:00
reporting Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
server Use locking on async mapreduces 2018-08-10 13:44:25 -04:00
smd Replace FluentIterable with streams 2017-12-27 11:40:50 -05:00
tmch Fix checkState failing to trigger retrier's retry 2018-12-12 13:22:34 -05:00
transfer Clean up some code quality issues 2017-12-01 22:14:06 -05:00
translators Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
BackupGroupRoot.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
BUILD Clean up annotation imports in BUILD files 2018-06-27 15:28:53 -04:00
Buildable.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
CacheUtils.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
CreateAutoTimestamp.java Add create timestamp as field on AllocationToken entity 2018-01-19 14:25:28 -05:00
EntityClasses.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
EppResource.java Define TestRule that manages cache use in tests 2019-01-11 11:50:33 -05:00
EppResourceUtils.java Delete end-date sunrise, landrush, and sunrush phases 2019-01-10 16:23:35 -05:00
ImmutableObject.java Replace com.google.common.base.Function with java.util.function.Function 2017-12-27 11:08:55 -05:00
Jsonifiable.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
JsonMapBuilder.java Replace com.google.common.base.Function with java.util.function.Function 2017-12-27 11:08:55 -05:00
ModelUtils.java Replace FluentIterable with streams 2017-12-27 11:40:50 -05:00
OteAccountBuilder.java Rationalize OT&E client ID validation rules 2019-01-14 16:28:12 -05:00
OteStats.java Set short redemption/add/delete periods for all OT&E TLDs 2019-01-11 10:59:21 -05:00
package-info.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
ResourceTransferUtils.java Merge DomainResource into DomainBase 2019-01-28 15:57:10 -05:00
SchemaVersion.java Run automatic Java 8 conversion over codebase 2017-10-10 12:09:41 -04:00
UpdateAutoTimestamp.java Add an auto update time field to the Cursor entity 2018-08-10 13:44:25 -04:00