gestalt-config / gestalt

A Java configuration library
https://gestalt-config.github.io/gestalt/
Apache License 2.0
81 stars 2 forks source link

Feat/tag Allows users to override how we find nodes to merge based on the tags. #195

Closed credmond-git closed 5 months ago

credmond-git commented 5 months ago

Allows users to override how we find nodes to merge based on the tags. https://github.com/gestalt-config/gestalt/issues/194

Implement a Exact Match with Fallback to Default Strategy. Make the ArrayNode and MapNode immutable.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 83.45324% with 23 lines in your changes are missing coverage. Please review.

Project coverage is 90.56%. Comparing base (bf20bad) to head (6ab4ff0).

Files Patch % Lines
.../github/gestalt/config/node/ConfigNodeManager.java 79.27% 12 Missing and 11 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #195 +/- ## ========================================== - Coverage 90.81% 90.56% -0.25% ========================================== Files 226 228 +2 Lines 6282 6349 +67 Branches 714 729 +15 ========================================== + Hits 5705 5750 +45 - Misses 358 371 +13 - Partials 219 228 +9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud