GitHub user kylercooper opened a pull request:
https://github.com/apache/libcloud/pull/871
Cloudflare dns driver
## 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/apache/libcloud cloudflare_dns_driver
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/871.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 #871
----
commit 209d537e2cb0f4da8206397ac0eb8b76f6f03c8c
Author: Tomaz Muraus <[email protected]>
Date: 2015-11-21T15:57:46Z
Add WIP CloudFlare driver.
commit 74c14703543270c285fc71db354283d942fb3223
Author: Tomaz Muraus <[email protected]>
Date: 2015-11-22T15:26:27Z
Implement create_record, delete_record in CloudFlare DNS driver.
commit 00372d0ca5339bd934f32b7fa19adb711a96ecf5
Author: Tomaz Muraus <[email protected]>
Date: 2015-11-22T15:45:57Z
Implement update_record.
commit 0e3e0376083e54df9678bc36e155b2c7b133b286
Author: Tomaz Muraus <[email protected]>
Date: 2015-11-22T15:46:14Z
Improve __repr__ for Record, include zone domain instead of zone id.
commit 7a5f86d7e12798cd75ca5869166faa7bc0895341
Author: Tomaz Muraus <[email protected]>
Date: 2015-11-22T21:50:02Z
Throw RecordDoesNotExist exception if an invalid record is referenced.
commit 8dcf6bab8fc880cd0ca7658ed330a01898298748
Author: Tomaz Muraus <[email protected]>
Date: 2015-11-22T21:56:00Z
Throw ZoneDoesNotExist exception if user references an invalid zone.
commit d38e745fa9f49b11a256686148e8d7e48dd38e54
Author: Tomaz Muraus <[email protected]>
Date: 2015-11-22T22:04:03Z
Fix lint.
commit a43228ba4de6ea18d9ec281a5f402e92d58f2c00
Author: Tomaz Muraus <[email protected]>
Date: 2015-11-25T11:17:03Z
Merge branch 'trunk' into cloudflare_dns_driver
Conflicts:
libcloud/dns/base.py
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---