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

Default function enhancements #127

Merged
merged 5 commits into from
Apr 20, 2017
Merged

Default function enhancements #127

merged 5 commits into from
Apr 20, 2017

Commits on Apr 13, 2017

  1. Making the model get passed to attribute's default function.

    Adding flag forceDefault to force the default to be used all the time.
    Adding dev dependency to automatically download local dynamo.
    Adding grunt task to start/stop local dynamo instance.
    Adding tests to support changes.
    vangorra committed Apr 13, 2017
    Configuration menu
    Copy the full SHA
    95a2506 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2017

  1. Adding task to start local dynamo server before tests run.

    Removing travis lines for starting local dynamo.
    Updating readme with information about default and forceDefault improvements.
    Commenting out some extra verbose code.
    vangorra committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    87be38b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d0533f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acda000 View commit details
    Browse the repository at this point in the history
  4. Trying this without using inMemory option as there are bunch of error…

    …s about tables not existing.
    vangorra committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    8b1526a View commit details
    Browse the repository at this point in the history