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

bugfix: respect config options in dbt_project.yml #255

Merged
merged 13 commits into from
Dec 28, 2016

Commits on Dec 23, 2016

  1. bugfix: respect config options in dbt_project.yml

    Connor McArthur committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    4811888 View commit details
    Browse the repository at this point in the history
  2. unit test harness

    Connor McArthur committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    cd531aa View commit details
    Browse the repository at this point in the history
  3. remove now-unused test runner

    Connor McArthur committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    29a31bd View commit details
    Browse the repository at this point in the history
  4. Merge branch 'development' of github.com:analyst-collective/dbt into …

    …bugfix/respect-config-options
    Connor McArthur committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    7912de0 View commit details
    Browse the repository at this point in the history
  5. add newline to the end of .gitignore

    Connor McArthur committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    6ae353c View commit details
    Browse the repository at this point in the history
  6. create a working windows test directory

    Connor McArthur committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    16418ae View commit details
    Browse the repository at this point in the history
  7. fix CHANGELOG.mg pointer

    Connor McArthur committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    1aad991 View commit details
    Browse the repository at this point in the history
  8. update wording of changelog entry

    Connor McArthur committed Dec 23, 2016
    Configuration menu
    Copy the full SHA
    9afcb79 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2016

  1. solve KeyError when config is not set

    Connor McArthur committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    05ab471 View commit details
    Browse the repository at this point in the history
  2. add test for existing file, with no config key (catch KeyError from l…

    …ast commit)
    Connor McArthur committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    fceb38a View commit details
    Browse the repository at this point in the history
  3. merge development

    Connor McArthur committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    1a4f607 View commit details
    Browse the repository at this point in the history
  4. remove undefined default_profiles_dir

    Connor McArthur committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    50d2726 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2016

  1. remove None default, add a TODO around argument validation

    Connor McArthur committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    5db3c99 View commit details
    Browse the repository at this point in the history