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

[SCHEMA] Apply schema rules to entity values #792

Merged
merged 4 commits into from
Jul 20, 2021

Commits on May 3, 2021

  1. Use type key from other parts of schema on entities.

    By using the same tools, we can also use things like `enum` to limit values.
    tsalo committed May 3, 2021
    Configuration menu
    Copy the full SHA
    76928ae View commit details
    Browse the repository at this point in the history
  2. Support the new approach in the tools.

    The current solution is a bit of a hack but it's easy to adjust. Basically, when `format` is missing from the schema, default to "label".
    tsalo committed May 3, 2021
    Configuration menu
    Copy the full SHA
    101f852 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

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

Commits on Jul 14, 2021

  1. Update tools/schemacode/schema.py

    Co-authored-by: Chris Markiewicz <[email protected]>
    tsalo and effigies authored Jul 14, 2021
    Configuration menu
    Copy the full SHA
    30a989c View commit details
    Browse the repository at this point in the history