Michael Pasternak has submitted this change and it was merged. Change subject: sdk: restrict .get() methods to id/name ......................................................................
sdk: restrict .get() methods to id/name restrict .get() methods to id/name as using **kwargs can produce 1:N results Change-Id: I6fa14936df6a7a75b11fb20e4d6c3fead02bb15d Signed-off-by: Michael Pasternak <[email protected]> --- M src/codegen/collection/collection.py M src/codegen/imp/imprt.py M src/codegen/subcollection/subcollection.py M src/ovirtsdk/api.py M src/ovirtsdk/infrastructure/brokers.py M src/ovirtsdk/infrastructure/errors.py M src/ovirtsdk/utils/filterhelper.py 7 files changed, 564 insertions(+), 477 deletions(-) Approvals: Michael Pasternak: Verified; Looks good to me, approved Ori Liel: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/8533 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6fa14936df6a7a75b11fb20e4d6c3fead02bb15d Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: master Gerrit-Owner: Michael Pasternak <[email protected]> Gerrit-Reviewer: Michael Pasternak <[email protected]> Gerrit-Reviewer: Ori Liel <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
