mirror of
https://github.com/google/nomulus.git
synced 2025-07-30 22:46:26 +02:00
* Fix BigQuery data set name handling in activity reporting This is not a constant (as it depends on runtime state), so it can't be named using UPPER_SNAKE_CASE. Additionally, it's not good practice to use field initialization when there's logic depending on runtime state involved. So this PR changes the class to use constructor injection and moves the logic into the constructor. * Add fix for ICANN reporting provide * Extract out ICANN reporting data set * Inject TransactionManager * Make TransactionInfo static (per Mike) * Use ofyTm() in BackupTestStore * Revert extraneous formatting * Use auditedOfy in CommitLogMutationTest |
||
---|---|---|
.. | ||
gradle/dependency-locks | ||
src | ||
build.gradle | ||
Dockerfile |