google-nomulus/java/google/registry/batch
guyben cd9bd35a08 Accept a list of TLDs on which to delete "prober" (test) data.
Currently, DeleteProberDataAction goes over all the TLDs of type "TEST" that
end with .test, and deletes all their DomainResources and their subordinate
history entries, poll messages, billing events, ForeignKeyDomainIndex and
EppResourceIndex entities.

After this change, we can optionally supply TLDs to work on for the request using one or more "tld=" parameter. The default (if none are supplied) will still be "all TEST TLDs that end in .test".

All given TLDs must exist, and must all be of type TEST.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=187064053
2018-03-06 19:03:48 -05:00
..
BatchComponent.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
BatchModule.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
BUILD Move backported JUnit file to third_party (part 2) 2017-12-02 11:37:46 -05:00
DeleteContactsAndHostsAction.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
DeleteProberDataAction.java Accept a list of TLDs on which to delete "prober" (test) data. 2018-03-06 19:03:48 -05:00
EntityIntegrityAlertsSchema.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ExpandRecurringBillingEventsAction.java Refactor Guava functional methods to use lambdas 2017-12-01 22:14:05 -05:00
MapreduceEntityCleanupAction.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
MapreduceEntityCleanupUtil.java Remove unnecessary generic type arguments 2017-11-21 18:17:31 -05:00
RefreshDnsOnHostRenameAction.java Remove unnecessary explicit generic type declarations 2017-11-07 17:11:29 -05:00
ResaveAllEppResourcesAction.java Replace many Work and VoidWork usages with lambdas 2017-11-21 18:45:12 -05:00
VerifyEntityIntegrityAction.java Clean up some code quality issues 2017-12-01 22:14:06 -05:00
VerifyEntityIntegrityStreamer.java Run automatic Java 8 conversion over codebase 2017-10-10 12:09:41 -04:00