We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug oasdiff diff result fails to detect changes with --flatten flag To Reproduce Steps to reproduce the behavior:
❯ oasdiff diff --flatten data/spec1_chained_diff.yaml data/spec2_chained_diff.yaml --max-circular-dep 10 --strip-prefix-base /api/atlas/v1.0 --strip-prefix-revision /api/atlas/v2 --match-path "^.+\/(v1.0|v2)\/.+$"
paths: modified: /subscribe: operations: modified: GET: responses: modified: "200": content: mediaTypeModified: application/json: schema: items: oneOf: modified: '#/components/schemas/FederationOidcIdentityProvider': oneOf: modified: '#/components/schemas/FederationSamlIdentityProvider': oneOf: added: - FederationSamlIdentityProvider - FederationOidcIdentityProvider '#/components/schemas/FederationSamlIdentityProvider': oneOf: added: - FederationSamlIdentityProvider - FederationOidcIdentityProvider endpoints: modified: ? method: GET path: /subscribe : responses: modified: "200": content: mediaTypeModified: application/json: schema: items: oneOf: modified: '#/components/schemas/FederationOidcIdentityProvider': oneOf: modified: '#/components/schemas/FederationSamlIdentityProvider': oneOf: added: - FederationSamlIdentityProvider - FederationOidcIdentityProvider '#/components/schemas/FederationSamlIdentityProvider': oneOf: added: - FederationSamlIdentityProvider - FederationOidcIdentityProvider components: schemas: modified: FederationIdentityProvider: oneOf: modified: '#/components/schemas/FederationOidcIdentityProvider': oneOf: modified: '#/components/schemas/FederationSamlIdentityProvider': oneOf: added: - FederationSamlIdentityProvider - FederationOidcIdentityProvider '#/components/schemas/FederationSamlIdentityProvider': oneOf: added: - FederationSamlIdentityProvider - FederationOidcIdentityProvider FederationOidcIdentityProvider: oneOf: modified: '#/components/schemas/FederationOidcIdentityProvider': oneOf: modified: '#/components/schemas/FederationSamlIdentityProvider': oneOf: added: - FederationSamlIdentityProvider - FederationOidcIdentityProvider '#/components/schemas/FederationSamlIdentityProvider': oneOf: added: - FederationSamlIdentityProvider - FederationOidcIdentityProvider FederationSamlIdentityProvider: oneOf: added: - FederationSamlIdentityProvider - FederationOidcIdentityProvider
Expected behavior No changes. Desktop (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Fixed by #466
Sorry, something went wrong.
tcdsv
No branches or pull requests
Describe the bug
oasdiff diff result fails to detect changes with --flatten flag
To Reproduce
Steps to reproduce the behavior:
❯ oasdiff diff --flatten data/spec1_chained_diff.yaml data/spec2_chained_diff.yaml --max-circular-dep 10 --strip-prefix-base /api/atlas/v1.0 --strip-prefix-revision /api/atlas/v2 --match-path "^.+\/(v1.0|v2)\/.+$"
Expected behavior
No changes.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: