google-nomulus/java/google/registry/module
guyben 898448b8a0 Reverse dependency between /flows/ and /batch/
Certain flows need to launch batched jobs. Logically this would mean that flows
depend on batch.

However, the current state of dependency was the other way around, and the
reason for that was ResourceFlowUtils.java that had in it some utility
functions that weren't used in the flows and were needed in the batch jobs.

This CL removes these utility functions from the /flows/ directory, letting us
reverse the dependency edge between flows/ and batch/

Part of this was moving the flows/async/ code into batch/ - which also makes sense because flows/async/ just "enqueued" tasks that would then be run by actions in batch/

It makes sense that the code that enqueues the tasks and the code that dequeues the tasks sit in the same library.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=228698761
2019-01-10 16:23:35 -05:00
..
backend Reverse dependency between /flows/ and /batch/ 2019-01-10 16:23:35 -05:00
frontend Add an action to check the status of OT&E verification 2019-01-08 16:46:41 -05:00
pubapi Add support G-Suite group whose members have ADMIN access to registrar console 2018-11-12 14:51:40 -05:00
tools Add a mapreduce to delete all domain applications 2019-01-08 10:50:16 -05:00
BUILD Fix FOSS build 2018-11-02 14:45:59 -04:00
ServletBase.java Fix FOSS build 2018-11-02 14:45:59 -04:00