Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Route53 #25

Open
wants to merge 64 commits into
base: master
Choose a base branch
from
Open

Route53 #25

wants to merge 64 commits into from

Commits on Apr 21, 2012

  1. Initial bits for Route53

    Lars Kuhtz committed Apr 21, 2012
    Configuration menu
    Copy the full SHA
    be41526 View commit details
    Browse the repository at this point in the history
  2. Fix aws.cabal add missing Aws/Route53.hs

    Lars Kuhtz committed Apr 21, 2012
    Configuration menu
    Copy the full SHA
    a909780 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2012

  1. Aws/Query: add instance Show SignedQuery

    Lars Kuhtz committed Apr 22, 2012
    Configuration menu
    Copy the full SHA
    047c8dc View commit details
    Browse the repository at this point in the history
  2. Route53: Proof of concept by ListHostedZones

    Lars Kuhtz committed Apr 22, 2012
    Configuration menu
    Copy the full SHA
    5d12ef0 View commit details
    Browse the repository at this point in the history
  3. Route53/Commands: Add GetDate and GetHostedZone.

    Lars Kuhtz committed Apr 22, 2012
    Configuration menu
    Copy the full SHA
    e4dc974 View commit details
    Browse the repository at this point in the history
  4. Aws/Route53/Query: Add a TODO comment

    Lars Kuhtz committed Apr 22, 2012
    Configuration menu
    Copy the full SHA
    f21bad2 View commit details
    Browse the repository at this point in the history
  5. Route53/GetHostedZone: Fail Gracefully if there is no HostedZone in t…

    …he Response
    
    Additionally remove an outdated TODO
    Lars Kuhtz committed Apr 22, 2012
    Configuration menu
    Copy the full SHA
    fa4ba9f View commit details
    Browse the repository at this point in the history
  6. Route53: add route53ApiVersion to Route53Info

    Lars Kuhtz committed Apr 22, 2012
    Configuration menu
    Copy the full SHA
    e215c2c View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2012

  1. Configuration menu
    Copy the full SHA
    2e9c862 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    552b9fc View commit details
    Browse the repository at this point in the history
  3. Route53: added command GET ListResourceRecordSets

    Lars Kuhtz committed Apr 23, 2012
    Configuration menu
    Copy the full SHA
    0677bfc View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2012

  1. Route53: improve documentation

    Lars Kuhtz committed Apr 24, 2012
    Configuration menu
    Copy the full SHA
    212d4ac View commit details
    Browse the repository at this point in the history
  2. Route53: add command GetChange

    Lars Kuhtz committed Apr 24, 2012
    Configuration menu
    Copy the full SHA
    bdf814f View commit details
    Browse the repository at this point in the history
  3. Route53: make Method a query parameter

    Lars Kuhtz committed Apr 24, 2012
    Configuration menu
    Copy the full SHA
    57a5819 View commit details
    Browse the repository at this point in the history
  4. Route53: add command DeleteHostedZone

    Lars Kuhtz committed Apr 24, 2012
    Configuration menu
    Copy the full SHA
    bfdf885 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2012

  1. Configuration menu
    Copy the full SHA
    32cf87e View commit details
    Browse the repository at this point in the history
  2. Route53: add crude proof of concept implementation of ChangeResourceR…

    …ecordSets
    Lars Kuhtz committed Apr 25, 2012
    Configuration menu
    Copy the full SHA
    ecfac96 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2012

  1. Route53: introduce class Route53Id and newtype wrappers for HostedZon…

    …eId, ChangeId, and Domain
    Lars Kuhtz committed May 1, 2012
    Configuration menu
    Copy the full SHA
    6dc3d7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08caa3c View commit details
    Browse the repository at this point in the history

Commits on May 4, 2012

  1. Configuration menu
    Copy the full SHA
    5701f77 View commit details
    Browse the repository at this point in the history
  2. Merge

    Lars Kuhtz committed May 4, 2012
    Configuration menu
    Copy the full SHA
    06342bd View commit details
    Browse the repository at this point in the history
  3. Route53: convert to new module layout scheme

    Lars Kuhtz committed May 4, 2012
    Configuration menu
    Copy the full SHA
    45111b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    953284f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00ae58d View commit details
    Browse the repository at this point in the history
  6. Route53: more pointless encoding of resource in ListResourceRecordSet…

    …s query
    Lars Kuhtz committed May 4, 2012
    Configuration menu
    Copy the full SHA
    69f613d View commit details
    Browse the repository at this point in the history
  7. Route53: actually use ChangeId in GetChange

    Lars Kuhtz committed May 4, 2012
    Configuration menu
    Copy the full SHA
    1caec01 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a7dd34 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    911aa8a View commit details
    Browse the repository at this point in the history

