Skip to content

Commit

Permalink
Merge branch 'release/1.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Haid committed Nov 29, 2017
2 parents c6d12e8 + 462a768 commit 7269852
Show file tree
Hide file tree
Showing 78 changed files with 30,732 additions and 49,795 deletions.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ var/
.installed.cfg
*.egg

blackduck/
blackduck*

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
Expand Down Expand Up @@ -58,4 +61,9 @@ target/
*.iml

# Personal Tests
solidfire/mytest.py
solidfire/mytest.py
.DS_Store

/descriptor_version.json
/generator_version.json
/test.py
Binary file modified NetApp_SolidFire_Python_SDK_Release_Notes.pdf
Binary file not shown.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
![sf-python-logo](https://raw.githubusercontent.com/solidfire/solidfire-sdk-python/master/img/python-50.png) SolidFire Python SDK v1.4
======================================================================================================================================
![sf-python-logo](https://raw.githubusercontent.com/solidfire/solidfire-sdk-python/master/img/python-50.png) SolidFire Python SDK v1.5

Python SDK library for interacting with SolidFire Element API

Expand All @@ -25,7 +24,7 @@ Compatibility

| Component | Version |
|:-------------------------|:--------------|
| SolidFire Element OS | 7.0 - 9.1 |
| SolidFire Element OS | 7.0 - 10.0 |

Getting Help
------------
Expand All @@ -44,6 +43,7 @@ Documentation
[Release
Notes](https://github.com/solidfire/solidfire-sdk-python/blob/master/NetApp_SolidFire_Python_SDK_Release_Notes.pdf)


Installation
------------

Expand Down Expand Up @@ -204,4 +204,3 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Python SDK library for interacting with SolidFire Element API
Current Release
---------------

Version 1.4.0.271
Version 1.5.0.87

Description
-----------
Expand All @@ -26,7 +26,7 @@ Compatibility
+------------------------+---------------+
| Component | Version |
+========================+===============+
| SolidFire Element OS | 7.0 - 9.1 |
| SolidFire Element OS | 7.0 - 10.0 |
+------------------------+---------------+

Getting Help
Expand Down Expand Up @@ -159,8 +159,10 @@ More examples using the Python SDK
More Examples
-------------


More specific examples are available `here <https://github.com/solidfire/solidfire-sdk-python/blob/master/examples/examples.rst>`__


Logging
-------

Expand Down
21 changes: 21 additions & 0 deletions collectBlackDuck.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
rm blackduck-python.zip
rm -r blackduck/

cd ../solidfire-api-descriptors
powershell ./GenerateDownstreamLocal.ps1 python
cd -

mkdir -p blackduck/srclib

cd blackduck/srclib

cp ../../__init__.py .
cp ../../setup.cfg .
cp ../../setup.py .
cp ../../README.md .

cp -r ../../solidfire .

cd ../../

zip -r blackduck-python.zip blackduck/
6 changes: 3 additions & 3 deletions descriptor_version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"major": 1,
"version": "1.4.0.90",
"build": 90,
"minor": 4,
"version": "1.5.0.36",
"build": 36,
"minor": 5,
"patch": 0
}
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/modules.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/solidfire.adaptor.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/solidfire.apiactual.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/solidfire.common.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/solidfire.custom.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/solidfire.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/solidfire.util.doctree
Binary file not shown.
60 changes: 14 additions & 46 deletions docs/_build/html/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Overview: module code &mdash; SolidFire Python SDK v1.4.0.271</title>
<title>Overview: module code &mdash; SolidFire Python SDK v1.5.0.87</title>




<link rel="shortcut icon" href="../_static/favicon.ico"/>






Expand All @@ -36,10 +34,7 @@



<link rel="index" title="Index"
href="../genindex.html"/>
<link rel="search" title="Search" href="../search.html"/>
<link rel="top" title="SolidFire Python SDK v1.4.0.271" href="../index.html"/>
<link rel="top" title="SolidFire Python SDK v1.5.0.87" href="../index.html"/>


<script src="../_static/js/modernizr.min.js"></script>
Expand All @@ -48,7 +43,6 @@

<body class="wy-body-for-nav" role="document">


<div class="wy-grid-for-nav">


Expand All @@ -71,7 +65,7 @@


<div class="version">
1.4.0.271
1.5.0.87
</div>


Expand All @@ -92,11 +86,8 @@






<ul>
<li class="toctree-l1"><a class="reference internal" href="../solidfire.html"> SolidFire Python SDK v1.2</a></li>
<ul>
<li class="toctree-l1"><a class="reference internal" href="../solidfire.html"> SolidFire Python SDK</a></li>
<li class="toctree-l1"><a class="reference internal" href="../solidfire.html#account-management-examples">Account Management Examples</a></li>
<li class="toctree-l1"><a class="reference internal" href="../solidfire.html#snapshot-scheduling-examples">Snapshot Scheduling Examples</a></li>
<li class="toctree-l1"><a class="reference internal" href="../solidfire.html#solidfire-package">solidfire package</a></li>
Expand All @@ -112,10 +103,8 @@


<nav class="wy-nav-top" role="navigation" aria-label="top navigation">

<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../index.html">solidfire-sdk-python</a>

<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../index.html">solidfire-sdk-python</a>
</nav>


Expand All @@ -128,34 +117,17 @@













<div role="navigation" aria-label="breadcrumbs navigation">

<ul class="wy-breadcrumbs">

<li><a href="../index.html">Docs</a> &raquo;</li>

<li>Overview: module code</li>


<li><a href="../index.html">Docs</a> &raquo;</li>

<li>Overview: module code</li>
<li class="wy-breadcrumbs-aside">



</li>

</ul>


<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
Expand All @@ -173,9 +145,6 @@ <h1>All modules for which code is available</h1>
<li><a href="solidfire/util.html">solidfire.util</a></li>
</ul></ul>

</div>
<div class="articleComments">

</div>
</div>
<footer>
Expand All @@ -185,7 +154,7 @@ <h1>All modules for which code is available</h1>

<div role="contentinfo">
<p>
&copy; Copyright 2014-2016, NetApp, Inc. All Rights Reserved..
&copy; Copyright 2014-2017, NetApp, Inc. All Rights Reserved..

</p>
</div>
Expand All @@ -207,11 +176,10 @@ <h1>All modules for which code is available</h1>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'../',
VERSION:'1.4.0.271',
VERSION:'1.5.0.87',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
Expand Down

0 comments on commit 7269852

Please sign in to comment.