google-nomulus/java/google/registry/config
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
..
files Allow unsetting of the support email group, disabling "support users" 2018-12-20 07:46:33 -05:00
BUILD Switch remaining App Engine dependencies to built-at-head targets 2018-12-21 15:55:08 -05:00
ConfigUtils.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
CredentialModule.java Backup Datastore using the Admin REST API 2018-12-12 13:22:34 -05:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
RdapNoticeDescriptor.java Format some imports using fix_imports.py 2017-10-24 16:53:47 -04:00
RegistryConfig.java Reverse dependency between /flows/ and /batch/ 2019-01-10 16:23:35 -05:00
RegistryConfigSettings.java Isolate customizable code in activity reporting 2018-12-13 15:07:29 -05:00
RegistryEnvironment.java Restore original System Properties after tests 2018-11-14 11:57:23 -05:00
SystemPropertySetter.java Restore original System Properties after tests 2018-11-14 11:57:23 -05:00