google-nomulus/java/com/google/domain/registry
nickfelt f20b1d89a9 Fix premium list command regressions
This CL fixes bugs introduced when the premium list commands were moved to
be server-side commands.

Fixes:

 - omitting the --name parameter actually works now; before it was failing
   in the local build() call since it uses the name as the @Id and tries to
   create a key for PremiumListRevision, but key IDs cannot be null.

 - premium list data larger than about 2K works now (see [] before
   it was stuffing the list data all into a POST query parameter, and URLs of
   more than 2K in length were all getting 404s.  Fix was changing it to put
   the inputData param in the POST body.

 - misc test cleanup
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=119912494
2016-05-13 17:40:03 -04:00
..
backup Update copyright notice to Domain Registry Authors 2016-03-24 17:52:56 -04:00
bigquery Consolidate BigQuery handling into one place 2016-05-13 17:38:56 -04:00
braintree Sync registrar to Braintree customer record automatically 2016-05-13 17:38:00 -04:00
config Remove no-longer-used AdminServletPathPrefix config value 2016-05-13 17:39:12 -04:00
cron Update copyright notice to Domain Registry Authors 2016-03-24 17:52:56 -04:00
dns Move getTldFromDomainName into DomainNameUtils 2016-05-13 17:37:32 -04:00
eclipse Use jar command from bazel in eclipse setup 2016-03-28 12:40:20 -07:00
env Implement input for MRs over child entities 2016-05-13 17:39:40 -04:00
export Consolidate BigQuery handling into one place 2016-05-13 17:38:56 -04:00
flows Begin writing AUTO_RENEW flag alongside reason 2016-05-13 17:39:47 -04:00
gcs Update copyright notice to Domain Registry Authors 2016-03-24 17:52:56 -04:00
groups Update copyright notice to Domain Registry Authors 2016-03-24 17:52:56 -04:00
idn Import code from internal repository to git 2016-03-01 17:59:16 -05:00
keyring/api Update copyright notice to Domain Registry Authors 2016-03-24 17:52:56 -04:00
loadtest Restore the number of load test queues to 10 2016-05-13 17:38:26 -04:00
mapreduce Implement input for MRs over child entities 2016-05-13 17:39:40 -04:00
model Begin writing AUTO_RENEW flag alongside reason 2016-05-13 17:39:47 -04:00
module Remove launcher options to java_binary from open source release 2016-05-13 17:39:57 -04:00
monitoring/whitebox Consolidate BigQuery handling into one place 2016-05-13 17:38:56 -04:00
rdap Update copyright notice to Domain Registry Authors 2016-03-24 17:52:56 -04:00
rde Update copyright notice to Domain Registry Authors 2016-03-24 17:52:56 -04:00
request Update copyright notice to Domain Registry Authors 2016-03-24 17:52:56 -04:00
security Update copyright notice to Domain Registry Authors 2016-03-24 17:52:56 -04:00
storage/drive Update copyright notice to Domain Registry Authors 2016-03-24 17:52:56 -04:00
tldconfig/idn Update copyright notice to Domain Registry Authors 2016-03-24 17:52:56 -04:00
tmch Update copyright notice to Domain Registry Authors 2016-03-24 17:52:56 -04:00
tools Fix premium list command regressions 2016-05-13 17:40:03 -04:00
ui Turn on braintree in sandbox. 2016-05-13 17:39:52 -04:00
util Implement input for MRs over child entities 2016-05-13 17:39:40 -04:00
whois Update copyright notice to Domain Registry Authors 2016-03-24 17:52:56 -04:00
xjc Update copyright notice to Domain Registry Authors 2016-03-24 17:52:56 -04:00
xml Update copyright notice to Domain Registry Authors 2016-03-24 17:52:56 -04:00
BUILD Import code from internal repository to git 2016-03-01 17:59:16 -05:00
repositories.bzl Adds DnsWriter that implements DNS UPDATE protocol 2016-04-06 08:56:54 -07:00