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

Write JSON manifest file to disk #761

Merged
merged 31 commits into from
May 7, 2018

Commits on May 4, 2018

  1. Convert unparsed contracts code to use json-schema

    Leaves the voluptuous stuff in for now as other parts require it
    jwerderits committed May 4, 2018
    Configuration menu
    Copy the full SHA
    b1c5577 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1eaa1e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04a61e8 View commit details
    Browse the repository at this point in the history
  4. PEP8

    jwerderits committed May 4, 2018
    Configuration menu
    Copy the full SHA
    3672cbc View commit details
    Browse the repository at this point in the history
  5. More set -> list fun

    jwerderits committed May 4, 2018
    Configuration menu
    Copy the full SHA
    6bb051e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dcce83a View commit details
    Browse the repository at this point in the history
  7. Finished converting dbt.contracts.graph to json-schema.

    Unit tests pass, at least.
    jwerderits committed May 4, 2018
    Configuration menu
    Copy the full SHA
    f6d2e9e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9ef1d5b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4c2031a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ecb504 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    541b2b3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a4b4ab5 View commit details
    Browse the repository at this point in the history
  13. remove vestigal code

    jwerderits committed May 4, 2018
    Configuration menu
    Copy the full SHA
    674d4c5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    351d2c4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a3e55f0 View commit details
    Browse the repository at this point in the history
  16. Rewrite parse_macro_file to use UnparsedMacro, ParsedMacro objects

    Connor McArthur authored and jwerderits committed May 4, 2018
    Configuration menu
    Copy the full SHA
    5a69fe0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    802226d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6283d97 View commit details
    Browse the repository at this point in the history
  19. Make more things create UnparsedNodes, add a number of comments about…

    … things that are going to be tricky
    jwerderits committed May 4, 2018
    Configuration menu
    Copy the full SHA
    c318aa7 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    75137ac View commit details
    Browse the repository at this point in the history
  21. Add a to_dict method to ParsedNode so that compilation can have a dic…

    …t that has the agate_table in it.
    jwerderits committed May 4, 2018
    Configuration menu
    Copy the full SHA
    25e1035 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c3caa52 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6f03738 View commit details
    Browse the repository at this point in the history
  24. Changed parse_node and seed/archive parsing so that parse_node can sa…

    …fely receive an UnparsedNode without having to set additionalProperties to true
    jwerderits committed May 4, 2018
    Configuration menu
    Copy the full SHA
    3432b52 View commit details
    Browse the repository at this point in the history
  25. Move the conversion from GraphLoader output to what compiler expects …

    …into the compiler, register macro loading with the graph loader.
    jwerderits committed May 4, 2018
    Configuration menu
    Copy the full SHA
    73a2a7d View commit details
    Browse the repository at this point in the history
  26. Have the GraphLoader just return a new object that does all the hard …

    …stuff. Punt on compiler for now
    jwerderits committed May 4, 2018
    Configuration menu
    Copy the full SHA
    2dd3ffa View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    071dfa2 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b14366e View commit details
    Browse the repository at this point in the history
  29. TODO cleanups

    jwerderits committed May 4, 2018
    Configuration menu
    Copy the full SHA
    4c6aeb8 View commit details
    Browse the repository at this point in the history
  30. More TODO cleanup

    jwerderits committed May 4, 2018
    Configuration menu
    Copy the full SHA
    b8b71ac View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Update changelog

    jwerderits committed May 7, 2018
    Configuration menu
    Copy the full SHA
    55e2c14 View commit details
    Browse the repository at this point in the history