google-nomulus/core/src/test
Michael Muller e386bf5bd8
Get persistence of DomainBase actually working (#438)
* Get persistence of DomainBase actually working

Fix all of the existing problems with DomainBase persistence:
- Remove "final" keywords on getters that cause errors during startup.
- Remove Transient from creationTime (since there's a converter for
  CreateAutoTimestamp)
- Fix DesignatedContext persistence so that it only creates a single table.
  This is a lot more efficient given that these are many-to-one with their
  domains.
- Add a flyway script, update the golden schema.
- Create a unit test, add it to the integration test suite.

* Changes request in review

* Regenerated generated schema file.

* Changes for review

* Persist status value enum set

* Changes in response to review

* Changes requested in review

* Fixes for #456

* Rename Domain "status" column to "statuses"
2020-01-28 11:32:26 -05:00
..
java/google/registry Get persistence of DomainBase actually working (#438) 2020-01-28 11:32:26 -05:00
javascript/google/registry/ui/js Move JS and CSS files to a Javascript source dir (#156) 2019-07-05 12:01:16 -04:00
resources/google/registry Allow claims keys on domain creates during quiet periods (#453) 2020-01-23 12:17:14 -05:00