-
Notifications
You must be signed in to change notification settings - Fork 306
Fix #239 - interpolated action "update" don't get params "upsert" and… #385
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
Conversation
Jenkins standing by to test this. If you aren't a maintainer, you can ignore this comment. Someone with commit access, please review this and clear it for Jenkins to run; then say 'jenkins, test it'. |
@dchauviere @Da-wei looks like you used a new GitHub account, so the CLA system did not recognize you. Can you please resign the CLA with this account "@dchauviere" |
@suyograo, I have signed the CLA. Is there a delay before check pass ? |
@dchauviere all good now :) |
Thanks @suyograo, its better :)
I will try to reproduce ... |
Hi folks, Is there any progress on this PR please? The issue still happens in Logstash 2.3.2 :'( Thank you for your contributions! |
@dchauviere #437 has been closed for one year, is this going to be merged? Logshash 5.4.2 still has this issue |
Hi can someone get this merged please? this bug is really problematic for many developers... |
@dchauviere apologies for the delay, I've put it at the top of my todo list tomorrow |
@andrewvc Any plan to merge this in near future. |
…ams "upsert" and "script"
8b69be8
to
5272a72
Compare
@@ -10,9 +10,9 @@ module Common | |||
DOC_CONFLICT_CODE = 409 | |||
|
|||
# When you use external versioning, you are communicating that you want | |||
# to ignore conflicts. More obviously, since an external version is a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@guyboertje my editor seems to cleanup unneeded space, if its a problem for merging (or just reading changes), I can restore them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to worry in this case.
@guyboertje, could you review that your comments in #732 are well integrated here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Tests pass. Good to go. |
Guys thanks for getting this merged! any idea when the next release is due? |
This PR fixes a bug (issue #239) in case of interpolated action "update" where specific parameters 'upsert' and 'script' was not set !