Change in ovirt-engine-sdk-ruby[master]: Use only query parameters

Juan Hernandez has submitted this change and it was merged. Change subject: Use only query parameters ...................................................................... Use only query parameters Currently the SDK has to send parameters as both query and matrix parameters, as the server some times requires query and some times matrix. But the server has recently been fixed to support both, for all paramers, so the SDK no longer needs to send both. This patch changes the SDK so that it only uses query parameters. Change-Id: Ib17aaaab7b5660619c2ac69ee2f5c737e61d9ce3 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M generator/src/main/java/org/ovirt/sdk/ruby/ServicesGenerator.java M sdk/lib/ovirtsdk4/http.rb M sdk/spec/connection_spec.rb 3 files changed, 4 insertions(+), 98 deletions(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/54781 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib17aaaab7b5660619c2ac69ee2f5c737e61d9ce3 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine-sdk-ruby Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
juan.hernandez@redhat.com