google-nomulus/java/google/registry/model
mcilwain 7951799595 Add validation to ROID suffixes
I could've sworn we were already doing this, but apparently not? Anyway,
ROID suffixes have a number of requirements on them that weren't being
enforced, so this enforces them. All existing production data is compliant
with these requirements; the only existing bad data we have is in alpha and
sandbox.

ROID suffixes are now required to match the regex ^[A-Z0-9_]{1,8}$

See also https://tools.ietf.org/html/rfc5730

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=173400001
2017-11-07 16:51:06 -05:00
..
annotations Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
billing Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
common Add Runnable overrides to ease use of Java 8 language features 2017-10-24 16:53:47 -04:00
contact Format some imports using fix_imports.py 2017-10-24 16:53:47 -04:00
domain Format some imports using fix_imports.py 2017-10-24 16:53:47 -04:00
eppcommon Run automatic Java 8 conversion over codebase 2017-10-10 12:09:41 -04:00
eppinput Format some imports using fix_imports.py 2017-10-24 16:53:47 -04:00
eppoutput Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
host Format some imports using fix_imports.py 2017-10-24 16:53:47 -04:00
index Run automatic Java 8 conversion over codebase 2017-10-10 12:09:41 -04:00
mark Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
ofy Add Runnable overrides to ease use of Java 8 language features 2017-10-24 16:53:47 -04:00
poll Format some imports using fix_imports.py 2017-10-24 16:53:47 -04:00
pricing Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
rde Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
registrar Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
registry Add validation to ROID suffixes 2017-11-07 16:51:06 -05:00
reporting Fix NPE in GetHistoryEntriesCommand 2017-10-24 16:53:47 -04:00
server Add metric for lock contention 2017-10-24 16:53:47 -04:00
smd Run automatic Java 8 conversion over codebase 2017-10-10 12:09:41 -04:00
tmch Run automatic Java 8 conversion over codebase 2017-10-10 12:09:41 -04:00
transfer Persist transferredRegistrationExpirationTime (exDate) on TransferData 2017-10-24 16:53:47 -04:00
translators Clarify diff display of MutatingCommand 2017-10-04 16:16:45 -04:00
BackupGroupRoot.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
BUILD Define Stackdriver metrics for premium and reserved lists 2017-03-21 14:55:00 -04:00
Buildable.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
CacheUtils.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
CreateAutoTimestamp.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
EntityClasses.java Run automatic Java 8 conversion over codebase 2017-10-10 12:09:41 -04:00
EppResource.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
EppResourceUtils.java Run automatic Java 8 conversion over codebase 2017-10-10 12:09:41 -04:00
ImmutableObject.java Run automatic Java 8 conversion over codebase 2017-10-10 12:09:41 -04:00
Jsonifiable.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
JsonMapBuilder.java Run automatic Java 8 conversion over codebase 2017-10-10 12:09:41 -04:00
ModelUtils.java Run automatic Java 8 conversion over codebase 2017-10-10 12:09:41 -04:00
package-info.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
SchemaVersion.java Run automatic Java 8 conversion over codebase 2017-10-10 12:09:41 -04:00
UpdateAutoTimestamp.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00