mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Delete obsoleted non-batched DNS refresh on host rename action
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=135681285
This commit is contained in:
parent
f7a205975f
commit
94c549d960
7 changed files with 6 additions and 253 deletions
|
@ -43,7 +43,6 @@ import google.registry.export.sheet.SheetModule;
|
|||
import google.registry.export.sheet.SyncRegistrarsSheetAction;
|
||||
import google.registry.flows.async.AsyncFlowsModule;
|
||||
import google.registry.flows.async.DeleteContactsAndHostsAction;
|
||||
import google.registry.flows.async.DnsRefreshForHostRenameAction;
|
||||
import google.registry.flows.async.RefreshDnsOnHostRenameAction;
|
||||
import google.registry.mapreduce.MapreduceModule;
|
||||
import google.registry.monitoring.whitebox.MetricsExportAction;
|
||||
|
@ -93,7 +92,6 @@ interface BackendRequestComponent {
|
|||
DeleteContactsAndHostsAction deleteContactsAndHostsAction();
|
||||
DeleteOldCommitLogsAction deleteOldCommitLogsAction();
|
||||
DeleteProberDataAction deleteProberDataAction();
|
||||
DnsRefreshForHostRenameAction dnsRefreshForHostRenameAction();
|
||||
ExpandRecurringBillingEventsAction expandRecurringBillingEventsAction();
|
||||
ExportCommitLogDiffAction exportCommitLogDiffAction();
|
||||
ExportDomainListsAction exportDomainListsAction();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue