google-nomulus/java/google/registry
mcilwain 3b4b7a475b Replace VoidKeyring with InMemoryKeyring and a dummy module
VoidKeyring always threw exceptions whenever any of its methods were called,
which caused several parts of the system to fail early (and thus required a
proper Keyring to be implemented almost immediately, early on in the "just
playing around with the system" phase).

I'm swapping this out with an InMemoryKeyring which is supplied by
DummyKeyringModule, which, instead of throwing exceptions, returns dummy
values, delaying the onset of errors to when connecting to external services
is attempted.  This pushes off the required implementation of a real Keyring-
providing module, allowing the system to be played around with more first.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=132361157
2016-09-07 12:15:08 -04:00
..
backup MOE strip compatible_with 2016-08-02 19:14:28 -04:00
bigquery Narrowly scope privileges for API service objects 2016-08-02 19:18:09 -04:00
billing MOE strip compatible_with 2016-08-02 19:14:28 -04:00
braintree MOE strip compatible_with 2016-08-02 19:14:28 -04:00
builddefs Use zip_rule() for EAR/WAR deploy archives 2016-08-02 21:00:39 -04:00
config Remove an unused import and change @link to @code 2016-08-22 14:35:57 -04:00
cron MOE strip compatible_with 2016-08-02 19:14:28 -04:00
dns Add metrics to PublishDnsUpdatesAction 2016-08-26 09:43:30 -04:00
eclipse Integrate: Eclipse file generation script 2016-05-16 18:39:45 -04:00
env Consolidate some cron groups and use fanout action for more retrying 2016-09-02 13:56:23 -04:00
export Export LrpToken to BigQuery 2016-09-07 11:51:28 -04:00
flows Create a separate billing event when EAP is applied 2016-09-07 12:00:28 -04:00
gcs Add escrow file import validation logic 2016-08-02 19:22:30 -04:00
groups Narrowly scope privileges for API service objects 2016-08-02 19:18:09 -04:00
idn Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00
keyring/api Replace VoidKeyring with InMemoryKeyring and a dummy module 2016-09-07 12:15:08 -04:00
loadtest MOE strip compatible_with 2016-08-02 19:14:28 -04:00
mapreduce DeReference the codebase 2016-09-02 13:50:20 -04:00
model Create a separate billing event when EAP is applied 2016-09-07 12:00:28 -04:00
module Replace VoidKeyring with InMemoryKeyring and a dummy module 2016-09-07 12:15:08 -04:00
monitoring Make StackdriverWriter#flush() return early when attempting to flush empty 2016-09-07 12:10:49 -04:00
pricing Create a separate billing event when EAP is applied 2016-09-07 12:00:28 -04:00
rdap DeReference the codebase 2016-09-02 13:50:20 -04:00
rde DeReference the codebase 2016-09-02 13:50:20 -04:00
request Remove GoogleCredential method call that isn't publicly released yet 2016-09-07 12:12:16 -04:00
security MOE strip compatible_with 2016-08-02 19:14:28 -04:00
storage/drive MOE strip compatible_with 2016-08-02 19:14:28 -04:00
tldconfig/idn MOE strip compatible_with 2016-08-02 19:14:28 -04:00
tmch MOE strip compatible_with 2016-08-02 19:14:28 -04:00
tools Replace VoidKeyring with InMemoryKeyring and a dummy module 2016-09-07 12:15:08 -04:00
ui Remove unused redirectIfNotLoggedIn() method 2016-08-22 14:41:41 -04:00
util MOE strip compatible_with 2016-08-02 19:14:28 -04:00
whois DeReference the codebase 2016-09-02 13:50:20 -04:00
xjc Clean up some genrule() script code 2016-08-05 20:40:39 -04:00
xml MOE strip compatible_with 2016-08-02 19:14:28 -04:00
BUILD Mark rest of Domain Registry for App Engine compatibility 2016-08-26 09:48:37 -04:00
repositories.bzl Add StackDriver implementation, in monitoring/metrics package 2016-08-15 17:12:35 -04:00