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

Give validation rules priority and severity #729

Merged
merged 2 commits into from
Sep 7, 2022

Conversation

pivotaljohn
Copy link
Contributor

@pivotaljohn pivotaljohn commented Aug 30, 2022

  • the higher the priority, the earlier a rule runs
  • if a rule is "fatal" it stops further rule checking on that
    validation.

Resolves #711

- the higher the priority, the earlier a rule runs
- if a rule is "fatal" it stops further rule checking on that
  validation.
@pivotaljohn
Copy link
Contributor Author

Reviewed by @joe-kimmel-vmw : #carvel ~ 2022-08-30

@pivotaljohn pivotaljohn merged commit 3a11c01 into develop Sep 7, 2022
@pivotaljohn pivotaljohn deleted the 711-run-not_null-first branch September 7, 2022 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

when not_null= rule is present, run first and stop if not satisfied
3 participants