Change in jenkins[master]: Added a generic object utilities library
Code Review
gerrit at ovirt.org
Thu Mar 30 06:40:13 UTC 2017
>From Barak Korren <bkorren at redhat.com>:
Barak Korren has submitted this change and it was merged.
Change subject: Added a generic object utilities library
......................................................................
Added a generic object utilities library
Library provides base classes with enhanced object functionality.
Functionality includes:
- Objects that return default values for attributes when those
attributes are not defined on instances
- Objects that can manipulate property values before returning them
(makes it possible to make a class determine how values are returned
from a property without explicitly defining it)
- Objects that can proxy access to other objects. This allows "strapping
on" extra functionality to existing objects
Change-Id: I0e5d019404aa119ea17e088a1b90c9bdf275f31e
Signed-off-by: Barak Korren <bkorren at redhat.com>
---
A scripts/object_utils.py
A test/test_object_utils.py
2 files changed, 440 insertions(+), 0 deletions(-)
Approvals:
Barak Korren: Verified; Looks good to me, approved; Ready for merge
Jenkins CI: Passed CI tests
--
To view, visit https://gerrit.ovirt.org/73933
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I0e5d019404aa119ea17e088a1b90c9bdf275f31e
Gerrit-PatchSet: 8
Gerrit-Project: jenkins
Gerrit-Branch: master
Gerrit-Owner: Barak Korren <bkorren at redhat.com>
Gerrit-Reviewer: Anton Marchukov <amarchuk at redhat.com>
Gerrit-Reviewer: Barak Korren <bkorren at redhat.com>
Gerrit-Reviewer: Daniel Belenky <dbelenky at redhat.com>
Gerrit-Reviewer: Evgheni Dereveanchin <ederevea at redhat.com>
Gerrit-Reviewer: Eyal Edri <eedri at redhat.com>
Gerrit-Reviewer: Gil Shinar <gshinar at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Nadav Goldin <ngoldin at redhat.com>
Gerrit-Reviewer: Pavel Zhukov <pzhukov at redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan at redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo at redhat.com>
Gerrit-Reviewer: Shlomo Ben David <sbendavi at redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim
Gerrit-Reviewer: Yaniv Bronhaim <ybronhei at redhat.com>
Gerrit-Reviewer: Yedidyah Bar David <didi at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>
More information about the Engine-commits
mailing list