mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Add scrap [] to purge synthetic OneTimes
This is temporary until we verify that recurring billing event expansion is working as expected. I want to have this available in case things go south, though in a perfect world, we won't need this. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=143693458
This commit is contained in:
parent
00dab551d7
commit
a2bc05d1cd
3 changed files with 125 additions and 0 deletions
|
@ -44,6 +44,7 @@ import google.registry.tools.server.ResaveAllEppResourcesAction;
|
|||
import google.registry.tools.server.ToolsServerModule;
|
||||
import google.registry.tools.server.UpdatePremiumListAction;
|
||||
import google.registry.tools.server.VerifyOteAction;
|
||||
import google.registry.tools.server.javascrap.PurgeSyntheticBillingEventsAction;
|
||||
import google.registry.tools.server.javascrap.RefreshAllDomainsAction;
|
||||
|
||||
/** Dagger component with per-request lifetime for "tools" App Engine module. */
|
||||
|
@ -75,6 +76,7 @@ interface ToolsRequestComponent {
|
|||
ListTldsAction listTldsAction();
|
||||
LoadTestAction loadTestAction();
|
||||
PublishDetailReportAction publishDetailReportAction();
|
||||
PurgeSyntheticBillingEventsAction purgeSyntheticBillingEventsAction();
|
||||
RefreshAllDomainsAction refreshAllDomainsAction();
|
||||
ResaveAllEppResourcesAction resaveAllEppResourcesAction();
|
||||
UpdatePremiumListAction updatePremiumListAction();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue