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

Issue 85 create required attributes on update #96

Commits on Dec 20, 2016

  1. Quick touches

    aloof-ruf committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    421e9ca View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2017

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

Commits on Jan 13, 2017

  1. Update Model.update

    aloof-ruf committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    fde78cf View commit details
    Browse the repository at this point in the history
  2. Created another option for 'updateTimestamps'

    - user can now choose whether or not to update timestamps specified with
    the 'timestamps' option (defined when making schema) on update.
    aloof-ruf committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    8281574 View commit details
    Browse the repository at this point in the history
  3. Update can now use key attribute defaults

    Passing null or undefined for the key parameter in Model.update will now
    have it check default values for those keys before erroring out.
    aloof-ruf committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    55c013c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c51693 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bc50c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d10740f View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2017

  1. Configuration menu
    Copy the full SHA
    52a5b79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a91476b View commit details
    Browse the repository at this point in the history
  3. Changed Model Tests and fix for table.js

    - Table.js had a deferred rejection with just a string (changed to an
    error object)
    - updated model tests to reflect createRequired's default of false
    aloof-ruf committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    1b30fea View commit details
    Browse the repository at this point in the history