mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 00:42:12 +02:00
* Refactor g.r.model.transaction -> g.r.persistence.transaction The ultimate goal here is to eventually delete the model package entirely once we're no longer using Datastore. To that end, the Cloud SQL stuff that we'll be keeping needs to be in a different package. Here's the rough outline of the final desired state I'm thinking of: g.r.persistence .transaction -- what's being moved in this commit .converters -- to be moved in another commit [maybe more?] g.r.schema [same-ish subpackages as model currently contains] I'm also trying to think if it makes sense to move the DAO classes out of g.r.schema, and haven't come up with a good answer yet. * Also move test resource files * Merge branch 'master' into mv-tx-to-persistence |
||
---|---|---|
.. | ||
gradle/dependency-locks | ||
src | ||
build.gradle | ||
Dockerfile | ||
karma.conf.js |