Repository: libcloud
Updated Tags: refs/tags/v2.0.0rc1-tentative [created] 6978b0041
Github user asfgit closed the pull request at:
https://github.com/apache/libcloud/pull/977
---
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 en
docs for 2.0
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/7234a29b
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/7234a29b
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/7234a29b
Branch: refs/
Repository: libcloud
Updated Branches:
refs/heads/trunk 8a4de206e -> 7234a29b0
start new docs
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/72d456ff
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/72d456
GitHub user tonybaloney opened a pull request:
https://github.com/apache/libcloud/pull/977
Documentation in preparation for 2.0.0RC1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tonybaloney/libcloud docs_v2
Alternatively you
Github user asfgit closed the pull request at:
https://github.com/apache/libcloud/pull/976
---
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 en
tidy up hashing algo method
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/42c58a46
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/42c58a46
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/42c58a46
Merge branch 'connection_refactoring' into trunk
Closes #976
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/f48cc679
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/f48cc679
Diff: http://git-wip-us.apache.org
changes for #976
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/8a4de206
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/8a4de206
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/8a4de206
Branch: r
linting updates
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/57e8b62c
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/57e8b62c
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/57e8b62c
Branch: re
remove get_socket_error_exception as this behaviour is handled by requests
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/4c1fff09
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/4c1fff09
Diff: http://git-wip
profitbricks driver doesn't format URLs correctly
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/ee5a2279
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/ee5a2279
Diff: http://git-wip-us.apache.org/repos/asf/
make redirects configurable
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/11fc4c8d
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/11fc4c8d
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/11fc4c8d
fix morph_action_hook and create a list of tests to make sure every scenarion
works as expected
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/fedace00
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/fedace0
fix name of profitbricks test
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/226783bc
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/226783bc
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/226783
Repository: libcloud
Updated Branches:
refs/heads/trunk 5be8b04fe -> 8a4de206e
fix a bug where creating a connection from URL would not work when request
actions start with /. Urlparse instead of ''.join
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.
Repository: libcloud
Updated Branches:
refs/heads/trunk f4c00ea09 -> 5be8b04fe
move #813 to current version as it was merged after the 1.5.0 tag
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5be8b04f
Tree: http://g
GitHub user tonybaloney opened a pull request:
https://github.com/apache/libcloud/pull/976
Refactoring LibcloudConnection and Connection classes from feedback
Issues Raised:
- Use URLJoin instead of `''.join` :
https://github.com/apache/libcloud/pull/923#discussion_r9532013
Github user asfgit closed the pull request at:
https://github.com/apache/libcloud/pull/973
---
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 en
use libcloud.test.unittest instead of unittest import directly to fix py2.6
missing unittest.skip method
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/1702f7ad
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tre
S3 download as stream use default chunk size instead of 1 byte
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5cb31d44
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/5cb31d44
Diff: http://git-wip-us.apache.o
fix download stream iterators
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/1eb58838
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/1eb58838
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/1eb588
add httplib.HTTPResponse proxy to the response property of the RawResponse cls
instead of exposing the requests' response class directly
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/2fcd275b
Tree: http://git-wip-us.a
fix libcloud connection class
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/366310b2
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/366310b2
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/366310
fix S3 test and setup mocked iterators to RawResponse body content. Skip 1 test
as there's no way to make it work
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/dc2a3b97
Tree: http://git-wip-us.apache.org/repos/asf/lib
Repository: libcloud
Updated Branches:
refs/heads/trunk faf0a5a5c -> f4c00ea09
add test to show it doesn't work as it used to
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/d979b922
Tree: http://git-wip-us.apache.or
Merge branch 'fix_raw_read_method' into trunk
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/f4c00ea0
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/f4c00ea0
Diff: http://git-wip-us.apache.org/repos/asf/libc
GitHub user zacharya19 opened a pull request:
https://github.com/apache/libcloud/pull/975
Gcloud: allow delete instances from managed group
## Gcloud: allow delete instances from managed group
### Description
Google compute API now allow to delete instances from ins
28 matches
Mail list logo