mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Move prober deletion action to backend module
Also creates a new package named 'batch' to house it. TESTED=I deployed it to alpha, sent a POST request to the task URL, and it successfully ran the []. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=134332999
This commit is contained in:
parent
df53080f78
commit
7f0cb4eae5
9 changed files with 11 additions and 358 deletions
|
@ -28,7 +28,6 @@ import google.registry.request.RequestScope;
|
|||
import google.registry.tools.server.CreateGroupsAction;
|
||||
import google.registry.tools.server.CreatePremiumListAction;
|
||||
import google.registry.tools.server.DeleteEntityAction;
|
||||
import google.registry.tools.server.DeleteProberDataAction;
|
||||
import google.registry.tools.server.GenerateZoneFilesAction;
|
||||
import google.registry.tools.server.KillAllCommitLogsAction;
|
||||
import google.registry.tools.server.KillAllEppResourcesAction;
|
||||
|
@ -63,7 +62,6 @@ interface ToolsRequestComponent {
|
|||
CreateGroupsAction createGroupsAction();
|
||||
CreatePremiumListAction createPremiumListAction();
|
||||
DeleteEntityAction deleteEntityAction();
|
||||
DeleteProberDataAction deleteProberDataAction();
|
||||
EppToolAction eppToolAction();
|
||||
FlowComponent.Builder flowComponentBuilder();
|
||||
GenerateZoneFilesAction generateZoneFilesAction();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue