mirror of
https://github.com/google/nomulus
synced 2026-01-10 16:00:52 +00:00
Add [] to export domain lists to GCS
The ExportDomainListsAction [] has a cron entry that runs it twice per day. It exports one flat text file per real (non-test) TLD to the "{project-id}-domain-lists" bucket in Google Cloud Storage, overwriting the existing ones in place. Each file is a newline-delimited list of active (non-deleted) domains in that TLD.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=116767987
This commit is contained in:
@@ -28,6 +28,7 @@ import com.google.domain.registry.dns.ReadDnsQueueAction;
|
||||
import com.google.domain.registry.dns.RefreshDns;
|
||||
import com.google.domain.registry.dns.WriteDnsTask;
|
||||
import com.google.domain.registry.export.BigqueryPollJobAction;
|
||||
import com.google.domain.registry.export.ExportDomainListsAction;
|
||||
import com.google.domain.registry.export.ExportRequestModule;
|
||||
import com.google.domain.registry.export.ExportReservedTermsTask;
|
||||
import com.google.domain.registry.export.SyncGroupMembersTask;
|
||||
@@ -81,6 +82,7 @@ interface BackendRequestComponent {
|
||||
DeleteOldCommitLogsAction deleteOldCommitLogsAction();
|
||||
DnsRefreshForHostRenameAction dnsRefreshForHostRenameAction();
|
||||
ExportCommitLogDiffAction exportCommitLogDiffAction();
|
||||
ExportDomainListsAction exportDomainListsAction();
|
||||
ExportReservedTermsTask exportReservedTermsTask();
|
||||
NordnUploadAction nordnUploadAction();
|
||||
NordnVerifyAction nordnVerifyAction();
|
||||
|
||||
Reference in New Issue
Block a user