This repository has been archived by the owner on Feb 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Schema validation - disable for now #92
Comments
Workaround for 2.: inspect But this does not reduce the annoyance of the non rendering of the request. |
I know that it is annoying, but I think it is the fastest way of getting the schemas in sync with reality. |
We are pretty close now, so I'd close this. |
@trieloff The I'm reopening and proposing a quick fix for that |
ramboz
added a commit
that referenced
this issue
Jun 22, 2019
ramboz
added a commit
that referenced
this issue
Jul 19, 2019
ramboz
added a commit
to adobe/helix-cli
that referenced
this issue
Aug 2, 2019
Adjust integration test for the changes fix adobe/helix-pipeline#92
ramboz
added a commit
that referenced
this issue
Sep 13, 2019
ramboz
added a commit
that referenced
this issue
Sep 13, 2019
ramboz
added a commit
that referenced
this issue
Sep 13, 2019
ramboz
added a commit
that referenced
this issue
Sep 13, 2019
Only report the schema validation error once in the pipeline instead of for every step fix #92
🎉 This issue has been resolved in version 5.5.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The schema validation is a really annoying feature : for every single new non-handled case, the rendering the broken.
New one:
Multiple issues:
warn
while the validation blocks the rendering. They should beerror
.My proposal here is to keep the messages as
warnings
and to disable the "blocking" aspect of the validation.cc @trieloff
The text was updated successfully, but these errors were encountered: