Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add updated release number to main (#35)
* Feature/dsansible 76/setup read the docs (#17) * Update the README to point to read the docs, and add in other readme items likes additional badges * Feature/dsansible 76/setup read the docs (#19) * Update the README to point to read the docs, and add in other readme items likes additional badges * A few additional README.md changes * Upating per Justin's comments * Add the read the docs theme to the pyds8k documentation. * Trying to get read the docs theme to work. * removing import... * code to handle theme only when on readthedocs * code to handle theme only when on readthedocs * code to handle theme only when on readthedocs * add two function to pyds8k (#12) * Revert "add two function to pyds8k (#12)" (#22) This reverts commit eb97922. * To incorporate the PR - #12 (#24) (task/CSI-2929 add two function to pyds8k), by manually adding following function only: get_host_ports_by_host Signed-off-by: [email protected] <[email protected]> Co-authored-by: [email protected] <[email protected]> * DSANSIBLE-78 (#21) * DSANSIBLE-78 to Support Win 1) change hard coded path separator to os.sep Signed-off-by: [email protected] <[email protected]> * DSANSIBLE-78 to Support Win 1) change hard coded path separator to os.sep Signed-off-by: [email protected] <[email protected]> Co-authored-by: [email protected] <[email protected]> * DSANSIBLE-28, supporting creating with id & ids (#20) * DSANSIBLE-28, supporting creating with id & ids Signed-off-by: [email protected] <[email protected]> * DSANSIBLE-28, supporting creating with id & ids(reformat, flake8 compliance) Signed-off-by: [email protected] <[email protected]> Co-authored-by: [email protected] <[email protected]> * DSANSIBLE-98 Migrate to pytest (#25) * DSANSIBLE-98 Migrate to pytest nose is unmaintained and doesn't work with >python3.9 Convert to pytest Add python3.9 and 3.10 Signed-off-by: NjM3MjY5NzAgNzA3MzA3 <[email protected]> * Add python 3.9 and 3.10 to travis Signed-off-by: NjM3MjY5NzAgNzA3MzA3 <[email protected]> * DSANSIBLE-98 Relax pytest version for 3.6 Signed-off-by: NjM3MjY5NzAgNzA3MzA3 <[email protected]> * DSANSIBLE-98 Run cover,docs,flake8 on 3.9 cover and py3x are the same, no need to duplicate Signed-off-by: NjM3MjY5NzAgNzA3MzA3 <[email protected]> * DSANSIBLE-78 Add windows to CI (#26) Signed-off-by: NjM3MjY5NzAgNzA3MzA3 <[email protected]> * added create_alias_volumes call in RootVolumeMixin for alias support (#27) * added create_alias_volumes call in RootVolumeMixin for alias support Signed-off-by: Randy Blea <[email protected]> * fix line too long error Signed-off-by: Randy Blea <[email protected]> * DSANSIBLE-83 Add unit test for creating alias vols Signed-off-by: NjM3MjY5NzAgNzA3MzA3 <[email protected]> Co-authored-by: NjM3MjY5NzAgNzA3MzA3 <[email protected]> * DSANSIBLE-87 Add resource groups. (#30) * DSANSIBLE-87 Add resource groups. Signed-off-by: NjM3MjY5NzAgNzA3MzA3 <[email protected]> * DSANSIBLE-87 fix incorrect variable name. Signed-off-by: NjM3MjY5NzAgNzA3MzA3 <[email protected]> * DSANSIBLE-102: add basevolume parser on volume alias request (#31) Signed-off-by: [email protected] Signed-off-by: [email protected] Co-authored-by: [email protected] <[email protected]> * DSANSIBLE-100: flash copy information was not correctly handled due to evolving flash copy rest api. (#32) instead of *_flashcopy, *_cs_flashcopy should be used for flashcopy operations for backward compatibility, move to use volume_id for pre-R8, which is deprecated. if volume_id is empty and the calling party is a volume, volume_id is populated. Co-authored-by: [email protected] <[email protected]> * Update __init__.py (#34) Update release number for pyds8k Signed-off-by: NjM3MjY5NzAgNzA3MzA3 <[email protected]> Signed-off-by: [email protected] Co-authored-by: Matan Carmeli <[email protected]> Co-authored-by: shipeng <[email protected]> Co-authored-by: [email protected] <[email protected]> Co-authored-by: NjM3MjY5NzAgNzA3MzA3 <[email protected]>
- Loading branch information