You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that an option to let user ignore some changes would be nice, like letting the user define a yaml file with all the ignore changes he would like. and not fail if the changes are ignored. I am willing to help with this and create the necessary modules.
Would you be interested in this ?
The text was updated successfully, but these errors were encountered:
elibracha
changed the title
adding option to ignore user specified changes
Adding option to ignore user specified changes
Feb 3, 2020
My use-case is to diff prod spec vs development spec and assert no breaking changes and fail the build if breaking changes, but in the case that we expect a breaking change it would be nice to be able to flag it so the build doesn't break.
Near as I can tell this would be a change to the CLI code / the thing that uses the ChangedOpenApi result object, the actual comparison itself you wouldn't want to change just how you interpret it. For example you likely still want to show that there is a change, just flag it with * ignored or similar. Which you should be able to derived from the Changed result obj and the objects it holds (hopefully can access openapi spec annotations via it).
so Main in CLI and likely the renderers to show the ignore flags. Is there appetite for this to be PR'd?
Hi,
I think that an option to let user ignore some changes would be nice, like letting the user define a yaml file with all the ignore changes he would like. and not fail if the changes are ignored. I am willing to help with this and create the necessary modules.
Would you be interested in this ?
The text was updated successfully, but these errors were encountered: