google-nomulus/javatests/google/registry/model
mcilwain 931156fdd7 Append event year to poll message external IDs
This solves the problem of external poll message IDs not being globally
unique by simply appending the event year. This means that autorenew poll
messages will increment by one every year, so they will always be unique.
This also requires no data schema changes, and thus most importantly, no
data migration.

Incoming requests lacking this new year field will continue to work for
now for backwards compatibility reasons. This is possible because we don't
actually use the year for anything.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=178012685
2017-12-13 12:43:45 -05:00
..
billing Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
common Replace many Work and VoidWork usages with lambdas 2017-11-21 18:45:12 -05:00
contact Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
domain Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
eppinput Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
eppoutput Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
host Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
index Replace many Work and VoidWork usages with lambdas 2017-11-21 18:45:12 -05:00
mark Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
ofy Clean up some code quality issues 2017-12-01 22:14:06 -05:00
poll Append event year to poll message external IDs 2017-12-13 12:43:45 -05:00
rde Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
registrar Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
registry Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
reporting Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
server Add metric for lock life duration 2017-12-01 22:14:06 -05:00
smd Replace many Work and VoidWork usages with lambdas 2017-11-21 18:45:12 -05:00
tmch Replace many Work and VoidWork usages with lambdas 2017-11-21 18:45:12 -05:00
transfer Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
translators Clean up some code quality issues 2017-12-01 22:14:06 -05:00
BUILD Move backported JUnit file to third_party (part 2) 2017-12-02 11:37:46 -05:00
CreateAutoTimestampTest.java Replace many Work and VoidWork usages with lambdas 2017-11-21 18:45:12 -05:00
EntityClassesTest.java Refactor Guava functional methods to use lambdas 2017-12-01 22:14:05 -05:00
EntityTestCase.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
EppResourceUtilsTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
ImmutableObjectTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
ModelUtilsTest.java Remove more unused Truth8.assertThat() static imports in tests 2017-11-07 17:22:56 -05:00
ResourceCommandTestCase.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
schema.txt Add metric for lock life duration 2017-12-01 22:14:06 -05:00
SchemaVersionTest.java Add golden files for request component routing maps 2017-06-05 18:17:09 -04:00
UpdateAutoTimestampTest.java Replace many Work and VoidWork usages with lambdas 2017-11-21 18:45:12 -05:00