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

add parser #292

Merged
merged 27 commits into from
Mar 2, 2017
Merged

add parser #292

merged 27 commits into from
Mar 2, 2017

Commits on Feb 20, 2017

  1. first pass at wiring in parser

    Connor McArthur committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    78e2353 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39e2c1c View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2017

  1. Merge branch 'development' of github.com:analyst-collective/dbt into …

    …add-parser
    Connor McArthur committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    6658d87 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

  1. almost there

    Connor McArthur committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    beedfd5 View commit details
    Browse the repository at this point in the history
  2. down to 10 integration test failures

    Connor McArthur committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    2473b12 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2017

  1. schema and data tests running in parser

    Connor McArthur committed Feb 26, 2017
    Configuration menu
    Copy the full SHA
    50d9896 View commit details
    Browse the repository at this point in the history
  2. archive passing, hooks not so much

    Connor McArthur committed Feb 26, 2017
    Configuration menu
    Copy the full SHA
    a125043 View commit details
    Browse the repository at this point in the history
  3. integration tests passing!

    Connor McArthur committed Feb 26, 2017
    Configuration menu
    Copy the full SHA
    5a64113 View commit details
    Browse the repository at this point in the history
  4. remove runners (they are unused now)

    Connor McArthur committed Feb 26, 2017
    Configuration menu
    Copy the full SHA
    f34892f View commit details
    Browse the repository at this point in the history
  5. remove get_compiled_models -- unused

    Connor McArthur committed Feb 26, 2017
    Configuration menu
    Copy the full SHA
    1a2ada7 View commit details
    Browse the repository at this point in the history
  6. ripping things out, part 1: compiled_model.py

    Connor McArthur committed Feb 26, 2017
    Configuration menu
    Copy the full SHA
    c7dd776 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8dc998b View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2017

  1. pep8 compliance

    Connor McArthur committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    b3b17ee View commit details
    Browse the repository at this point in the history
  2. remove print() call from runner.py

    Connor McArthur committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    7db4b1d View commit details
    Browse the repository at this point in the history
  3. remove print() calls from selector.py

    Connor McArthur committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    7a0039d View commit details
    Browse the repository at this point in the history
  4. remove schema_tester, dbt.archival import

    Connor McArthur committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    6a3202e View commit details
    Browse the repository at this point in the history
  5. fix unit tests, compile cmd

    Connor McArthur committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    2a2aec2 View commit details
    Browse the repository at this point in the history
  6. functional test improvements

    Connor McArthur committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    305c80c View commit details
    Browse the repository at this point in the history
  7. fix skipping, functional testing w/ revzilla

    Connor McArthur committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    77c480a View commit details
    Browse the repository at this point in the history
  8. hooks work... finishing up?

    Connor McArthur committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    ac3e5ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    102e8df View commit details
    Browse the repository at this point in the history
  10. switch compilation import

    Connor McArthur committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    f24c0b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2017

  1. fun with string compatibility

    Connor McArthur committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    99b9ea1 View commit details
    Browse the repository at this point in the history
  2. write_file is necessary

    Connor McArthur committed Feb 28, 2017
    Configuration menu
    Copy the full SHA
    d96913d View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2017

  1. merged master

    Connor McArthur committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    96b3d49 View commit details
    Browse the repository at this point in the history
  2. re-add analyses

    Connor McArthur committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    caf6105 View commit details
    Browse the repository at this point in the history
  3. update changelog

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