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

[cli] Show rich diffs for JSON/YAML objects/arrays #9380

Merged
merged 2 commits into from Apr 13, 2022
Merged

Commits on Apr 11, 2022

  1. [cli] Show rich diffs for JSON/YAML objects/arrays

    When displaying a diff between textual values, first try to decode the
    old and new values as JSON and YAML. If both values decode successfully,
    render the diff between the decoded values rather than the diff between
    the text.
    
    Fixes #5831.
    pgavlin committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    4e24650 View commit details
    Browse the repository at this point in the history
  2. CL

    pgavlin committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    c2d6179 View commit details
    Browse the repository at this point in the history