[GitHub] libcloud pull request #1158: Update Google Compute Engine docs

2018-01-04 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/1158 Update Google Compute Engine docs It looks like some of the links have changed (the one previously documented doesn't take you to the correct place anymore). This pull request update

[GitHub] libcloud pull request #1112: [WIP] Make sure we don't have any files with na...

2017-09-19 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/1112 [WIP] Make sure we don't have any files with names longer than 143 characters It looks like 2.2.0 broke installation on some systems, because we now ship files with names longer tha

[GitHub] libcloud pull request #1111: [Common] Make sure we normalize header types fo...

2017-09-19 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/ [Common] Make sure we normalize header types for test mock connection class This pull request fixes the issue reported in https://issues.apache.org/jira/browse/LIBCLOUD-945. We normalized

[GitHub] libcloud pull request #1109: [WIP] Replace coveralls with codecov.io for cod...

2017-09-10 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/1109 [WIP] Replace coveralls with codecov.io for code coverage reports This pull request proposes to replace coveralls coverage reports with codecov.io coverage reports. My main reasons for the

[GitHub] libcloud pull request #1105: [WIP] Re-enable strict checks (treat warnings a...

2017-09-06 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/1105 [WIP] Re-enable strict checks (treat warnings as errors) when building sphinx docs on Travis CI This pull request re-enables strict checks when building sphinx docs on Travis CI. This way

[GitHub] libcloud pull request #812: Add certifi CA bundle path to Libcloud CA bundle...

2016-06-14 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/812 Add certifi CA bundle path to Libcloud CA bundle search path if certifi is available This change will add certifi CA bundle path to Libcloud CA bundle search path if `certifi` library (https

[GitHub] libcloud pull request: [WIP] Lint script for checking driver compl...

2016-04-23 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/774 [WIP] Lint script for checking driver compliance to the base / standard Libcloud API and quality checking This pull request works on the great initial work and idea from @Jc2k (#211

[GitHub] libcloud pull request: Hook up pylint and run pylint target on Tra...

2016-04-19 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/768 Hook up pylint and run pylint target on Travis C This is probably like 5th attempt to get pylint working in some form or another on the Libcloud code base. I tried it a couple of times

[GitHub] libcloud pull request: Run tests with lxml on Travis CI

2016-04-18 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/763 Run tests with lxml on Travis CI This pull request builds on top of #762. That PR indicated that using lxml is broken in some scenarios so first step should be to get tests to run with

[GitHub] libcloud pull request: [WIP] [DON'T MERGE] Use ssl.PROTOCOL_SSLv23...

2016-04-17 Thread Kami
Github user Kami closed the pull request at: https://github.com/apache/libcloud/pull/683 --- 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

[GitHub] libcloud pull request: Fix regression with "_ex_connection_class_k...

2016-04-15 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/755 Fix regression with "_ex_connection_class_kwargs" kwargs getting overridden with None in the BaseDriver class This issue was originally reported by Jay Rolette on the ma

[GitHub] libcloud pull request: [WIP] Remove provider constants with region...

2016-03-15 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/724 [WIP] Remove provider constants with region in the name and related classes This pull request removes provider constants with region in the name (e.g. ``EC2_US_WEST``, etc.) and related driver

[GitHub] libcloud pull request: Throw a more user-friendly exception on "No...

2016-02-23 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/711 Throw a more user-friendly exception on "No address associated with hostname" error Usually this issue represents a bug in the driver (`host` connection class attribute being set to an

[GitHub] libcloud pull request: [WIP] Support for pickling Driver instances...

2016-02-14 Thread Kami
Github user Kami closed the pull request at: https://github.com/apache/libcloud/pull/549 --- 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

[GitHub] libcloud pull request: Paramiko consume multi byte UTF-8 character...

2016-01-27 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/686 Paramiko consume multi byte UTF-8 characters fix This is a fix for a bug in the paramiko SSH client which would occur when reading / consuming stdout / stderr data from a remote channel

[GitHub] libcloud pull request: [WIP] [DON'T MERGE] Use ssl.PROTOCOL_SSLv23...

2016-01-16 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/683 [WIP] [DON'T MERGE] Use ssl.PROTOCOL_SSLv23 constant by default under Python >= 2.7.9 < 3 and >= 3.4 Note: This pull request is W.I.P. and not yet ready to be reviewed and merged.

[GitHub] libcloud pull request: Throw a more friendly error message if esta...

2016-01-14 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/682 Throw a more friendly error message if establishing SSL / TLS connection fails With this change we now throw a more user-friendly error message in case establishing SSL / TLS connection fails

[GitHub] libcloud pull request: [WIP] Treat sphinx warnings as errors

2015-12-30 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/669 [WIP] Treat sphinx warnings as errors This pull request re-enabled features which treats sphinx warnings as errors which cause build to fail. We had this feature enabled in the past, but at

[GitHub] libcloud pull request: [WIP] Backblaze B2 storage driver

2015-12-19 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/660 [WIP] Backblaze B2 storage driver W.I.P. version of the Backblaze B2 storage driver. Please keep in mind that the PR is still under development and not yet ready for a review :) You can

[GitHub] libcloud pull request: CloudFlare DNS driver

2015-12-05 Thread Kami
GitHub user Kami reopened a pull request: https://github.com/apache/libcloud/pull/637 CloudFlare DNS driver New driver for CloudFlare DNS (WIP). TODO: - [x] Support for record management (create, edit, delete) - [x] Tests - [ ] Pagination support You can

[GitHub] libcloud pull request: CloudFlare DNS driver

2015-12-05 Thread Kami
Github user Kami closed the pull request at: https://github.com/apache/libcloud/pull/637 --- 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

[GitHub] libcloud pull request: Add "ttl" attribute to the libcloud.dns.bas...

2015-11-22 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/639 Add "ttl" attribute to the libcloud.dns.base.Record class This pull request adds new `ttl` attribute to the `libcloud.dns.base.Record` class. Class constructor has also been updated to re

[GitHub] libcloud pull request: [WIP] CloudFlare DNS driver

2015-11-21 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/637 [WIP] CloudFlare DNS driver New driver for CloudFlare DNS (WIP). TODO: - [ ] Support for record management (create, edit, delete) - [ ] Tests - [ ] Pagination support You

[GitHub] libcloud pull request: [WIP] Support for pickling Driver instances...

2015-07-19 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/549 [WIP] Support for pickling Driver instances and other Libcloud objects This pull request adds support for pickling Driver instances (e.g. `NodeDriver`) and support for pickling other Libcloud

[GitHub] libcloud pull request: [WIP] Azure Compute Driver

2015-04-05 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/499 [WIP] Azure Compute Driver This is a continuation of #305. My goal is to fix bugs, style issues, Python version compatibility issues and any other issues which might pop up during the

[GitHub] libcloud pull request: [AWS EC2] Support for new d4 instance types...

2015-03-31 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/490 [AWS EC2] Support for new d4 instance types, update and fix ec2 price scraping script Title says it all. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] libcloud pull request: [WIP] Support for AWS signature algorithm v...

2015-03-07 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/481 [WIP] Support for AWS signature algorithm v4 (continuation) Continuation from https://github.com/apache/libcloud/pull/444/files#r25956437 The pull request is not finished yet, but it now

[GitHub] libcloud pull request: Use native match_hostname functionality fro...

2015-02-28 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/470 Use native match_hostname functionality from ssl module in Python >= 3.2 Python >= 3.2 provides ``match_hostname`` functionality in the `ssl` module starting from Python 3.2. Wit

[GitHub] libcloud pull request: [W.I.P.] [RFC] New base libcloud.networking...

2014-08-05 Thread Kami
GitHub user Kami opened a pull request: https://github.com/apache/libcloud/pull/345 [W.I.P.] [RFC] New base libcloud.networking API Note: This branch is still very much W.I.P. so please wait with the comments. I've only opened it so it's easier to link to the