mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 16:37:13 +02:00
Create MR for backfilling billing AUTO_RENEW flag
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=120261970
This commit is contained in:
parent
6f72af2ba6
commit
67a604654c
2 changed files with 8 additions and 0 deletions
|
@ -94,6 +94,12 @@
|
|||
<url-pattern>/_dr/task/countRecurringBillingEvents</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<!-- Mapreduce to backfill new autorenew flag on recurring billing events. -->
|
||||
<servlet-mapping>
|
||||
<servlet-name>tools-servlet</servlet-name>
|
||||
<url-pattern>/_dr/task/backfillAutorenewBillingFlag</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<!-- This path serves up the App Engine results page for mapreduce runs. -->
|
||||
<servlet>
|
||||
<servlet-name>mapreduce</servlet-name>
|
||||
|
|
|
@ -37,6 +37,7 @@ import com.google.domain.registry.tools.server.ResaveAllEppResourcesAction;
|
|||
import com.google.domain.registry.tools.server.ToolsServerModule;
|
||||
import com.google.domain.registry.tools.server.UpdatePremiumListAction;
|
||||
import com.google.domain.registry.tools.server.VerifyOteAction;
|
||||
import com.google.domain.registry.tools.server.javascrap.BackfillAutorenewBillingFlagAction;
|
||||
import com.google.domain.registry.tools.server.javascrap.CountRecurringBillingEventsAction;
|
||||
|
||||
import dagger.Subcomponent;
|
||||
|
@ -51,6 +52,7 @@ import dagger.Subcomponent;
|
|||
ToolsServerModule.class,
|
||||
})
|
||||
interface ToolsRequestComponent {
|
||||
BackfillAutorenewBillingFlagAction backfillAutorenewBillingFlagAction();
|
||||
CountRecurringBillingEventsAction countRecurringBillingEventsAction();
|
||||
CreateGroupsAction createGroupsAction();
|
||||
CreatePremiumListAction createPremiumListAction();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue