libcloud git commit: Adding tagging feature to DimensionDataNodeDriver Closes #773

2016-04-22 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 0789cb58d -> b9a5586e9 Adding tagging feature to DimensionDataNodeDriver Closes #773 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b9a5586e Tree:

[1/3] libcloud git commit: azure_blobs.py: Apply lxml ElementTree import pattern properly

2016-04-22 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk e6a6676a5 -> 0789cb58d azure_blobs.py: Apply lxml ElementTree import pattern properly Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/1588cc73 Tree:

libcloud git commit: PY3: Reduce AWS S3 test errors if lxml is present

2016-04-22 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 77afd30dc -> e6a6676a5 PY3: Reduce AWS S3 test errors if lxml is present At least lxml should raise ValueError pretty quickly if self.body is a str type, and it was almost certainly assumed to be 'utf-8', this being the web, so we'll

[GitHub] libcloud pull request: PY3: Reduce AWS S3 test errors if lxml is p...

2016-04-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/libcloud/pull/769 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (LIBCLOUD-811) GoDaddy driver mishandling shopper ID parameter

2016-04-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15255100#comment-15255100 ] ASF GitHub Bot commented on LIBCLOUD-811: - Github user asfgit closed the pull request at:

[2/2] libcloud git commit: If shopper_id is set to None, then the X-shopper-id header is not submitted to GoDaddy at all. Closes #770

2016-04-22 Thread anthonyshaw
If shopper_id is set to None, then the X-shopper-id header is not submitted to GoDaddy at all. Closes #770 Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/77afd30d Tree:

[GitHub] libcloud pull request: [LIBCLOUD-811] Fix to mishandled shopper_id...

2016-04-22 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/libcloud/pull/770 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[1/2] libcloud git commit: Added the _ex_connection_class_kwargs way to handle dynamic parametrs at GoDaddyDNSDriver.

2016-04-22 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 988e3bf32 -> 77afd30dc Added the _ex_connection_class_kwargs way to handle dynamic parametrs at GoDaddyDNSDriver. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit:

libcloud git commit: Update patch script

2016-04-22 Thread anthonyshaw
Repository: libcloud Updated Branches: refs/heads/trunk 3dcb4cfdb -> 988e3bf32 Update patch script Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/988e3bf3 Tree:

[GitHub] libcloud pull request: Adding tagging feature to DimensionDataNode...

2016-04-22 Thread jadunham1
GitHub user jadunham1 opened a pull request: https://github.com/apache/libcloud/pull/773 Adding tagging feature to DimensionDataNodeDriver ## Adding Tagging features to DimensionDataNodeDriver ### Description This is adding the tagging features. There is still more

[GitHub] libcloud pull request: Fix most Python 2 lxml tests

2016-04-22 Thread pzrq
GitHub user pzrq opened a pull request: https://github.com/apache/libcloud/pull/772 Fix most Python 2 lxml tests ## Fix libcloud + lxml tests under Python 2.x (ex. vcloud) ### Description Travis will hopefully confirm this improves the Python 2.x lxml tests from: