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

Display value differences to actual environment #158

Merged
merged 3 commits into from
Jun 15, 2023
Merged

Display value differences to actual environment #158

merged 3 commits into from
Jun 15, 2023

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    f194d35 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Display value differences to actual env #151

    If a key is displayed from a different environment
    than the node is actually in _and_ a file with
    the same path exists in the original environment
    _and_ the value in that file differs from the one
    displayed, show the differences.
    
    Uses the `diffy` gem to highlight the differences.
    oneiros committed May 31, 2023
    Configuration menu
    Copy the full SHA
    f939984 View commit details
    Browse the repository at this point in the history
  2. Fix rubocop issues.

    oneiros committed May 31, 2023
    Configuration menu
    Copy the full SHA
    3e1a5a3 View commit details
    Browse the repository at this point in the history