google-nomulus/java/google/registry/flows
mountford 78a36925f4 Remove commitAdditionalLogicChanges(), part 1
Now that the flows are flattened, the commitAdditionalLogicChanges() call, which used to come later in the flow to actually save the Datastore objects, is now happening right after the performAdditionalXXXLogic() call. So we can instead just do the saves in performAdditionalXXXLogic(), and get rid of the separate call. As a first step, this CL simply makes commitAdditionalLogicChanges() a private method that gets called internally by the extra logic manager. Later, we can move the saves into their proper position, affecting only the extra logic class itself.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=137529991
2016-11-02 15:19:34 -04:00
..
async Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
contact Replace command.applyTo() with inlined builder operations 2016-11-02 15:19:34 -04:00
domain Remove commitAdditionalLogicChanges(), part 1 2016-11-02 15:19:34 -04:00
exceptions Replace command.applyTo() with inlined builder operations 2016-11-02 15:19:34 -04:00
host Replace command.applyTo() with inlined builder operations 2016-11-02 15:19:34 -04:00
picker Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
poll Remove LoggedInFlow 2016-11-02 15:19:34 -04:00
session Remove LoggedInFlow 2016-11-02 15:19:34 -04:00
soy Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
BUILD Improve logging/reduce shard count on async deletion [] 2016-09-19 11:56:37 -04:00
CheckApiAction.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppConsoleAction.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppController.java Add EPP controller logging for XML unmarshalling failures 2016-11-02 15:19:34 -04:00
EppException.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppMetrics.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppRequestHandler.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppRequestSource.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppTlsAction.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppToolAction.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppXmlTransformer.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
ExtensionManager.java Remove LoggedInFlow 2016-11-02 15:19:34 -04:00
Flow.java Remove LoggedInFlow 2016-11-02 15:19:34 -04:00
FlowComponent.java Use Dagger to @Inject DnsQueue everywhere that is feasible 2016-10-14 16:58:07 -04:00
FlowModule.java Remove LoggedInFlow 2016-11-02 15:19:34 -04:00
FlowRunner.java Remove old json logging from flows 2016-11-02 15:19:34 -04:00
FlowScope.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
FlowUtils.java Remove LoggedInFlow 2016-11-02 15:19:34 -04:00
GaeUserCredentials.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
HttpSessionMetadata.java Remove LoggedInFlow 2016-11-02 15:19:34 -04:00
PasswordOnlyTransportCredentials.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
ResourceFlowUtils.java Replace command.applyTo() with inlined builder operations 2016-11-02 15:19:34 -04:00
SessionMetadata.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
StatelessRequestSessionMetadata.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
TlsCredentials.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
TransactionalFlow.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
TransportCredentials.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00