mirror of
https://github.com/google/nomulus
synced 2026-08-17 04:36:08 +00:00
Small fixes for orphan glue cleanup []
Moving to tools module for consistency. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=130435371
This commit is contained in:
@@ -41,7 +41,6 @@ java_library(
|
||||
"//java/google/registry/request:modules",
|
||||
"//java/google/registry/tmch",
|
||||
"//java/google/registry/util",
|
||||
"//java/google/registry/tools/server/javascrap",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
@@ -62,7 +62,6 @@ import google.registry.tmch.TmchCrlAction;
|
||||
import google.registry.tmch.TmchDnlAction;
|
||||
import google.registry.tmch.TmchModule;
|
||||
import google.registry.tmch.TmchSmdrlAction;
|
||||
import google.registry.tools.server.javascrap.RefreshAllDomainsAction;
|
||||
|
||||
/** Dagger component with per-request lifetime for "backend" App Engine module. */
|
||||
@RequestScope
|
||||
@@ -107,7 +106,6 @@ interface BackendRequestComponent {
|
||||
RdeStagingAction rdeStagingAction();
|
||||
RdeUploadAction rdeUploadAction();
|
||||
RdeReporter rdeReporter();
|
||||
RefreshAllDomainsAction refreshAllDomainsAction();
|
||||
RefreshDnsAction refreshDnsAction();
|
||||
RestoreCommitLogsAction restoreCommitLogsAction();
|
||||
SyncGroupMembersAction syncGroupMembersAction();
|
||||
|
||||
@@ -43,6 +43,7 @@ import google.registry.tools.server.UpdatePremiumListAction;
|
||||
import google.registry.tools.server.VerifyOteAction;
|
||||
import google.registry.tools.server.javascrap.BackfillAutorenewBillingFlagAction;
|
||||
import google.registry.tools.server.javascrap.CountRecurringBillingEventsAction;
|
||||
import google.registry.tools.server.javascrap.RefreshAllDomainsAction;
|
||||
|
||||
/** Dagger component with per-request lifetime for "tools" App Engine module. */
|
||||
@RequestScope
|
||||
@@ -74,6 +75,7 @@ interface ToolsRequestComponent {
|
||||
ListTldsAction listTldsAction();
|
||||
LoadTestAction loadTestAction();
|
||||
PublishDetailReportAction publishDetailReportAction();
|
||||
RefreshAllDomainsAction refreshAllDomainsAction();
|
||||
ResaveAllEppResourcesAction resaveAllEppResourcesAction();
|
||||
UpdatePremiumListAction updatePremiumListAction();
|
||||
VerifyOteAction verifyOteAction();
|
||||
|
||||
Reference in New Issue
Block a user