Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Support associations and embeds #21

Closed
wants to merge 16 commits into from

Commits on Jun 1, 2017

  1. Configuration menu
    Copy the full SHA
    fcb6dcf View commit details
    Browse the repository at this point in the history
  2. fix migration module name

    narrowtux committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    5128517 View commit details
    Browse the repository at this point in the history
  3. Wrote a function that extracts versions for each association inside a…

    … changeset
    
    Plugged that into PaperTrail.insert - the test works now.
    narrowtux committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    9c4e521 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2017

  1. Upgraded insert, insert!, update, update!

    non-bang functions now return a list of assoc_versions in the result map
    
    bang functions were upgraded to also insert assoc-related versions
    narrowtux committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    1dce624 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c5481a View commit details
    Browse the repository at this point in the history
  3. check for nilify_all

    narrowtux committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    c640ae1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af8a99b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f58200d View commit details
    Browse the repository at this point in the history
  6. moved level: :info from config.exs to test.exs

    so SQL query debug log won't pollute the test output
    narrowtux committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    2dcbfd6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    025d82b View commit details
    Browse the repository at this point in the history
  8. skip the broken test

    narrowtux committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    96a35de View commit details
    Browse the repository at this point in the history
  9. delete() returns correctly

    use changeset.data when passing a changeset into get_all_children
    narrowtux committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    3f59657 View commit details
    Browse the repository at this point in the history
  10. Test :nilify_all

    narrowtux committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    a820087 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2017

  1. Configuration menu
    Copy the full SHA
    12bfb79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1ff886 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a608d21 View commit details
    Browse the repository at this point in the history