google-nomulus/java/google/registry/whois
cgoldfeder 9174855a47 Remove the ofy().load() inside of HostResource.cloneProjectedAtTime
In fact, completely eviscerate cloneProjectedAtTime (to be removed in
a followup CL) in favor of doing the projection of transfers and the
loading of values from the superordinate domain at call sites. This
is one of the issues that blocked the memcache audit work, since the
load inside of cloneProjectedAtTime could not be controlled by the
caller.

Note: fixed a minor bug where a subordinate host created after its superordinate domain was last transferred should have lastTransferTime==null but was previously reporting the domain's lastTransferTime.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=149769125
2017-03-13 11:22:55 -04:00
..
BUILD Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
DomainLookupCommand.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
DomainOrHostLookupCommand.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
DomainWhoisResponse.java Record metrics for WHOIS commands 2017-03-13 10:30:53 -04:00
NameserverLookupByHostCommand.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
NameserverLookupByIpCommand.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
NameserverWhoisResponse.java Remove the ofy().load() inside of HostResource.cloneProjectedAtTime 2017-03-13 11:22:55 -04:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RegistrarLookupCommand.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RegistrarWhoisResponse.java Record metrics for WHOIS commands 2017-03-13 10:30:53 -04:00
Whois.java Refactor WhoisReader.readCommand() method to take a now param 2017-03-13 10:45:40 -04:00
WhoisCommand.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
WhoisCommandFactory.java Fix a javadoc error 2017-02-08 17:42:49 -05:00
WhoisException.java Record metrics for WHOIS commands 2017-03-13 10:30:53 -04:00
WhoisHttpServer.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
WhoisMetrics.java Record metrics for WHOIS commands 2017-03-13 10:30:53 -04:00
WhoisModule.java Add WHOIS metrics classes 2017-03-07 14:01:16 -05:00
WhoisReader.java Refactor WhoisReader.readCommand() method to take a now param 2017-03-13 10:45:40 -04:00
WhoisResponse.java Record metrics for WHOIS commands 2017-03-13 10:30:53 -04:00
WhoisResponseImpl.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
WhoisServer.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00