Skip to content

diff: fix detection of created/deleted envs

Ghost User requested to merge diff-refactor into master
  • update cue-diff that now reports all deleted/created attributes
  • hopefully make the diff code more simple to understand
  • simplify test
  1. for each change returned by cue-diff aggregate them by env/config
  2. determine config change type and expr dir to use by looking at the config changelog
  3. determine env change type by looking at the configs change types

For created/deleted envs, we ignore config attributes changes for brivety.

Merge request reports

Loading