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

(#223) display diff for nested arrays of objects #224

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on May 14, 2020

  1. (github#223) display diff for nested arrays of objects

    When using octocatalog-diff with puppet resources with deep
    nested datastructures such as nested arrays of objects, octocatalog-
    diff would not display diffs when array elements are modified,added or removed.
    
    In fact, it turns out `dig_out_key` doesn't descend into arrays index
    that hashdiff can produce, like for instance:
    testtype::test::parameters::testparam::another-one::an-array[0]::env
    
    `dig_out_key` would stop at `an-array` because it doesn't know that's
    and array index it should try to descend into.
    
    This patch adds the functionality for `dig_out_key` to follow array
    index and descend into those nested structure.
    Brice Figureau committed May 14, 2020
    Configuration menu
    Copy the full SHA
    e4c3660 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    bc24319 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2911ca2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cb2c96 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

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

Commits on Dec 18, 2020

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

Commits on Jan 13, 2021

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

Commits on Feb 1, 2024

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