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 ability to parse Schema files according to OTEP 0152 #2267

Merged
merged 14 commits into from Oct 15, 2021

Commits on Oct 12, 2021

  1. Add ability to parse Schema files according to OTEP 0152

    The parser and parsed representation (AST) are placed in a separate
    Go module so that they are can be consumed independently without
    the need to bring the rest of the SDK.
    
    Ability to use the parsed representation for schema conversions
    can be added later.
    tigrannajaryan committed Oct 12, 2021
    Copy the full SHA
    453dd55 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2f8bc58 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cda8e82 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c627e40 View commit details
    Browse the repository at this point in the history
  5. Add README.md

    tigrannajaryan committed Oct 12, 2021
    Copy the full SHA
    d31db0d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    970f69e View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    f574b6e View commit details
    Browse the repository at this point in the history
  8. Use yaml.NewDecoder

    tigrannajaryan committed Oct 12, 2021
    Copy the full SHA
    875cb94 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    a9d0f07 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    af5be06 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    05dc4de View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    2d0f80c View commit details
    Browse the repository at this point in the history
  13. Add heading to README

    tigrannajaryan committed Oct 12, 2021
    Copy the full SHA
    eee311c View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Copy the full SHA
    b25aa10 View commit details
    Browse the repository at this point in the history