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

Feature/1.0.0/fork #121

Merged
merged 13 commits into from
Feb 6, 2017
Merged

Feature/1.0.0/fork #121

merged 13 commits into from
Feb 6, 2017

Commits on Jan 23, 2017

  1. updated dependencies

    tjbenton committed Jan 23, 2017
    Configuration menu
    Copy the full SHA
    a788426 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

  1. Configuration menu
    Copy the full SHA
    a4a36a7 View commit details
    Browse the repository at this point in the history
  2. bugfix parseModelDependencies

    Fixes a bug where if two files required the same dependency the second model passed would have it's dependencies removed which causes issues when trying to make the document generation smarter.
    tjbenton committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    737caaa View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2017

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

Commits on Jan 27, 2017

  1. bugfix for memory leak

    tjbenton committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    0a8541a View commit details
    Browse the repository at this point in the history
  2. added resolveDependants

    This adds an array of model files that are dependent on each model
    tjbenton committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    db91e2a View commit details
    Browse the repository at this point in the history
  3. added events-async

    tjbenton committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    558e2d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ee11e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2017

  1. Merge branch 'release/1.0.0' of https://github.com/bentonam/fakeit in…

    …to feature/1.0.0/fork
    
    * 'release/1.0.0' of https://github.com/bentonam/fakeit:
      Updated output tests
      Updated cli to show help when no models are passed
      Ensured cli arguments are assigned to variables
      Removed username validation from couchbase
      Fixed Spacing in Model
    tjbenton committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    faf44ee View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2017

  1. pr fixes

    tjbenton committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    aeed92c View commit details
    Browse the repository at this point in the history
  2. if the model that's passed is flight-data make it run serial

    This is to improve performance on all tests since the flight-data tests are the most cpu intensive. It increases the speed of the tests, and decreases the cpu usage
    tjbenton committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    414a7c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d01b41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a93a135 View commit details
    Browse the repository at this point in the history