Closed nickgerace closed 11 hours ago
For those curious: investigating those integration test failures locally. This PR should not have affected them, but it's possible that it did.
From the investigation, these transient errors are not caused by changes in this PR. Adding to the merge queue.
Removed and re-added because GitHub thought there were merge conflicts... there were none, but I rebased and force pushed anyway.
/try
/try
@fnichol is going to watch over this and we will re-sync soon. We combed through the PR several times and believe the CI issues to be wholly unrelated at this time.
/try
Description
This PR adds audit database migrations. They are explicitly not part of the
ServicesContext
norDalContext
.This PR also moves the audit logs stream contents to a new submodule in the corresponding crate as well as deletes an unused NATS client method in
sdf-server
.We also use the
DBNAME
constant for layer db configuration insdf
now, like we do with the audit database.