Skip to content

Bug 1723753: OpenShift incorrectly applies RFC 6902 JSON PATCH#23565

Merged
openshift-merge-robot merged 1 commit intoopenshift:release-3.11from
p0lyn0mial:fix_json_patch
Aug 7, 2019
Merged

Bug 1723753: OpenShift incorrectly applies RFC 6902 JSON PATCH#23565
openshift-merge-robot merged 1 commit intoopenshift:release-3.11from
p0lyn0mial:fix_json_patch

Conversation

@p0lyn0mial
Copy link
Copy Markdown
Contributor

this pull pins the library to the specific commit - the one that is required by k8s.

actually, those changes pin the library to the specific commit - the one that is required by k8s.
@openshift-ci-robot openshift-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Aug 7, 2019
{
`{ "foo": [ "a", "b", "c", "d", "e" ] }`,
`[ { "op": "move", "from": "/foo/1", "path": "/foo/2" } ]`,
`{ "foo": [ "a", "c", "b", "d", "e" ] }`,
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

before this pull, the patch would give a, c, d, b, e - which is incorrect.

@mfojtik
Copy link
Copy Markdown
Contributor

mfojtik commented Aug 7, 2019

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Aug 7, 2019
@p0lyn0mial
Copy link
Copy Markdown
Contributor Author

/assign @mfojtik

@openshift-ci-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mfojtik, p0lyn0mial

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 7, 2019
@p0lyn0mial p0lyn0mial changed the title bumps evanphx/json-patch Bug 1723753: OpenShift incorrectly applies RFC 6902 JSON PATCH Aug 7, 2019
@openshift-ci-robot
Copy link
Copy Markdown

@p0lyn0mial: This pull request references a valid Bugzilla bug. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

Bug 1723753: OpenShift incorrectly applies RFC 6902 JSON PATCH

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci-robot openshift-ci-robot added the bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. label Aug 7, 2019
@p0lyn0mial
Copy link
Copy Markdown
Contributor Author

/test unit

@openshift-bot
Copy link
Copy Markdown
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants