You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by Jc2k <gi...@git.apache.org> on 2013/01/04 13:26:37 UTC

[dev] libcloud pull request: Support Amazon Route53 DNS

GitHub user Jc2k opened a pull request:

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

    Support Amazon Route53 DNS

    Here is a set of improvements to the Amazon Route53 Driver.
    
    In includes tests for the existing code and also adds the methods required to actually make changes to a zone.

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

    $ git pull https://github.com/Jc2k/libcloud route53

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

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

----
commit 8f928b0d797a0fb73fcd9b2003361f19feef8a74
Author: John Carr <jo...@unrouted.co.uk>
Date:   2012-11-15T08:57:45Z

    Sketch out roughly what the missing bits of API are

commit 4369d7b10f8d134c662fa4eac20353b0d80c3c80
Author: John Carr <jo...@unrouted.co.uk>
Date:   2012-11-15T09:03:03Z

    This is what it looks like to delete a single record

commit bf55a504f6d52e89b69a9c7b60f99792509ed0e0
Author: John Carr <jo...@unrouted.co.uk>
Date:   2012-11-17T11:51:14Z

    Have now been able to create a zone and add records to it

commit 2edcdfe1c3ca780090858d56e3c48ea39f2d2160
Author: John Carr <jo...@unrouted.co.uk>
Date:   2012-11-17T17:02:28Z

    Factor away the changeset construction and posting

commit bc9be779cd078ebfb1577fb70949450046427736
Author: John Carr <jo...@unrouted.co.uk>
Date:   2012-12-28T12:13:18Z

    More fixes

commit 6fd88e88470ad330e07e753f4125761fc42f414c
Author: John Carr <jo...@unrouted.co.uk>
Date:   2012-12-28T12:19:03Z

    Fix zone delete

commit 18ec08ff0d47298fff98951e428b6ea4f7d21d04
Author: John Carr <jo...@unrouted.co.uk>
Date:   2013-01-03T03:09:01Z

    Add tests

commit 20ccef6da47abf4729f5c8064777ba51e6f9c749
Author: John Carr <jo...@unrouted.co.uk>
Date:   2013-01-03T21:29:53Z

    Finish adding tests

----