-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat: add json_patch module for JSON patching #378
feat: add json_patch module for JSON patching #378
Conversation
The test
The test
|
@particledecay thanks for the PR! I haven't looked at the code. will do it after mentioned stuff is fixed, thanks! |
b74f7e1
to
ff6983f
Compare
(ansible/third-party-check tests can be ignored) |
The test
The test
The test
|
@particledecay did you have a chance to look at @Andersson007's review comments? If you need help with something, please ask. |
@felixfontein no I didn't! Dang, I recently got flooded with GH notifications and must have accidentally marked this Done or something... Ok cool, I'll take a look at these. Thanks! |
ff6983f
to
b5b86c4
Compare
The test
|
You need to create a (relative) symlink from |
b5b86c4
to
02261c8
Compare
@felixfontein created. |
02261c8
to
2fef412
Compare
@particledecay i close-reopened the pr to trigger the tests but then noticed that many of them failed. Could you fix them? |
@particledecay are you still working on this? needs_info |
Closing since there was no more reaction. @particledecay if you're interested again in working on this, please ping me. If someone else is interested in continuing this PR, please also write it here so we can coordinate. |
This module was originally being considered for inclusion in Ansible, but was ultimately rejected in favor of using collections instead. This is my attempt to get this into a community-maintained collection.
It's not clear how this collection is meant to be tested, so I didn't run any tests. However, this did pass testing previously in the Ansible PR. The one question mark for me would be in tests/integration/targets/json_patch/meta/main.yml... not sure if that dependency is even accessible this way anymore.
The original repo is here if you need additional info. There's a good README there.
Thanks!