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

Throw error when setting authData to null #6154

Merged
merged 16 commits into from
Oct 28, 2019

Commits on Oct 23, 2019

  1. added ignore authData field

    mtrezza committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    60c8c07 View commit details
    Browse the repository at this point in the history
  2. add fix for Postgres

    mtrezza committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    8c1be1f View commit details
    Browse the repository at this point in the history
  3. add test for mongoDB

    mtrezza committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    21a15e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aeeefbf View commit details
    Browse the repository at this point in the history
  5. removed fit

    mtrezza committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    bc6e9bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a89c104 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2019

  1. Fix postgres test

    dplewis committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    2c0fc76 View commit details
    Browse the repository at this point in the history
  2. Throw error instead of ignore

    dplewis committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    eb7c609 View commit details
    Browse the repository at this point in the history
  3. improve tests

    dplewis committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    4a07a73 View commit details
    Browse the repository at this point in the history
  4. Add mongo test

    dplewis committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    ae3c09a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf70ea8 View commit details
    Browse the repository at this point in the history
  6. fix tests

    dplewis committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    e87c5c0 View commit details
    Browse the repository at this point in the history
  7. more tests

    dplewis committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    90030b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. add condition to synthesize authData field only in _User class

    it is forbidden to add a custom field name beginning with `_`, so if the object is not `_User` , the transform should throw
    mtrezza committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    eaa7bb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47fd9df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a02fcd2 View commit details
    Browse the repository at this point in the history