mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 17:28:25 +02:00
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
This commit is contained in:
parent
740b9bbf7d
commit
cd9bd35a08
3 changed files with 86 additions and 6 deletions
|
@ -13,6 +13,7 @@ java_library(
|
|||
deps = [
|
||||
"//java/google/registry/batch",
|
||||
"//java/google/registry/bigquery",
|
||||
"//java/google/registry/config",
|
||||
"//java/google/registry/flows",
|
||||
"//java/google/registry/mapreduce",
|
||||
"//java/google/registry/model",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue