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 dbml parser module #21

Merged
merged 29 commits into from
May 19, 2020
Merged

Add dbml parser module #21

merged 29 commits into from
May 19, 2020

Commits on May 16, 2020

  1. WIP

    Julio Zynger committed May 16, 2020
    Configuration menu
    Copy the full SHA
    72b88b4 View commit details
    Browse the repository at this point in the history
  2. Add hacky prototype

    Julio Zynger committed May 16, 2020
    Configuration menu
    Copy the full SHA
    475644c View commit details
    Browse the repository at this point in the history
  3. Pull out dbml-parser module

    Julio Zynger committed May 16, 2020
    Configuration menu
    Copy the full SHA
    f4270f8 View commit details
    Browse the repository at this point in the history
  4. Specify main class

    Julio Zynger committed May 16, 2020
    Configuration menu
    Copy the full SHA
    b2b7fe6 View commit details
    Browse the repository at this point in the history
  5. Render references

    Julio Zynger committed May 16, 2020
    Configuration menu
    Copy the full SHA
    acf0f4e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. Parse references

    Julio Zynger committed May 17, 2020
    Configuration menu
    Copy the full SHA
    f1087de View commit details
    Browse the repository at this point in the history
  2. Add raw value captured from parser

    Julio Zynger committed May 17, 2020
    Configuration menu
    Copy the full SHA
    2530d55 View commit details
    Browse the repository at this point in the history
  3. Parse tables - no columns or indexes

    Julio Zynger committed May 17, 2020
    Configuration menu
    Copy the full SHA
    b3f34ba View commit details
    Browse the repository at this point in the history
  4. Add Project definition and cleanup app run

    Julio Zynger committed May 17, 2020
    Configuration menu
    Copy the full SHA
    64d3031 View commit details
    Browse the repository at this point in the history
  5. Add TODO

    Julio Zynger committed May 17, 2020
    Configuration menu
    Copy the full SHA
    e738823 View commit details
    Browse the repository at this point in the history
  6. Add TODO

    Julio Zynger committed May 17, 2020
    Configuration menu
    Copy the full SHA
    d90792d View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Extract objects

    Julio Zynger committed May 18, 2020
    Configuration menu
    Copy the full SHA
    25b3a9e View commit details
    Browse the repository at this point in the history
  2. Add test for LoneReference parser

    Julio Zynger committed May 18, 2020
    Configuration menu
    Copy the full SHA
    d93f2d3 View commit details
    Browse the repository at this point in the history
  3. Remove plan file

    Julio Zynger committed May 18, 2020
    Configuration menu
    Copy the full SHA
    322e6a7 View commit details
    Browse the repository at this point in the history
  4. Add test for reference notes

    Julio Zynger committed May 18, 2020
    Configuration menu
    Copy the full SHA
    8e2e39f View commit details
    Browse the repository at this point in the history
  5. Pull out ColumnReferenceParser

    Julio Zynger committed May 18, 2020
    Configuration menu
    Copy the full SHA
    4451c69 View commit details
    Browse the repository at this point in the history
  6. Simplify tests

    Julio Zynger committed May 18, 2020
    Configuration menu
    Copy the full SHA
    0f81654 View commit details
    Browse the repository at this point in the history
  7. Cover ColumnReferenceParser with tests

    Julio Zynger committed May 18, 2020
    Configuration menu
    Copy the full SHA
    7e709c1 View commit details
    Browse the repository at this point in the history
  8. Tests for ColumnParser

    Julio Zynger committed May 18, 2020
    Configuration menu
    Copy the full SHA
    f9801be View commit details
    Browse the repository at this point in the history
  9. Add tests for TableParser

    Julio Zynger committed May 18, 2020
    Configuration menu
    Copy the full SHA
    046946f View commit details
    Browse the repository at this point in the history
  10. Add graphviz-java dependency

    Julio Zynger committed May 18, 2020
    Configuration menu
    Copy the full SHA
    c6fd2e8 View commit details
    Browse the repository at this point in the history
  11. Start playing with graphviz-java

    Julio Zynger committed May 18, 2020
    Configuration menu
    Copy the full SHA
    c47ed16 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Disable parser and dbml2viz module usage

    Julio Zynger committed May 19, 2020
    Configuration menu
    Copy the full SHA
    2f96efc View commit details
    Browse the repository at this point in the history
  2. Break Column RegEx

    Julio Zynger committed May 19, 2020
    Configuration menu
    Copy the full SHA
    f9beb6d View commit details
    Browse the repository at this point in the history
  3. Break Reference RegExes

    Julio Zynger committed May 19, 2020
    Configuration menu
    Copy the full SHA
    9cf8f22 View commit details
    Browse the repository at this point in the history
  4. Pull out constant

    Julio Zynger committed May 19, 2020
    Configuration menu
    Copy the full SHA
    e0336cb View commit details
    Browse the repository at this point in the history
  5. Break out Table RegEx

    Julio Zynger committed May 19, 2020
    Configuration menu
    Copy the full SHA
    eea4744 View commit details
    Browse the repository at this point in the history
  6. Remove dbml2viz references

    Julio Zynger committed May 19, 2020
    Configuration menu
    Copy the full SHA
    29074cc View commit details
    Browse the repository at this point in the history
  7. TODO cleanup

    Julio Zynger committed May 19, 2020
    Configuration menu
    Copy the full SHA
    4137555 View commit details
    Browse the repository at this point in the history