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

[DM-24785] Felis yaml validator #101

Merged
merged 4 commits into from
Dec 29, 2022
Merged

[DM-24785] Felis yaml validator #101

merged 4 commits into from
Dec 29, 2022

Commits on Dec 28, 2022

  1. [DM-24785] Felis yaml validator

    Check for some basic things, like if the table indexes are there
    and unique, that each column has a description, and that there
    are principal columns for each table.
    cbanek committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    3bf5b63 View commit details
    Browse the repository at this point in the history
  2. [DM-24785] Make a new check for the validator

    Instead of cramming it into the build action, let's put it here.
    cbanek committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    64a936c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de1bace View commit details
    Browse the repository at this point in the history
  4. [DM-24785] Exit with non-zero return code on failure

    This wll make the github task go with a red X on failure.
    cbanek committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    db0b5a9 View commit details
    Browse the repository at this point in the history