[jira] [Created] (LIBCLOUD-861) Volume snapshot operations are not implemented for Digital Ocean driver

2016-10-15 Thread Fahri Cihan Demirci (JIRA)
Fahri Cihan Demirci created LIBCLOUD-861:


 Summary: Volume snapshot operations are not implemented for 
Digital Ocean driver
 Key: LIBCLOUD-861
 URL: https://issues.apache.org/jira/browse/LIBCLOUD-861
 Project: Libcloud
  Issue Type: New Feature
  Components: Compute
Reporter: Fahri Cihan Demirci
Priority: Minor


For the Digital Ocean driver, volume snapshot operations, like creating 
snapshots for volumes, listing volume snapshots and deleting volume snapshots, 
have not been implemented.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (LIBCLOUD-861) Volume snapshot operations are not implemented for Digital Ocean driver

2016-10-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/LIBCLOUD-861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15579288#comment-15579288
 ] 

ASF GitHub Bot commented on LIBCLOUD-861:
-

GitHub user femnad opened a pull request:

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

LIBCLOUD-861: Implement Volume Snapshot Operations for Digital Ocean

## LIBCLOUD-861: Implement Volume Snapshot Operations for Digital Ocean

### Description

This pull request adds the necessary changes to implement volume snapshot 
operations, i.e. creating, listing and deleting volume snapshots, for the 
Digital Ocean driver, along with the corresponding tests and fixtures.

### Status

- 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)
- [ ] 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/femnad/libcloud 
libcloud-861_volume-snapshot-ops-for-digital-ocean

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

https://github.com/apache/libcloud/pull/909.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 #909


commit 8c5a4aff28c1f0eb7b7229558f2e88b83691df73
Author: Fahri Cihan Demirci 
Date:   2016-10-15T09:17:41Z

LIBCLOUD-861: Implement Volume Snapshot Operations for Digital Ocean

* Add methods for creating, listing and deleting volume snapshots to the
  Digital Ocean driver.
* Add the corresponding tests and their fixtures.




> Volume snapshot operations are not implemented for Digital Ocean driver
> ---
>
> Key: LIBCLOUD-861
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-861
> Project: Libcloud
>  Issue Type: New Feature
>  Components: Compute
>Reporter: Fahri Cihan Demirci
>Priority: Minor
>
> For the Digital Ocean driver, volume snapshot operations, like creating 
> snapshots for volumes, listing volume snapshots and deleting volume 
> snapshots, have not been implemented.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] libcloud pull request #909: LIBCLOUD-861: Implement Volume Snapshot Operatio...

2016-10-15 Thread femnad
GitHub user femnad opened a pull request:

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

LIBCLOUD-861: Implement Volume Snapshot Operations for Digital Ocean

## LIBCLOUD-861: Implement Volume Snapshot Operations for Digital Ocean

### Description

This pull request adds the necessary changes to implement volume snapshot 
operations, i.e. creating, listing and deleting volume snapshots, for the 
Digital Ocean driver, along with the corresponding tests and fixtures.

### Status

- 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)
- [ ] 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/femnad/libcloud 
libcloud-861_volume-snapshot-ops-for-digital-ocean

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

https://github.com/apache/libcloud/pull/909.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 #909


commit 8c5a4aff28c1f0eb7b7229558f2e88b83691df73
Author: Fahri Cihan Demirci 
Date:   2016-10-15T09:17:41Z

LIBCLOUD-861: Implement Volume Snapshot Operations for Digital Ocean

* Add methods for creating, listing and deleting volume snapshots to the
  Digital Ocean driver.
* Add the corresponding tests and their fixtures.




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] libcloud pull request #910: Updating README.rst as README.md

2016-10-15 Thread bhaveshAd
GitHub user bhaveshAd opened a pull request:

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

Updating README.rst as README.md

## Changes Title (replace this with a logical title for your changes)

### Description

Replace this with the PR description (mention the changes you have made, why
you have made them, provide some background and any references to the 
provider
documentation if needed, etc.).

For more information on contributing, please see 
[Contributing](http://libcloud.readthedocs.org/en/latest/development.html#contributing)
section of our documentation.

### Status

Replace this: describe the PR status. Examples:

- work in progress
- 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)
- [ ] 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/bhaveshAd/libcloud trunk

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

https://github.com/apache/libcloud/pull/910.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 #910


commit 89007876ee30775db50ddfba068bda2b6781664b
Author: Bhavesh Anand 
Date:   2016-10-16T04:23:07Z

Update and rename README.rst to README.md

commit eff9e5c8a3bd3655afdf8fabf12ffd5f984fdbdc
Author: Bhavesh Anand 
Date:   2016-10-16T04:42:39Z

Update README.md

commit 56b35f94c5000da2fa5988f96214a0b441c9f744
Author: Bhavesh Anand 
Date:   2016-10-16T04:47:37Z

Update README.md

commit 82223f47879a327457b03e63295cf831562da274
Author: Bhavesh Anand 
Date:   2016-10-16T04:50:01Z

Update README.md

commit e75dd0941a5e0781bb8f0d569f26c84dc56c1228
Author: Bhavesh Anand 
Date:   2016-10-16T04:51:03Z

Update README.md

commit f61161b39b40d319260ca1bb418e2fd5f96d58d4
Author: Bhavesh Anand 
Date:   2016-10-16T04:51:58Z

Update README.md




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] libcloud pull request #911: Update and rename CONTRIBUTING.rst to CONTRIBUTI...

2016-10-15 Thread bhaveshAd
GitHub user bhaveshAd opened a pull request:

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

Update and rename CONTRIBUTING.rst to CONTRIBUTING.md

## Changes Title (replace this with a logical title for your changes)

### Description

Replace this with the PR description (mention the changes you have made, why
you have made them, provide some background and any references to the 
provider
documentation if needed, etc.).

For more information on contributing, please see 
[Contributing](http://libcloud.readthedocs.org/en/latest/development.html#contributing)
section of our documentation.

### Status

Replace this: describe the PR status. Examples:

- work in progress
- 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)
- [ ] 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/bhaveshAd/libcloud patch-1

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

https://github.com/apache/libcloud/pull/911.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 #911


commit a5f6923daf98148a60224167b4bd5f789fc88363
Author: Bhavesh Anand 
Date:   2016-10-16T05:00:28Z

Update and rename CONTRIBUTING.rst to CONTRIBUTING.md




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---