google-nomulus/core/src/test
gbrodman 7c3ef52026
Convert poll-message-related classes to use SQL as well (#1050)
* Convert poll-message-related classes to use SQL as well

Two relatively complex parts. The first is that we needed a small
refactor on the AckPollMessagesCommand because we could theoretically be
acking more poll messages than the Datastore transaction size boundary.
This means that the normal flow of "gather the poll messages from the DB
into one collection, then act on it" needs to be changed to a more
functional flow.

The second is that acking the poll message (deleting it in most cases)
reduces the number of remaining poll messages in SQL but not in
Datastore, since in Datastore the deletion does not take effect until
after the transaction is over.
2021-04-02 19:57:26 -04:00
..
java/google/registry Convert poll-message-related classes to use SQL as well (#1050) 2021-04-02 19:57:26 -04:00
javascript/google/registry/ui/js Rename whitelist -> allow list (#635) 2020-06-18 18:36:05 -04:00
resources Convert poll-message-related classes to use SQL as well (#1050) 2021-04-02 19:57:26 -04:00