paper_trail icon indicating copy to clipboard operation
paper_trail copied to clipboard

Track and record all the changes in your database with Ecto. Revert back to anytime in history.

Results 31 paper_trail issues
Sort by recently updated
recently updated
newest added

First off, nice repo very helpful! Use case: I have the user_id inside a `Merchant` struct (belongs_to) and most of the times the user isn't loaded but I do have...

enhancement
help wanted

Currently Strict Mode is not supported when using UUIDs. It could however easily be supported by generating the UUIDs on the client side. This could look something like this: ```elixir...

Currently all configuration is applied globally. To enable things like #128, this library should be configurable per Repo and not globally.

Hi there, I found that PaperTrail creates an update version, even if there are no changes in the changeset and so there's not really an update. This was surprising to...

bug
help wanted
not finished

what do you think about adding the possibility to register the pre-change in the versions? with this feature we: 1. Direct show changes instead of load all previous versions at...

enhancement

Would be really nice to support [insert_all/3](https://hexdocs.pm/ecto/Ecto.Repo.html#c:insert_all/3), this way we can insert multiple records easily.

enhancement

Bumps [shelljs](https://github.com/shelljs/shelljs) and [release-it](https://github.com/release-it/release-it). These dependencies needed to be updated together. Updates `shelljs` from 0.8.4 to 0.8.5 Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix...

dependencies
javascript

Bumps [got](https://github.com/sindresorhus/got) and [release-it](https://github.com/release-it/release-it). These dependencies needed to be updated together. Updates `got` from 9.6.0 to 12.3.1 Release notes Sourced from got's releases. v12.3.1 Don't freeze signal when freezing Options...

dependencies
javascript

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

Reporting an issue with the way the serialization is performed in version 1.0.0. Our application uses `ex_money_sql` for a money composite type in some of our Ecto schema. For instance:...