google-nomulus/java/google/registry/reporting/spec11
guyben 927e8bbd73 Move LocalDate injection to the Actions themselves
We want to make it clear what query (or POST) inputs the user needs to / can give for each Action. That means moving all the @Injects of these parameters to the Actions themselves instead of injecting them in "hidden" indirect dependencies.

This has the extra benefit of allowing these indirect dependencies to work for JSON Actions as well, since the "regular" way we @Inject parameters can corrupt the POST JSON data.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=232540758
2019-02-06 17:52:16 -05:00
..
soy Add diff logic and send daily Spec11 emails with new threats 2019-01-14 16:20:04 -05:00
BUILD Add diff logic and send daily Spec11 emails with new threats 2019-01-14 16:20:04 -05:00
GenerateSpec11ReportAction.java Move LocalDate injection to the Actions themselves 2019-02-06 17:52:16 -05:00
PublishSpec11ReportAction.java Move LocalDate injection to the Actions themselves 2019-02-06 17:52:16 -05:00
RegistrarThreatMatches.java Run the Spec11 pipeline daily without sending emails 2018-12-12 13:22:34 -05:00
Spec11EmailUtils.java Move LocalDate injection to the Actions themselves 2019-02-06 17:52:16 -05:00
Spec11Module.java Switch all added usages of java.time to be joda.time 2018-12-12 13:22:34 -05:00
Spec11RegistrarThreatMatchesParser.java Add diff logic and send daily Spec11 emails with new threats 2019-01-14 16:20:04 -05:00