-
Notifications
You must be signed in to change notification settings - Fork 132
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
CAY-2846 Modeler: Allow to disable some validation rules in the project #617
Merged
stariy95
merged 21 commits into
apache:master
from
m-dzianishchyts:modeler-configurable-validation
Jul 2, 2024
Merged
CAY-2846 Modeler: Allow to disable some validation rules in the project #617
stariy95
merged 21 commits into
apache:master
from
m-dzianishchyts:modeler-configurable-validation
Jul 2, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stariy95
reviewed
May 28, 2024
cayenne-project/src/main/java/org/apache/cayenne/project/validation/BaseQueryValidator.java
Outdated
Show resolved
Hide resolved
...-project/src/main/java/org/apache/cayenne/project/validation/ConfigurationNodeValidator.java
Outdated
Show resolved
Hide resolved
...nne-project/src/main/java/org/apache/cayenne/project/validation/DefaultProjectValidator.java
Show resolved
Hide resolved
cayenne/src/main/resources/org/apache/cayenne/schema/11/validation.xsd
Outdated
Show resolved
Hide resolved
...-project/src/main/java/org/apache/cayenne/project/validation/ConfigurationNodeValidator.java
Outdated
Show resolved
Hide resolved
m-dzianishchyts
force-pushed
the
modeler-configurable-validation
branch
from
June 25, 2024 09:58
67dc477
to
52543d1
Compare
stariy95
approved these changes
Jul 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
ValidationExtension
to load and save validation config.Here is an example of
cayenne-project.xml
with customized validation config:Images of changes
Windows 11:
Testing
Tested validation config loading (b7f4cc9)