Tony Asleson
2015-01-15 00:29:35 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 b933bccad3ee29538f6200ae1b26e3644e9358fe (commit)
via 059f652884f0c34c60ce3e6efc63bbbcba56ec09 (commit)
via a10fc6252e9b17eaafe4783959680a121472b470 (commit)
via 131bb8c92b29c4f970594ed3e583674a1936ca23 (commit)
via a4906bab44197e126ae09843301c136f06107e77 (commit)
via 407e2ac91b4217fedfc4c5593861100a9188efce (commit)
from b5594852db2253418c7bce0997ba166eaddc018e (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 b933bccad3ee29538f6200ae1b26e3644e9358fe
Author: Tony Asleson <***@redhat.com>
Date: Fri Dec 19 17:31:05 2014 -0600
C API: Fix message loop
The message is "plugin_unregister" not "shutdown"
Signed-off-by: Tony Asleson <***@redhat.com>
commit 059f652884f0c34c60ce3e6efc63bbbcba56ec09
Author: Tony Asleson <***@redhat.com>
Date: Fri Dec 19 17:04:39 2014 -0600
Fix code and spurious log message
In the cases where the command line is exiting because of an
invalid parameter we are not allowing the client library to
close cleanly causing the plugin to report a syslog message.
Fixed this error case and added a check to the plugin to only
report this message if the client is not following protocol.
Signed-off-by: Tony Asleson <***@redhat.com>
commit a10fc6252e9b17eaafe4783959680a121472b470
Author: Tony Asleson <***@redhat.com>
Date: Thu Dec 11 12:36:51 2014 -0600
rpm spec: Remove PyYAML requirement
Signed-off-by: Tony Asleson <***@redhat.com>
commit 131bb8c92b29c4f970594ed3e583674a1936ca23
Author: Tony Asleson <***@redhat.com>
Date: Thu Dec 11 10:57:40 2014 -0600
plugin_test.py: Remove requirement for PyYAML
It's now optional
Signed-off-by: Tony Asleson <***@redhat.com>
commit a4906bab44197e126ae09843301c136f06107e77
Author: Tony Asleson <***@redhat.com>
Date: Wed Dec 10 16:41:02 2014 -0600
test_automated.py: Add configurable time limit
Signed-off-by: Tony Asleson <***@redhat.com>
commit 407e2ac91b4217fedfc4c5593861100a9188efce
Author: Tony Asleson <***@redhat.com>
Date: Wed Dec 10 16:40:21 2014 -0600
smis plugin: Collect xml during exception too
Previously we would collect debug data from pywbem only if an
unexpected error code was returned. In this case we were
getting an exception while processing the response from a
provider and were not logging the debug data.
Signed-off-by: Tony Asleson <***@redhat.com>
-----------------------------------------------------------------------
Summary of changes:
c_binding/lsm_plugin_ipc.cpp | 3 +-
configure.ac | 1 -
packaging/libstoragemgmt.spec.in | 2 -
plugin/smispy/smis_common.py | 197 ++++++++++++++++++-----------------
plugin/smispy/smis_vol.py | 7 +-
python_binding/lsm/_pluginrunner.py | 6 +-
test/plugin_test.py | 12 ++-
test/webtest/test_automated.py | 12 ++-
tools/lsmcli/cmdline.py | 20 +++-
9 files changed, 145 insertions(+), 115 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 b933bccad3ee29538f6200ae1b26e3644e9358fe (commit)
via 059f652884f0c34c60ce3e6efc63bbbcba56ec09 (commit)
via a10fc6252e9b17eaafe4783959680a121472b470 (commit)
via 131bb8c92b29c4f970594ed3e583674a1936ca23 (commit)
via a4906bab44197e126ae09843301c136f06107e77 (commit)
via 407e2ac91b4217fedfc4c5593861100a9188efce (commit)
from b5594852db2253418c7bce0997ba166eaddc018e (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 b933bccad3ee29538f6200ae1b26e3644e9358fe
Author: Tony Asleson <***@redhat.com>
Date: Fri Dec 19 17:31:05 2014 -0600
C API: Fix message loop
The message is "plugin_unregister" not "shutdown"
Signed-off-by: Tony Asleson <***@redhat.com>
commit 059f652884f0c34c60ce3e6efc63bbbcba56ec09
Author: Tony Asleson <***@redhat.com>
Date: Fri Dec 19 17:04:39 2014 -0600
Fix code and spurious log message
In the cases where the command line is exiting because of an
invalid parameter we are not allowing the client library to
close cleanly causing the plugin to report a syslog message.
Fixed this error case and added a check to the plugin to only
report this message if the client is not following protocol.
Signed-off-by: Tony Asleson <***@redhat.com>
commit a10fc6252e9b17eaafe4783959680a121472b470
Author: Tony Asleson <***@redhat.com>
Date: Thu Dec 11 12:36:51 2014 -0600
rpm spec: Remove PyYAML requirement
Signed-off-by: Tony Asleson <***@redhat.com>
commit 131bb8c92b29c4f970594ed3e583674a1936ca23
Author: Tony Asleson <***@redhat.com>
Date: Thu Dec 11 10:57:40 2014 -0600
plugin_test.py: Remove requirement for PyYAML
It's now optional
Signed-off-by: Tony Asleson <***@redhat.com>
commit a4906bab44197e126ae09843301c136f06107e77
Author: Tony Asleson <***@redhat.com>
Date: Wed Dec 10 16:41:02 2014 -0600
test_automated.py: Add configurable time limit
Signed-off-by: Tony Asleson <***@redhat.com>
commit 407e2ac91b4217fedfc4c5593861100a9188efce
Author: Tony Asleson <***@redhat.com>
Date: Wed Dec 10 16:40:21 2014 -0600
smis plugin: Collect xml during exception too
Previously we would collect debug data from pywbem only if an
unexpected error code was returned. In this case we were
getting an exception while processing the response from a
provider and were not logging the debug data.
Signed-off-by: Tony Asleson <***@redhat.com>
-----------------------------------------------------------------------
Summary of changes:
c_binding/lsm_plugin_ipc.cpp | 3 +-
configure.ac | 1 -
packaging/libstoragemgmt.spec.in | 2 -
plugin/smispy/smis_common.py | 197 ++++++++++++++++++-----------------
plugin/smispy/smis_vol.py | 7 +-
python_binding/lsm/_pluginrunner.py | 6 +-
test/plugin_test.py | 12 ++-
test/webtest/test_automated.py | 12 ++-
tools/lsmcli/cmdline.py | 20 +++-
9 files changed, 145 insertions(+), 115 deletions(-)
hooks/post-receive
--
libstoragemgmt
libstoragemgmt