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 support for custom validators #35

Merged
merged 5 commits into from
May 10, 2022
Merged

Add support for custom validators #35

merged 5 commits into from
May 10, 2022

Commits on May 8, 2022

  1. Refactor WorkflowDocument into abstract class

    Implement the NativeWorkflowDocument based on JSONDocument.
    davelopez committed May 8, 2022
    Configuration menu
    Copy the full SHA
    06e91f7 View commit details
    Browse the repository at this point in the history
  2. Add support for custom validation

    Implementing a collection of `ValidationContributor`s and adding them to
    the language service through `setValidationContributors` will allow
    to define custom validation rules.
    davelopez committed May 8, 2022
    Configuration menu
    Copy the full SHA
    39d75fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ce8db6 View commit details
    Browse the repository at this point in the history
  4. Add some unit tests

    davelopez committed May 8, 2022
    Configuration menu
    Copy the full SHA
    9a9f1a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d10adcf View commit details
    Browse the repository at this point in the history