mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 20:18:34 +02:00
Add TLDs parameter to refresh DNS action
This will allow us to migrate one TLD at a time by refreshing all zones on the specified TLD after dual-writing is enabled. Note that the TLDs parameter is required, which seems reasonable given that almost all imagined use cases would be on a by-TLD basis. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=160294546
This commit is contained in:
parent
bbdf9bfc38
commit
dccc99787e
3 changed files with 133 additions and 15 deletions
|
@ -12,6 +12,7 @@ java_library(
|
|||
srcs = glob(["*.java"]),
|
||||
resources = glob(["testdata/*"]),
|
||||
deps = [
|
||||
"//java/google/registry/dns",
|
||||
"//java/google/registry/groups",
|
||||
"//java/google/registry/mapreduce",
|
||||
"//java/google/registry/model",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue