google-nomulus/java/google/registry/flows/domain
mountford 748dd34385 Save number of years in DomainApplication
Right now, DomainApplicationCreateFlow checks to make sure that the registration period is in years, but doesn't store it in the DomainApplication explicitly. Instead, when DomainAllocateFlow runs later, it goes back to the XML in the HistoryEntry to get the number of years. Corey suggests that it would be cleaner to store the number of years in the DomainApplication. This is stage one of a data migration; we store the value, but don't actually read it anywhere except in tests. If we have any outstanding domain applications, we will then need to write a scrap tool to populate the years field, after which we can start relying on the field.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=137317739
2016-11-02 15:19:34 -04:00
..
flags Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
ClaimsCheckFlow.java Flatten the domain and application create flows 2016-10-19 13:08:33 -04:00
DomainAllocateFlow.java Flatten the domain and application create flows 2016-10-19 13:08:33 -04:00
DomainApplicationCreateFlow.java Save number of years in DomainApplication 2016-11-02 15:19:34 -04:00
DomainApplicationDeleteFlow.java Flatten the domain and application create flows 2016-10-19 13:08:33 -04:00
DomainApplicationInfoFlow.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
DomainApplicationUpdateFlow.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
DomainCheckFlow.java Add additional specific PricingEngineProxy methods 2016-10-24 11:57:00 -04:00
DomainCreateFlow.java Add additional LRP tests for non-application phases 2016-11-02 15:19:34 -04:00
DomainDeleteFlow.java Use Dagger to @Inject DnsQueue everywhere that is feasible 2016-10-14 16:58:07 -04:00
DomainFlowUtils.java Add additional specific PricingEngineProxy methods 2016-10-24 11:57:00 -04:00
DomainInfoFlow.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
DomainRenewFlow.java Use TldSpecificLogicProxy to fetch renew price in DomainRenewFlow 2016-10-24 10:47:23 -04:00
DomainRestoreRequestFlow.java Add extra flow logic for Restore 2016-11-02 15:19:34 -04:00
DomainTransferApproveFlow.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
DomainTransferCancelFlow.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
DomainTransferQueryFlow.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
DomainTransferRejectFlow.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
DomainTransferRequestFlow.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
DomainUpdateFlow.java Use Dagger to @Inject DnsQueue everywhere that is feasible 2016-10-14 16:58:07 -04:00
RegistryExtraFlowLogic.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
RegistryExtraFlowLogicProxy.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
TldSpecificLogicProxy.java Add additional specific PricingEngineProxy methods 2016-10-24 11:57:00 -04:00