You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jclouds.apache.org by Andrew Bayer <no...@github.com> on 2013/08/27 03:07:13 UTC

[jclouds] JCLOUDS-150 - deasync Cloudwatch and SQS (#127)

Actually forgot this sucker a while back.
You can merge this Pull Request by running:

  git pull https://github.com/abayer/jclouds-1 jclouds-150-sqs-cw

Or you can view, comment on it, or merge it online at:

  https://github.com/jclouds/jclouds/pull/127

-- Commit Summary --

  * JCLOUDS-150. De-async CloudWatch.
  * JCLOUDS-150. De-async SQS.

-- File Changes --

    M apis/cloudwatch/src/main/java/org/jclouds/cloudwatch/CloudWatchApiMetadata.java (39)
    D apis/cloudwatch/src/main/java/org/jclouds/cloudwatch/CloudWatchAsyncApi.java (75)
    R apis/cloudwatch/src/main/java/org/jclouds/cloudwatch/config/CloudWatchHttpApiModule.java (20)
    M apis/cloudwatch/src/main/java/org/jclouds/cloudwatch/features/AlarmApi.java (104)
    D apis/cloudwatch/src/main/java/org/jclouds/cloudwatch/features/AlarmAsyncApi.java (193)
    M apis/cloudwatch/src/main/java/org/jclouds/cloudwatch/features/MetricApi.java (60)
    D apis/cloudwatch/src/main/java/org/jclouds/cloudwatch/features/MetricAsyncApi.java (117)
    M apis/cloudwatch/src/test/java/org/jclouds/cloudwatch/CloudWatchApiMetadataTest.java (4)
    M apis/cloudwatch/src/test/java/org/jclouds/cloudwatch/internal/BaseCloudWatchExpectTest.java (10)
    M apis/sqs/src/main/java/org/jclouds/sqs/SQSApi.java (1)
    M apis/sqs/src/main/java/org/jclouds/sqs/SQSApiMetadata.java (37)
    D apis/sqs/src/main/java/org/jclouds/sqs/SQSAsyncApi.java (84)
    R apis/sqs/src/main/java/org/jclouds/sqs/config/SQSHttpApiModule.java (21)
    M apis/sqs/src/main/java/org/jclouds/sqs/features/MessageApi.java (212)
    D apis/sqs/src/main/java/org/jclouds/sqs/features/MessageAsyncApi.java (294)
    M apis/sqs/src/main/java/org/jclouds/sqs/features/PermissionApi.java (30)
    D apis/sqs/src/main/java/org/jclouds/sqs/features/PermissionAsyncApi.java (66)
    M apis/sqs/src/main/java/org/jclouds/sqs/features/QueueApi.java (141)
    D apis/sqs/src/main/java/org/jclouds/sqs/features/QueueAsyncApi.java (183)
    M apis/sqs/src/test/java/org/jclouds/sqs/SQSApiMetadataTest.java (4)
    M apis/sqs/src/test/java/org/jclouds/sqs/internal/BaseSQSExpectTest.java (10)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/127.patch
https://github.com/jclouds/jclouds/pull/127.diff


Re: [jclouds] JCLOUDS-150 - deasync Cloudwatch and SQS (#127)

Posted by CloudBees pull request builder plugin <no...@github.com>.
[jclouds-java-7-pull-requests #635](https://jclouds.ci.cloudbees.com/job/jclouds-java-7-pull-requests/635/) SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/127#issuecomment-23308618

Re: [jclouds] JCLOUDS-150 - deasync Cloudwatch and SQS (#127)

Posted by CloudBees pull request builder plugin <no...@github.com>.
[jclouds-pull-requests #175](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/175/) SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/127#issuecomment-23308635

Re: [jclouds] JCLOUDS-150 - deasync Cloudwatch and SQS (#127)

Posted by Andrew Bayer <no...@github.com>.
Ignore the failures. Force push confusion.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/127#issuecomment-23363053

Re: [jclouds] JCLOUDS-150 - deasync Cloudwatch and SQS (#127)

Posted by CloudBees pull request builder plugin <no...@github.com>.
[jclouds-java-7-pull-requests #641](https://jclouds.ci.cloudbees.com/job/jclouds-java-7-pull-requests/641/) SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/127#issuecomment-23366466

Re: [jclouds] JCLOUDS-150 - deasync Cloudwatch and SQS (#127)

Posted by CloudBees pull request builder plugin <no...@github.com>.
[jclouds-pull-requests #181](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/181/) SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/127#issuecomment-23366956

Re: [jclouds] JCLOUDS-150 - deasync Cloudwatch and SQS (#127)

Posted by BuildHive <no...@github.com>.
[jclouds ยป jclouds #353](https://buildhive.cloudbees.com/job/jclouds/job/jclouds/353/) SUCCESS
This pull request looks good
[(what's this?)](https://www.cloudbees.com/what-is-buildhive)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/127#issuecomment-23365858

Re: [jclouds] JCLOUDS-150 - deasync Cloudwatch and SQS (#127)

Posted by CloudBees pull request builder plugin <no...@github.com>.
[jclouds-java-7-pull-requests #640](https://jclouds.ci.cloudbees.com/job/jclouds-java-7-pull-requests/640/) ABORTED


---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/127#issuecomment-23362989

Re: [jclouds] JCLOUDS-150 - deasync Cloudwatch and SQS (#127)

Posted by Andrew Bayer <no...@github.com>.
Closed #127.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/127

Re: [jclouds] JCLOUDS-150 - deasync Cloudwatch and SQS (#127)

Posted by CloudBees pull request builder plugin <no...@github.com>.
[jclouds-java-7-pull-requests #642](https://jclouds.ci.cloudbees.com/job/jclouds-java-7-pull-requests/642/) SUCCESS
This pull request looks good

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/127#issuecomment-23366972

Re: [jclouds] JCLOUDS-150 - deasync Cloudwatch and SQS (#127)

Posted by CloudBees pull request builder plugin <no...@github.com>.
[jclouds-pull-requests #180](https://jclouds.ci.cloudbees.com/job/jclouds-pull-requests/180/) FAILURE
Looks like there's a problem with this pull request

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/127#issuecomment-23363014