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

Merge option to replace array values #193

Merged
merged 3 commits into from
Jun 28, 2022

Conversation

amirbenun
Copy link
Contributor

@amirbenun amirbenun commented Jun 27, 2022

This new option ReplaceArrValues allows having different handling methods for arrays and maps.
With this new method, the default handling method will apply on maps whereas arrays will be replaced completely.

Resolves #191

@amirbenun amirbenun requested a review from cmacknz June 27, 2022 17:19
@elasticmachine
Copy link

elasticmachine commented Jun 27, 2022

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2022-06-27T19:55:44.221+0000

  • Duration: 4 min 23 sec

Copy link
Member

@cmacknz cmacknz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, please update the CHANGELOG (https://github.com/elastic/go-ucfg/blob/main/CHANGELOG.md) and link this to #191 so the PR closes it.

@cmacknz cmacknz merged commit 3595853 into elastic:main Jun 28, 2022
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.

Merging arrays overwrites the first entries but leaves the remaining ones untouched
3 participants