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

Improve configuration comparison and event handling #162

Merged
merged 5 commits into from
Aug 29, 2023
Merged

Conversation

MusicDin
Copy link
Owner

@MusicDin MusicDin commented Aug 29, 2023

Change to configuration comparator:

  • Prevent comparison of unexported fields
  • Remove event related code
  • Fix comparison of nested maps
  • Add option to show change prefixes (~, -, +)
  • Expose comparison tree functions
  • Improve tests

Changes to events:

  • Introduce rules (events are now created based on detected changes and provided rules)
  • Introduce rule path that allows anchoring changes (change is extracted from the anchored path segment instead from the path where actual change has happened)
  • Improve tests

@MusicDin MusicDin merged commit 16f09cd into master Aug 29, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant