You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by haucke <gi...@git.apache.org> on 2016/10/30 15:09:22 UTC

[GitHub] libcloud pull request #932: 0.12.x

GitHub user haucke opened a pull request:

    https://github.com/apache/libcloud/pull/932

    0.12.x

    ## PEP8 Indentation Guidelines
    ### Certain Indentations Need to be fixed for PEP8 guidelines and code readability.
    
    +  <release>
    +      <Version>
    +          <name>0.11.0</name>
    +          <created>2012-07-30</created>
    +          <revision>0.11.0</revision>
    +      </Version>
    +  </release>
    +  <release>
    +      <Version>
    +          <name>0.11.1</name>
    +          <created>2012-08-01</created>
    +          <revision>0.11.1</revision>
    +      </Version>
    +  </release>
    
    
    
    - done, ready for review
    
    ### Checklist (tick everything that applies)
    
    - [ ] [Code linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide) (required, can be done after the PR checks)
    - [x ] Documentation
    - [ ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
    - [ ] [ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes) (required for bigger changes)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/libcloud 0.12.x

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/libcloud/pull/932.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #932
    
----
commit 9868bdc8c306601c40a37832e17c644be355cf09
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-07-24T06:04:21Z

    FIx typos.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1364902 13f79535-47bb-0310-9956-ffa450edef68

commit 1e64ee725fbe39ec58762d24ee2eb3e88b02d276
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-07-25T04:53:13Z

    Add new Rackspace Nova driver for Chicago (ORD) location. Contributed by Brian
    McDaniel, part of LIBCLOUD-234.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1365448 13f79535-47bb-0310-9956-ffa450edef68

commit 6c72c6d622492bcfbcd562831166d3aa862feea9
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-07-26T22:59:27Z

    Update docstrings. Contributed by Ilgiz Islamgulov, part of LIBCLOUD-235 and
    LIBCLOUD-236.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1366227 13f79535-47bb-0310-9956-ffa450edef68

commit b0893b656e02dec7c321c92849720c85cd764dca
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-07-30T16:51:00Z

    Add info aboit 0.11.0 release.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1367167 13f79535-47bb-0310-9956-ffa450edef68

commit 154abe99047daac4fd809ee508cd23ddb75bf1ad
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-07-31T23:07:36Z

    Update docstrings for LoadBalancer docstrings. Contributed by Ilgiz Islamgulov,
    part of LIBCLOUD-238.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1367815 13f79535-47bb-0310-9956-ffa450edef68

commit f40a3c15fa1ae82467ef0b3812ded56c4ebd7d1e
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-07-31T23:11:15Z

    Update docstrings for DNS providers and remove redundand methods introduced by a
    bad patch from the Gandi driver. Contributed by Ilgiz Islamgulov, part of
    LIBCLOUD-237.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1367818 13f79535-47bb-0310-9956-ffa450edef68

commit c46d57b7dee19339b9c0d005dc9eb86cb4d720b8
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-08-02T00:40:56Z

    Merge changes from 0.11.x branch:
    
    Fix hostname validation in the SSL verification code (CVE-2012-3446). Reported
    by researchers from the University of Texas at Austin (Martin Georgiev, Suman
    Jana and Vitaly Shmatikov). For more info, see
    http://libcloud.apache.org/security.html.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1368325 13f79535-47bb-0310-9956-ffa450edef68

commit cb653849d2743be35553bb543594b2b79f6b3d97
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-08-02T00:43:23Z

    Add 0.11.1 release to doap file.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1368328 13f79535-47bb-0310-9956-ffa450edef68

commit 2e958d97b9f87fbc92385d0b5e8d1076edc94796
Author: Roman Bogorodskiy <rb...@apache.org>
Date:   2012-08-04T18:18:38Z

    Remove fixture .rej file.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1369383 13f79535-47bb-0310-9956-ffa450edef68

commit 622f8a47989fdf57fa05bf742dee6374e2a01303
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-08-08T04:34:45Z

    Add the following new methods to the CloudFiles driver:
    ex_set_account_metadata_temp_url_key, ex_get_object_temp_url. Contributed by
    Shawn Smith, part of GITHUB-72.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1370664 13f79535-47bb-0310-9956-ffa450edef68

commit ea146ac3e231898b08caf17d7ac46935225effd3
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-08-08T18:58:48Z

    Update __version__ attribute to indicate that current version is in development.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1370895 13f79535-47bb-0310-9956-ffa450edef68

commit 990b1985153402444882f2d82a88cd8da9e7aade
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-08-08T21:10:22Z

    Update docstrings in the DNS drivers. Contributed by Ilgiz Islamgulov, part of
    LIBCLOUD-237.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1370970 13f79535-47bb-0310-9956-ffa450edef68

commit cfca32a69a46480dd37f54c4a1f07886d7f29f15
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-08-09T04:55:24Z

    More docstrings updates. Contributed by Ilgiz Islamgulov.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1371040 13f79535-47bb-0310-9956-ffa450edef68

commit 6dbb90b35730bf491d17ea9aa975279151b587fb
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-08-11T06:25:46Z

    Add 'balancer' attribute to the Member instance. This attribute refers to
    the LoadBalancer instance this member belongs to.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1371873 13f79535-47bb-0310-9956-ffa450edef68

commit a4e9183d052eadd6b9b8dd433f96884c1b38ac36
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-08-13T03:28:21Z

    Add capacity information to Vdc objects and implement power operations.
    Contributed by Michael Galet, part of LIBCLOUD-239.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1372253 13f79535-47bb-0310-9956-ffa450edef68

commit 6c1051cfab0007123d71fcc067b1c5d0104ac285
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-08-16T01:57:49Z

    Update docstrings in the storage providers. Contributed by Ilgiz Islamgulov.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1373688 13f79535-47bb-0310-9956-ffa450edef68

commit 2cdd9091f0a0bdcee9248af9cd09c19ead727718
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-08-16T02:17:02Z

    Add Rackspace Nova pricing.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1373698 13f79535-47bb-0310-9956-ffa450edef68

commit 0f4ecda6177b31468b4811157b84296e9f0c6a6e
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-08-16T02:17:36Z

    Fix the key name.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1373699 13f79535-47bb-0310-9956-ffa450edef68

commit 4eec4453dad3f41f1f1c9ae335cfe8effbdbb1e1
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-08-20T00:37:00Z

    Update affected test.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1374883 13f79535-47bb-0310-9956-ffa450edef68

commit 5647155b168bf42d23ab8bb7d6d58bf469a3414a
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-08-20T00:38:50Z

    Allow user to pass 'timeout' kwarg to the 'deploy_node' method.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1374884 13f79535-47bb-0310-9956-ffa450edef68

commit 6afa92577360f069d49633ffdc524e275a4c4538
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-08-21T20:48:20Z

    Add ex_list_security_groups and ex_authorize_security_group methods to
    the EC2 driver. Contributed by Nick Bailey, part of LIBCLOUD-241.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1375779 13f79535-47bb-0310-9956-ffa450edef68

commit 1ceb5f71d69bf86a5ec08ef3c4db864ce9a0096f
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-08-21T23:51:40Z

    Add ex_describe_all_keypairs method to the EC2 driver. Contributed by Nick
    Bailey, part of LIBCLOUD-243.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1375857 13f79535-47bb-0310-9956-ffa450edef68

commit 2f28f307df2b317cf90c6641e547c0ce6d0e54c0
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-08-22T04:33:49Z

    Add new methods for managing storage volumes and other extenstion methods
    to the IBM SCE driver. Contributed by Sengor Kusturica, part of LIBCLOUD-242.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1375895 13f79535-47bb-0310-9956-ffa450edef68

commit ffabea0faf836171cc52b48e29156e34cca86e58
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-08-28T05:26:49Z

    Include link to the documentation if no CA certificate files can be found.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1377978 13f79535-47bb-0310-9956-ffa450edef68

commit bed69777e161ff7eab45dfa8ba9641118242899a
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-09-10T21:53:40Z

    Fix a bug with the Libcloud SSL verification code. Code was too strict and
    didn't allow "-" character in the sub-domain when using a wildcard certificate.
    
    Note: This is NOT a security vulnerability.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1383122 13f79535-47bb-0310-9956-ffa450edef68

commit a8060164859146d5f08576101c5f70d4f1e8222b
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-09-11T04:52:57Z

    Update changes.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1383241 13f79535-47bb-0310-9956-ffa450edef68

commit 6ff6626a4fa86d2370558b618f798326fd3f6d4b
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-09-13T03:56:25Z

    Update changes and bump version.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1384198 13f79535-47bb-0310-9956-ffa450edef68

commit b363c4aafac1ac2b466b565602a555a35132e913
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-09-14T22:36:29Z

    Include 'last_modified' and 'content_type' attribute in the Object
    'extra' dictionary when retrieving object using get_object in the S3
    driver. Also modify 'meta_data' dictionary to include all the
    headers prefixed with 'x-amz-meta-'.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1384955 13f79535-47bb-0310-9956-ffa450edef68

commit 98e516ee800afb385b83a4fb2da8fd0f140f40ad
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-09-23T01:53:21Z

    Update changes, bump version.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1388947 13f79535-47bb-0310-9956-ffa450edef68

commit 004aa6b55ac6e8064abfc52e07699916e1ef20cd
Author: Toma\u017e Muraus <to...@apache.org>
Date:   2012-09-26T06:42:28Z

    Update doap file.
    
    
    git-svn-id: https://svn.apache.org/repos/asf/libcloud/trunk@1390292 13f79535-47bb-0310-9956-ffa450edef68

----


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] libcloud pull request #932: 0.12.x

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/libcloud/pull/932


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---