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] Allow Session triggers #4373

Commits on Nov 23, 2017

  1. Allow Session triggers

    addisonElliott committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    11b67c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36a304b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2017

  1. Restore tests for validating _Session triggers and take not of this

    Instead of removing the tests for validating _Session triggers, I restored them and made sure that having a _Session trigger does NOT throw an exception
    addisonElliott committed Nov 25, 2017
    Configuration menu
    Copy the full SHA
    ec94e33 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Configuration menu
    Copy the full SHA
    83c7602 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. Configuration menu
    Copy the full SHA
    a277003 View commit details
    Browse the repository at this point in the history
  2. Altered buildUpdatedObjects to combine the extra data, original objec…

    …t and new object into one REST array and then convert to ParseObject. Previously, it would convert the extraData and original object into a ParseObject and copy data from new array over. This has the side effect of failing for _Session class because the attributes are read only.
    
    Rename sanitizedData to sanitizeData because sanitizedData implies the data will be returned. Instead, sanitizeData mutates the data field to remove any sensitive information.
    
    Create expandData function which mutates the data field and expands any keys that use dot notation ('x.y')
    addisonElliott committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    2af1cfb View commit details
    Browse the repository at this point in the history
  3. Fix issue with buildUpdatedObject function. Had to revert many of my …

    …changes since they wouldn't work
    addisonElliott committed Nov 30, 2017
    Configuration menu
    Copy the full SHA
    b00c05c View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2017

  1. Configuration menu
    Copy the full SHA
    35d216c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    624c7cd View commit details
    Browse the repository at this point in the history