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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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
29 matches
Mail list logo