-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: serprex/structured-merge-diff
base: master
head repository: kubernetes-sigs/structured-merge-diff
compare: master
- 17 commits
- 11 files changed
- 7 contributors
Commits on Sep 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 544b1e3 - Browse repository at this point
Copy the full SHA 544b1e3View commit details
Commits on Sep 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7e8442c - Browse repository at this point
Copy the full SHA 7e8442cView commit details -
Merge pull request kubernetes-sigs#301 from liggitt/owners-cleanup
Cleanup inactive reviewers, add liggitt
Configuration menu - View commit details
-
Copy full SHA for 2463673 - Browse repository at this point
Copy the full SHA 2463673View commit details -
Merge pull request kubernetes-sigs#300 from lalitc375/test-coverage
feat(testing): Add comprehensive tests for unicode and special characters
Configuration menu - View commit details
-
Copy full SHA for 789a688 - Browse repository at this point
Copy the full SHA 789a688View commit details
Commits on Sep 15, 2025
-
Fix ExtractItems to preserve empty maps and lists
Previously, ExtractItems converted empty collections ({} and []) to null. This change preserves the distinction between null and empty values.Configuration menu - View commit details
-
Copy full SHA for 92b1eeb - Browse repository at this point
Copy the full SHA 92b1eebView commit details
Commits on Sep 16, 2025
-
Merge pull request kubernetes-sigs#302 from mrIncompetent/fix-empty-s…
…truct-extraction Fix ExtractItems to preserve empty maps and lists
Configuration menu - View commit details
-
Copy full SHA for 3b54170 - Browse repository at this point
Copy the full SHA 3b54170View commit details -
Fix duplicate extraction of atomic elements from associative lists
ExtractItems with WithAppendKeyFields was duplicating atomic elements when extracting from associative lists. The item was processed twice: once for the direct path match and again for sub-path checking. Added test with atomicElementList to verify the fix. Co-authored-by: Joe Betz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4bed54 - Browse repository at this point
Copy the full SHA e4bed54View commit details
Commits on Sep 18, 2025
-
Merge pull request kubernetes-sigs#295 from mrIncompetent/fix-extract…
…-items-duplication Fix ExtractItems duplication with WithAppendKeyFields
Configuration menu - View commit details
-
Copy full SHA for 1ba3aa6 - Browse repository at this point
Copy the full SHA 1ba3aa6View commit details
Commits on Sep 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 765e5b6 - Browse repository at this point
Copy the full SHA 765e5b6View commit details -
Merge pull request kubernetes-sigs#303 from lalitc375/test-coverage1
Add more test coverage for searialization and deserialization
Configuration menu - View commit details
-
Copy full SHA for b88846d - Browse repository at this point
Copy the full SHA b88846dView commit details
Commits on Oct 3, 2025
-
fix: RemoveItems should preserve empty list and map
Signed-off-by: Peter Jiang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c093d1 - Browse repository at this point
Copy the full SHA 9c093d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9138e08 - Browse repository at this point
Copy the full SHA 9138e08View commit details -
fix merge test for new behavior
Signed-off-by: Peter Jiang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c760b1d - Browse repository at this point
Copy the full SHA c760b1dView commit details -
Merge pull request kubernetes-sigs#306 from pjiang-dev/pjiang/fix-rem…
…ove-items fix: RemoveItems should preserve empty list and map
Configuration menu - View commit details
-
Copy full SHA for 446d839 - Browse repository at this point
Copy the full SHA 446d839View commit details
Commits on Oct 24, 2025
-
schema: add test and benchmark
The test reveals the race condition and prepares for refactor.
Configuration menu - View commit details
-
Copy full SHA for 193e7fe - Browse repository at this point
Copy the full SHA 193e7feView commit details
Commits on Oct 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 40cac0c - Browse repository at this point
Copy the full SHA 40cac0cView commit details -
Merge pull request kubernetes-sigs#307 from huww98/fix-race
Fix data race
Configuration menu - View commit details
-
Copy full SHA for 3392408 - Browse repository at this point
Copy the full SHA 3392408View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master