ex_audit icon indicating copy to clipboard operation
ex_audit copied to clipboard

Update Ecto.Repo calls to work with Ecto 3.8

Open edgurgel opened this issue 3 years ago • 2 comments

Hi there! Thanks for maintaining this great library.

While trying to use ExAudit with Ecto 3.8 I noticed that it wasn't working as intended so I had to do the changes I'm submitting as part of this PR.

Options are now a tuple with adapter metadata instead of just the repo options. I think it was first introduced here: https://github.com/elixir-ecto/ecto/commit/0cf1800056fb30a4fdef7277fe6d27cac8567770

Let me know if I should change it to do something else. Cheers!

edgurgel avatar Jun 07 '22 23:06 edgurgel

@narrowtux Any progress getting this reviewed and merged? ex_audit isn't compatible with newer Ecto versions til this gets released.

tuomohopia avatar Jul 05 '22 13:07 tuomohopia

@narrowtux Is this project still maintained?

atavistock avatar Sep 05 '22 03:09 atavistock

@narrowtux Can you check this out when you get a chance? I would love to be able to use this library. 🙏

ambuznego avatar Oct 21 '22 18:10 ambuznego

@narrowtux Can you check this out when you get a chance? I would love to be able to use this library. 🙏

This would be great, it fixes my issue 👯 https://github.com/ZennerIoT/ex_audit/issues/93

bumbus avatar Oct 26 '22 12:10 bumbus

@narrowtux Any updates on this? Is this library still maintained?

rohfosho avatar Dec 19 '22 06:12 rohfosho

Thanks, @narrowtux !

edgurgel avatar Feb 06 '23 20:02 edgurgel