Tony Asleson
2014-05-15 22:41:23 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 501de08544ba8e3e4b670dc0d06bdbe8b1e0120e (commit)
via 231ab7cf8e194aae09fcd0bb0429d7a1e99a2f49 (commit)
via 9f4a5ec276435f310f471c826274df2ebfb7a6f1 (commit)
via b6079c7c1c5b53efa38c17d3c9613c515d2d17e5 (commit)
via b6fd10acbe3a54a1138fba1211b7915fd71cd1c8 (commit)
from 3b27e5d6861f54d4c44e37b86625bb275f82a555 (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 501de08544ba8e3e4b670dc0d06bdbe8b1e0120e
Author: Tony Asleson <***@redhat.com>
Date: Thu May 15 16:08:13 2014 -0600
test_results.py: Add header
Signed-off-by: Tony Asleson <***@redhat.com>
commit 231ab7cf8e194aae09fcd0bb0429d7a1e99a2f49
Author: Tony Asleson <***@redhat.com>
Date: Wed May 14 16:42:10 2014 -0500
capabilities: Reduce options to SUPPORTED/UNSUPPORTED
Reduce the possible values for capabilities to two. However,
to future proof I have introduced a new function/method called
'supported' which returns boolean for Python and Zero/Non-zero for
C. This way if we add more states later existing code will not
break. The existing get functionality remains which returns an
enumerated value.
Signed-off-by: Tony Asleson <***@redhat.com>
commit 9f4a5ec276435f310f471c826274df2ebfb7a6f1
Author: Tony Asleson <***@redhat.com>
Date: Wed May 14 15:51:31 2014 -0500
rename time out methods
Python & JSON rpc changed from:
set_time_out -> time_out_set
get_time_out -> time_out_get
They now conform to noun-verb expectation we have
established in library.
Signed-off-by: Tony Asleson <***@redhat.com>
commit b6079c7c1c5b53efa38c17d3c9613c515d2d17e5
Author: Tony Asleson <***@redhat.com>
Date: Wed May 14 13:43:04 2014 -0500
na.py, ontap.py: Remove un-used code, import & variable
na.py, un-used functions
- clear_all_clone_errors
- igroup_exists
- nfs_export_fs
ontap.py, un-used
- error_message
- import urllib2
Signed-off-by: Tony Asleson <***@redhat.com>
commit b6fd10acbe3a54a1138fba1211b7915fd71cd1c8
Author: Tony Asleson <***@redhat.com>
Date: Wed May 14 12:01:54 2014 -0500
smis.py: Remove duplicate function
Remove copy & pasted method
Signed-off-by: Tony Asleson <***@redhat.com>
-----------------------------------------------------------------------
Summary of changes:
.../libstoragemgmt/libstoragemgmt_capabilities.h | 14 ++-
c_binding/lsm_datatypes.cpp | 11 ++-
c_binding/lsm_mgmt.cpp | 4 +-
c_binding/lsm_plugin_ipc.cpp | 4 +-
plugin/nstor/nstor.py | 4 +-
plugin/ontap/na.py | 50 --------
plugin/ontap/ontap.py | 14 +--
plugin/sim/simarray.py | 4 +-
plugin/sim/simulator.py | 8 +-
plugin/smispy/smis.py | 49 +--------
plugin/targetd/targetd.py | 4 +-
plugin/v7k/ibmv7k.py | 4 +-
python_binding/lsm/_client.py | 12 +-
python_binding/lsm/_cmdline.py | 121 ++++++++++----------
python_binding/lsm/_data.py | 14 ++-
python_binding/lsm/_iplugin.py | 4 +-
test/plugin_test.py | 8 +-
test/tester.c | 2 +
test/webtest/test_results.py | 5 +-
19 files changed, 125 insertions(+), 211 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 501de08544ba8e3e4b670dc0d06bdbe8b1e0120e (commit)
via 231ab7cf8e194aae09fcd0bb0429d7a1e99a2f49 (commit)
via 9f4a5ec276435f310f471c826274df2ebfb7a6f1 (commit)
via b6079c7c1c5b53efa38c17d3c9613c515d2d17e5 (commit)
via b6fd10acbe3a54a1138fba1211b7915fd71cd1c8 (commit)
from 3b27e5d6861f54d4c44e37b86625bb275f82a555 (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 501de08544ba8e3e4b670dc0d06bdbe8b1e0120e
Author: Tony Asleson <***@redhat.com>
Date: Thu May 15 16:08:13 2014 -0600
test_results.py: Add header
Signed-off-by: Tony Asleson <***@redhat.com>
commit 231ab7cf8e194aae09fcd0bb0429d7a1e99a2f49
Author: Tony Asleson <***@redhat.com>
Date: Wed May 14 16:42:10 2014 -0500
capabilities: Reduce options to SUPPORTED/UNSUPPORTED
Reduce the possible values for capabilities to two. However,
to future proof I have introduced a new function/method called
'supported' which returns boolean for Python and Zero/Non-zero for
C. This way if we add more states later existing code will not
break. The existing get functionality remains which returns an
enumerated value.
Signed-off-by: Tony Asleson <***@redhat.com>
commit 9f4a5ec276435f310f471c826274df2ebfb7a6f1
Author: Tony Asleson <***@redhat.com>
Date: Wed May 14 15:51:31 2014 -0500
rename time out methods
Python & JSON rpc changed from:
set_time_out -> time_out_set
get_time_out -> time_out_get
They now conform to noun-verb expectation we have
established in library.
Signed-off-by: Tony Asleson <***@redhat.com>
commit b6079c7c1c5b53efa38c17d3c9613c515d2d17e5
Author: Tony Asleson <***@redhat.com>
Date: Wed May 14 13:43:04 2014 -0500
na.py, ontap.py: Remove un-used code, import & variable
na.py, un-used functions
- clear_all_clone_errors
- igroup_exists
- nfs_export_fs
ontap.py, un-used
- error_message
- import urllib2
Signed-off-by: Tony Asleson <***@redhat.com>
commit b6fd10acbe3a54a1138fba1211b7915fd71cd1c8
Author: Tony Asleson <***@redhat.com>
Date: Wed May 14 12:01:54 2014 -0500
smis.py: Remove duplicate function
Remove copy & pasted method
Signed-off-by: Tony Asleson <***@redhat.com>
-----------------------------------------------------------------------
Summary of changes:
.../libstoragemgmt/libstoragemgmt_capabilities.h | 14 ++-
c_binding/lsm_datatypes.cpp | 11 ++-
c_binding/lsm_mgmt.cpp | 4 +-
c_binding/lsm_plugin_ipc.cpp | 4 +-
plugin/nstor/nstor.py | 4 +-
plugin/ontap/na.py | 50 --------
plugin/ontap/ontap.py | 14 +--
plugin/sim/simarray.py | 4 +-
plugin/sim/simulator.py | 8 +-
plugin/smispy/smis.py | 49 +--------
plugin/targetd/targetd.py | 4 +-
plugin/v7k/ibmv7k.py | 4 +-
python_binding/lsm/_client.py | 12 +-
python_binding/lsm/_cmdline.py | 121 ++++++++++----------
python_binding/lsm/_data.py | 14 ++-
python_binding/lsm/_iplugin.py | 4 +-
test/plugin_test.py | 8 +-
test/tester.c | 2 +
test/webtest/test_results.py | 5 +-
19 files changed, 125 insertions(+), 211 deletions(-)
hooks/post-receive
--
libstoragemgmt
libstoragemgmt