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

#1939 fix merge / PATCH regex based deletion during patch #1940

Closed
wants to merge 1 commit into from

Conversation

thjaeckle
Copy link
Member

  • 2 problems fixed:
    • deletion was not applied correctly for nested JsonObjects
    • chosen regex delimiters / were incompatible with HTTP API checks that no slashes may be contained in JsonKeys and feature ids

Fixes: #1939

@thjaeckle thjaeckle added the bug label May 13, 2024
@thjaeckle thjaeckle added this to the 3.5.5 milestone May 13, 2024
@thjaeckle thjaeckle self-assigned this May 13, 2024
@thjaeckle thjaeckle marked this pull request as ready for review May 13, 2024 11:23
* 2 problems fixed:
  * deletion was not applied correctly for nested JsonObjects
  * chosen regex delimiters `/` were incompatible with HTTP API checks that no slashes may be contained in JsonKeys and feature ids

Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
@thjaeckle thjaeckle force-pushed the bugfix/1939-fix-merge-patch-regex-deletion branch from bca25c6 to 72d0b28 Compare May 13, 2024 11:28
@thjaeckle thjaeckle closed this May 13, 2024
@thjaeckle thjaeckle removed this from the 3.5.5 milestone May 13, 2024
@thjaeckle thjaeckle removed their assignment May 13, 2024
@thjaeckle thjaeckle removed the bug label May 13, 2024
@thjaeckle thjaeckle deleted the bugfix/1939-fix-merge-patch-regex-deletion branch May 13, 2024 11:55
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.

Removing fields in a merge update with a regex does not work in several cases
1 participant