Commits on May 5, 2012

  1. Route53: remove dependency on Network.DNS.Types and fix xmlns in requ…

    …est bodies
    Lars Kuhtz committed May 5, 2012
    Configuration menu
    Copy the full SHA
    36a4466 View commit details
    Browse the repository at this point in the history
  2. Route53: fix spelling of request body xml namespace.

    Lars Kuhtz committed May 5, 2012
    Configuration menu
    Copy the full SHA
    aa8e755 View commit details
    Browse the repository at this point in the history
  3. Route53: code usage examples for Aws.Route53 module.

    Lars Kuhtz committed May 5, 2012
    Configuration menu
    Copy the full SHA
    2062c62 View commit details
    Browse the repository at this point in the history
  4. ghci.hs: import Aws.Route53

    Lars Kuhtz committed May 5, 2012
    Configuration menu
    Copy the full SHA
    ddb7cec View commit details
    Browse the repository at this point in the history
  5. Route53: fix formating of LANGUAGE pragma

    Lars Kuhtz committed May 5, 2012
    Configuration menu
    Copy the full SHA
    a627017 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    348f9b1 View commit details
    Browse the repository at this point in the history
  7. Route53: some cleanup of comments

    Lars Kuhtz committed May 5, 2012
    Configuration menu
    Copy the full SHA
    3af90f1 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2012

  1. Merge

    Lars Kuhtz committed May 31, 2012
    Configuration menu
    Copy the full SHA
    578c26a View commit details
    Browse the repository at this point in the history
  2. Merge

    Lars Kuhtz committed May 31, 2012
    Configuration menu
    Copy the full SHA
    6cbaccd View commit details
    Browse the repository at this point in the history
  3. Merge

    Lars Kuhtz committed May 31, 2012
    Configuration menu
    Copy the full SHA
    d7b0991 View commit details
    Browse the repository at this point in the history
  4. Merge

    Lars Kuhtz committed May 31, 2012
    Configuration menu
    Copy the full SHA
    5905227 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2012

  1. Route53: Add missing language pragma in Core.hs

    Lars Kuhtz committed Jun 1, 2012
    Configuration menu
    Copy the full SHA
    65c492d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2012

  1. Merge

    Lars Kuhtz committed Jul 12, 2012
    Configuration menu
    Copy the full SHA
    8be9806 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9b16ba View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2012

  1. Assign Route53 Copyright to AlephCloud Systems, Inc.

    Lars Kuhtz committed Jul 13, 2012
    Configuration menu
    Copy the full SHA
    5bad4e3 View commit details
    Browse the repository at this point in the history
  2. Fix and clean up Route53 example.

    Lars Kuhtz committed Jul 13, 2012
    Configuration menu
    Copy the full SHA
    c9d683b View commit details
    Browse the repository at this point in the history
  3. Some Route53 code cleanup.

    Lars Kuhtz committed Jul 13, 2012
    Configuration menu
    Copy the full SHA
    7ae14f9 View commit details
    Browse the repository at this point in the history
  4. Route53: minor code cleanup in Route53.Samples.

    Lars Kuhtz committed Jul 13, 2012
    Configuration menu
    Copy the full SHA
    815be70 View commit details
    Browse the repository at this point in the history
  5. Merge

    Lars Kuhtz committed Jul 13, 2012
    Configuration menu
    Copy the full SHA
    316e5c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2012

  1. Merge

    Lars Kuhtz committed Jul 18, 2012
    Configuration menu
    Copy the full SHA
    4e9288d View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2012

  1. Route53Examples: Add setARecord and a slightly improved exception han…

    …dling
    Lars Kuhtz committed Jul 20, 2012
    Configuration menu
    Copy the full SHA
    caaf0fd View commit details
    Browse the repository at this point in the history
  2. Port Route53Examples to use IteratedTransaction.

    Lars Kuhtz committed Jul 20, 2012
    Configuration menu
    Copy the full SHA
    433ebef View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2012

  1. Add DynDNS client as Route53 example. Move Route53 into subdirectory.

    --HG--
    rename : Examples/Route53Examples.hs => Examples/Route53/Utils.hs
    Lars Kuhtz committed Jul 24, 2012
    Configuration menu
    Copy the full SHA
    2a0f584 View commit details
    Browse the repository at this point in the history
  2. Add AlephCloud copyright to Route53 DynDNS example

    Lars Kuhtz committed Jul 24, 2012
    Configuration menu
    Copy the full SHA
    88527cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e62ce9 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2012

  1. Examples.Route53: Add log-file argument to DynDNS.

    Lars Kuhtz committed Jul 25, 2012
    Configuration menu
    Copy the full SHA
    ecbff2e View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2012

  1. Examples.Route53: Rename DynDNS into r53-dyndns.

    --HG--
    rename : Examples/Route53/DynDNS.hs => Examples/Route53/R53DynDNS.hs
    Lars Kuhtz committed Jul 28, 2012
    Configuration menu
    Copy the full SHA
    9c14e77 View commit details
    Browse the repository at this point in the history
  2. Examples.Route53: cabalize r53-dyndns.

    --HG--
    rename : Examples/Route53/R53DynDNS.hs => Examples/Route53/r53-dyndns.hs
    Lars Kuhtz committed Jul 28, 2012
    Configuration menu
    Copy the full SHA
    731969d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53d73f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2012

  1. Examples.Route53: Fix r53-dyndns startup script.

    Lars Kuhtz committed Jul 29, 2012
    Configuration menu
    Copy the full SHA
    ca59ed2 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2012

  1. Configuration menu
    Copy the full SHA
    8178a17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3933df0 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2012

  1. Examples.Route53: fix r53-dyndns to not deleted the wrong DNS records.

    The fix includes porting all functions that returned IO (Attempt a) to
    return MonadIO m => AttemptT m a.
    Lars Kuhtz committed Aug 9, 2012
    Configuration menu
    Copy the full SHA
    be4d821 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29ccfba View commit details
    Browse the repository at this point in the history
  3. Examples.Route53: add TOCO section to README.md

    Lars Kuhtz committed Aug 9, 2012
    Configuration menu
    Copy the full SHA
    9325a69 View commit details
    Browse the repository at this point in the history
  4. merge

    Lars Kuhtz committed Aug 9, 2012
    Configuration menu
    Copy the full SHA
    44aee75 View commit details
    Browse the repository at this point in the history