mirror of
https://github.com/google/nomulus.git
synced 2025-05-27 22:50:08 +02:00
Implement read-only transaction manager modes for R3.0 migration (#1241)
This involves: - Altering both transaction managers to check for a read-only mode at the start of standard write actions (e.g. delete, put). - Altering both raw layers (entity manager, ofy) to throw exceptions on write actions as well - Implementing bypass routes for reading / setting / removing the schedule itself so that we don't get "stuck"
This commit is contained in:
parent
ee18f5cdf6
commit
d87856f16c
20 changed files with 954 additions and 51 deletions
|
@ -215,6 +215,7 @@ PRESUBMITS = {
|
|||
"RdapDomainSearchAction.java",
|
||||
"RdapNameserverSearchAction.java",
|
||||
"RdapSearchActionBase.java",
|
||||
"ReadOnlyCheckingEntityManager.java",
|
||||
"RegistryQuery",
|
||||
},
|
||||
):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue