google-nomulus/java/google/registry/reporting/spec11
gbrodman 565c4bcf50 Use a multimap to index the Spec11 threat matches
Collecting by key leads to exceptions if there are multiple client IDs with the
same email address (if we group by client ID in the pipeline). Using
Multimaps::index means that if we're grouping by email, all matches with the
same email get concatenated together

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=242858112
2019-04-11 14:58:08 -04: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 Use a multimap to index the Spec11 threat matches 2019-04-11 14:58:08 -04:00
RegistrarThreatMatches.java Upgrade the version of google/errorprone plug-in 2019-03-20 14:25:28 -04:00
Spec11EmailUtils.java Continue Spec11 emails even if one fails 2019-04-05 11:44:49 -04: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