commanded-audit-middleware icon indicating copy to clipboard operation
commanded-audit-middleware copied to clipboard

Command auditing middleware for Commanded CQRS/ES applications

Results 3 commanded-audit-middleware issues
Sort by recently updated
recently updated
newest added

This PR contains: - replace elixir_uuid with vendored version - fix compile warnings - support configuring a database prefix - assign the inserted audit struct to the pipeline for further...

Ensure `:ssl` is started before `Commanded.Middleware.Auditing.Repo`.

### Error ```console 1) test register user should fail when email address already taken and return error (Conduit.UsersTest) test/conduit/users/users_test.exs:69 ** (FunctionClauseError) no function clause matching in Commanded.Middleware.Auditing.delta/1 The following arguments...