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/parallel model execution #83

Merged
merged 20 commits into from
Aug 2, 2016
Merged

Commits on Jul 26, 2016

  1. wip

    Drew Banin committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    73ff1f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2016

  1. run queries in parallel, considering deps

    Drew Banin committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    099994b View commit details
    Browse the repository at this point in the history
  2. better logging

    Drew Banin committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    1731ce8 View commit details
    Browse the repository at this point in the history
  3. code cleanup

    Drew Banin committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    b9bcef2 View commit details
    Browse the repository at this point in the history
  4. refactor

    Drew Banin committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    fce38ba View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2016

  1. Configuration menu
    Copy the full SHA
    32ae1d1 View commit details
    Browse the repository at this point in the history
  2. better error handling + error messages

    Drew Banin committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    0364d05 View commit details
    Browse the repository at this point in the history
  3. don't delete test views for failed tests

    Drew Banin committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    39f4a8e View commit details
    Browse the repository at this point in the history
  4. don't run child queries if a parent fails

    Drew Banin committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    80305b8 View commit details
    Browse the repository at this point in the history
  5. make schema tests work

    Drew Banin committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    3afc31b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2016

  1. better test reporting

    Drew Banin committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    3ea88f3 View commit details
    Browse the repository at this point in the history
  2. code cleanup

    Drew Banin committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    df405b9 View commit details
    Browse the repository at this point in the history
  3. also compile specified node when --models given

    Drew Banin committed Jul 31, 2016
    Configuration menu
    Copy the full SHA
    fc179ee View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2016

  1. output when models are "missing"

    Drew Banin committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    9a77cc8 View commit details
    Browse the repository at this point in the history
  2. fix running test files with specific models enabled

    Drew Banin committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    5455289 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66350e2 View commit details
    Browse the repository at this point in the history
  4. provide num threads on CLI

    Drew Banin committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    eaf7918 View commit details
    Browse the repository at this point in the history
  5. show skipped models in run output

    Drew Banin committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    12d6ff0 View commit details
    Browse the repository at this point in the history
  6. fix linker tests

    Drew Banin committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    ca5f7d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2016

  1. get # threads from profiles file

    Drew Banin committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    24ebe12 View commit details
    Browse the repository at this point in the history