Tony Asleson
2014-09-02 21:08:19 UTC
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libstoragemgmt".
The branch, master has been updated
via 31dd28a86750e5e938529031d39c1a5a9efad7f6 (commit)
via 3a27a5650c786bda2408129ea3c5397512479a90 (commit)
via 0c4d481d33cdfc8dc9080f1db65902c5a5e2d7b8 (commit)
via 0677d5061891573cfb34425a7914c66055a128b5 (commit)
via 5e70360bb8b7ff54fe2866bc4853e470f9f8aa65 (commit)
via ea8db83a12ae4645cfa180f0355eddfff8224d74 (commit)
from 04f540d7ac94b46a48c064c07c984b060b49eea1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 31dd28a86750e5e938529031d39c1a5a9efad7f6
Author: Tony Asleson <***@redhat.com>
Date: Tue Sep 2 14:20:10 2014 -0500
tester.c: Fix seg. fault if no systems returned
Avoid blowing up if the plug-in returns nothing. This is unexpected as
we are using simulators, but it can and does happen when the plug-in
has an issue.
Signed-off-by: Tony Asleson <***@redhat.com>
commit 3a27a5650c786bda2408129ea3c5397512479a90
Author: Tony Asleson <***@redhat.com>
Date: Thu Aug 28 14:49:37 2014 -0500
cmdline.py: Initialize class members
Initialize these variables so users will know they exist before they
get setup in a separate method.
Signed-off-by: Tony Asleson <***@redhat.com>
commit 0c4d481d33cdfc8dc9080f1db65902c5a5e2d7b8
Author: Tony Asleson <***@redhat.com>
Date: Thu Aug 28 14:48:10 2014 -0500
ontap.py: Fix calls to Pool constructor
Missing parameter add for unsupported_actions
Signed-off-by: Tony Asleson <***@redhat.com>
commit 0677d5061891573cfb34425a7914c66055a128b5
Author: Tony Asleson <***@redhat.com>
Date: Thu Aug 28 14:47:22 2014 -0500
PY: Remove uneeded imports
Signed-off-by: Tony Asleson <***@redhat.com>
commit 5e70360bb8b7ff54fe2866bc4853e470f9f8aa65
Author: Tony Asleson <***@redhat.com>
Date: Thu Aug 28 14:46:42 2014 -0500
Python PEP8 clean-up
Signed-off-by: Tony Asleson <***@redhat.com>
commit ea8db83a12ae4645cfa180f0355eddfff8224d74
Author: Tony Asleson <***@redhat.com>
Date: Thu Aug 28 14:03:22 2014 -0500
simc: Fix coverity errors
Signed-off-by: Tony Asleson <***@redhat.com>
-----------------------------------------------------------------------
Summary of changes:
plugin/ontap/ontap.py | 10 +++---
plugin/sim/simarray.py | 70 ++++++++++++++++++---------------------
plugin/simc/simc_lsmplugin.c | 13 +++----
plugin/smispy/dmtf.py | 2 -
plugin/smispy/smis.py | 2 +
python_binding/lsm/_data.py | 7 ++--
python_binding/lsm/_iplugin.py | 2 +-
test/tester.c | 18 ++++++----
tools/lsmcli/cmdline.py | 12 ++++---
9 files changed, 66 insertions(+), 70 deletions(-)
hooks/post-receive
generated because a ref change was pushed to the repository containing
the project "libstoragemgmt".
The branch, master has been updated
via 31dd28a86750e5e938529031d39c1a5a9efad7f6 (commit)
via 3a27a5650c786bda2408129ea3c5397512479a90 (commit)
via 0c4d481d33cdfc8dc9080f1db65902c5a5e2d7b8 (commit)
via 0677d5061891573cfb34425a7914c66055a128b5 (commit)
via 5e70360bb8b7ff54fe2866bc4853e470f9f8aa65 (commit)
via ea8db83a12ae4645cfa180f0355eddfff8224d74 (commit)
from 04f540d7ac94b46a48c064c07c984b060b49eea1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 31dd28a86750e5e938529031d39c1a5a9efad7f6
Author: Tony Asleson <***@redhat.com>
Date: Tue Sep 2 14:20:10 2014 -0500
tester.c: Fix seg. fault if no systems returned
Avoid blowing up if the plug-in returns nothing. This is unexpected as
we are using simulators, but it can and does happen when the plug-in
has an issue.
Signed-off-by: Tony Asleson <***@redhat.com>
commit 3a27a5650c786bda2408129ea3c5397512479a90
Author: Tony Asleson <***@redhat.com>
Date: Thu Aug 28 14:49:37 2014 -0500
cmdline.py: Initialize class members
Initialize these variables so users will know they exist before they
get setup in a separate method.
Signed-off-by: Tony Asleson <***@redhat.com>
commit 0c4d481d33cdfc8dc9080f1db65902c5a5e2d7b8
Author: Tony Asleson <***@redhat.com>
Date: Thu Aug 28 14:48:10 2014 -0500
ontap.py: Fix calls to Pool constructor
Missing parameter add for unsupported_actions
Signed-off-by: Tony Asleson <***@redhat.com>
commit 0677d5061891573cfb34425a7914c66055a128b5
Author: Tony Asleson <***@redhat.com>
Date: Thu Aug 28 14:47:22 2014 -0500
PY: Remove uneeded imports
Signed-off-by: Tony Asleson <***@redhat.com>
commit 5e70360bb8b7ff54fe2866bc4853e470f9f8aa65
Author: Tony Asleson <***@redhat.com>
Date: Thu Aug 28 14:46:42 2014 -0500
Python PEP8 clean-up
Signed-off-by: Tony Asleson <***@redhat.com>
commit ea8db83a12ae4645cfa180f0355eddfff8224d74
Author: Tony Asleson <***@redhat.com>
Date: Thu Aug 28 14:03:22 2014 -0500
simc: Fix coverity errors
Signed-off-by: Tony Asleson <***@redhat.com>
-----------------------------------------------------------------------
Summary of changes:
plugin/ontap/ontap.py | 10 +++---
plugin/sim/simarray.py | 70 ++++++++++++++++++---------------------
plugin/simc/simc_lsmplugin.c | 13 +++----
plugin/smispy/dmtf.py | 2 -
plugin/smispy/smis.py | 2 +
python_binding/lsm/_data.py | 7 ++--
python_binding/lsm/_iplugin.py | 2 +-
test/tester.c | 18 ++++++----
tools/lsmcli/cmdline.py | 12 ++++---
9 files changed, 66 insertions(+), 70 deletions(-)
hooks/post-receive
--
libstoragemgmt
libstoragemgmt