google-nomulus/java/google/registry/tools/server
nickfelt 5081d780dc Add assertTldsExist(Iterable<String>) to check multiple TLDs at once
This is better than calling assertTldExists() inside a for loop because you can throw a single exception reporting all bad TLDs at once rather than only getting as far as the first failure.  And then it's also a one-liner instead of 3 lines.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=152412876
2017-04-10 13:44:52 -04:00
..
javascrap Enable authentication/authorization checks 2017-04-10 13:41:51 -04:00
BUILD Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
CreateGroupsAction.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
CreateOrUpdatePremiumListAction.java Don't log premium list nomulus tool usage errors as SEVERE 2017-03-13 11:22:55 -04:00
CreatePremiumListAction.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
DeleteEntityAction.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
GenerateZoneFilesAction.java Enable authentication/authorization checks 2017-04-10 13:41:51 -04:00
KillAllCommitLogsAction.java Enable authentication/authorization checks 2017-04-10 13:41:51 -04:00
KillAllEntitiesReducer.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
KillAllEppResourcesAction.java Enable authentication/authorization checks 2017-04-10 13:41:51 -04:00
ListDomainsAction.java Add assertTldsExist(Iterable<String>) to check multiple TLDs at once 2017-04-10 13:44:52 -04:00
ListHostsAction.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
ListObjectsAction.java Make ListObjectsAction return 200 when sending JSON error 2017-02-27 11:10:37 -05:00
ListPremiumListsAction.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
ListRegistrarsAction.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
ListReservedListsAction.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
ListTldsAction.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
ResaveAllEppResourcesAction.java Enable authentication/authorization checks 2017-04-10 13:41:51 -04:00
ToolsServerModule.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
UpdatePremiumListAction.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00
VerifyOteAction.java Set correct auth settings for all actions 2017-03-13 11:22:55 -04:00