mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 17:01:51 +02:00
* Remove grace period ID @OnLoads now that migration is complete I verified in BigQuery that all grace period IDs are now allocated (as expected given that the re-save all EPP resource mapreduce has been run several times since this migration started last year). The query I used for verification is: SELECT fullyQualifiedDomainName, gp, ot FROM `domain-registry.latest_datastore_export.DomainBase` JOIN UNNEST(gracePeriods.billingEventRecurring) AS gp JOIN UNNEST(gracePeriods.billingEventOneTime) AS ot WHERE gp.id IS NULL or ot.id IS NULL BUG=169873747 |
||
---|---|---|
.. | ||
gradle/dependency-locks | ||
src | ||
WEB-INF/appengine-generated | ||
build.gradle | ||
Dockerfile | ||
karma.conf.js |