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

wrap models using macros #356

Merged
merged 39 commits into from
Apr 5, 2017

Commits on Mar 26, 2017

  1. Configuration menu
    Copy the full SHA
    c591815 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d4d72d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f651568 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e080f73 View commit details
    Browse the repository at this point in the history
  5. working with a few rough edges

    Connor McArthur committed Mar 26, 2017
    Configuration menu
    Copy the full SHA
    fe79e07 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. Fix/full refresh (#350)

    * code cleanup + fix full-refresh opt
    * make integration tests actually test flags
    drewbanin committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    da6c467 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f94f455 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f54175 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

  1. wip

    drewbanin committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    23d42d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cacf5c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b43be9e View commit details
    Browse the repository at this point in the history
  4. fix tests

    drewbanin committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    ace4b49 View commit details
    Browse the repository at this point in the history
  5. working with a few rough edges

    Connor McArthur authored and drewbanin committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    bc0e1c2 View commit details
    Browse the repository at this point in the history
  6. test that should be green if macro parsing works the right way

    Connor McArthur authored and drewbanin committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    694d07b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c55ff34 View commit details
    Browse the repository at this point in the history
  8. wip

    drewbanin committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    8537229 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4846515 View commit details
    Browse the repository at this point in the history
  10. fix tests

    drewbanin committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    c06ae6d View commit details
    Browse the repository at this point in the history
  11. Merge branch 'contextless-macros' of github.com:fishtown-analytics/db…

    …t into contextless-macros
    drewbanin committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    e03f804 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2b3f46e View commit details
    Browse the repository at this point in the history
  13. add license to RTD

    drewbanin committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    e2c279b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2017

  1. Configuration menu
    Copy the full SHA
    ce96825 View commit details
    Browse the repository at this point in the history
  2. always release connections at the end of execute_node (#354)

    * always release connections at the end of execute_node
    
    * pep8
    
    * changelog
    cmcarthur committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    5ffe4a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2017

  1. merged development

    Connor McArthur committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    d907fca View commit details
    Browse the repository at this point in the history
  2. tests passing

    Connor McArthur committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    ab4d5a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2017

  1. integration tests passing, again

    Connor McArthur committed Mar 31, 2017
    Configuration menu
    Copy the full SHA
    a266308 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. unit tests & pep8 passing

    Connor McArthur committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    e533b36 View commit details
    Browse the repository at this point in the history
  2. merge contextless macros branch

    Connor McArthur committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    d3d2da5 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2017

  1. functional test tweaks

    Connor McArthur committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    cb2bba4 View commit details
    Browse the repository at this point in the history
  2. remove extra raise

    Connor McArthur committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    f1f39c1 View commit details
    Browse the repository at this point in the history
  3. fix integration tests

    Connor McArthur committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    0b810c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f663a0 View commit details
    Browse the repository at this point in the history
  5. handle compilation errors

    Connor McArthur committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    837bff4 View commit details
    Browse the repository at this point in the history
  6. add manifest file

    drewbanin committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    0574958 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1063500 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #361 from fishtown-analytics/include-global-project

    Include global project
    drewbanin committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    161d70c View commit details
    Browse the repository at this point in the history
  9. rename funcs to adapter

    Connor McArthur committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    8b59748 View commit details
    Browse the repository at this point in the history
  10. remove compile task

    Connor McArthur committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    b7044d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2017

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