Commit Graph

8036 Commits

Author SHA1 Message Date
Jeremy Whitlock e4905799c2 Complete CloudWatch API by adding Alarm APIs. 2013-04-23 19:18:45 -06:00
Adrian Cole 630d4cf57e Merge pull request #1554 from jclouds/issue-1492
fix issue #1492: invalidate dynect session on ip mismatch
2013-04-21 22:51:08 -07:00
adriancole 6eaf0830db fix issue #1492: invalidate dynect session on ip mismatch 2013-04-21 22:50:32 -07:00
Adrian Cole 8d1535a804 Merge pull request #1551 from jclouds/fqdn-order-dynect
fixed order of zone and fqdn in dynect
2013-04-18 16:09:15 -07:00
adriancole 7f6929b623 fixed order of zone and fqdn in dynect 2013-04-18 15:04:22 -07:00
Adrian Cole 85e815a743 Merge pull request #1548 from jclouds/dynect-geo-read
added geo read-only commands to dynect
2013-04-18 08:15:46 -07:00
adriancole 160fa9527b added geo read-only commands to dynect 2013-04-18 07:49:24 -07:00
Adrian Cole 04a9d8674f Merge pull request #1546 from jclouds/ultra-geo-write
added code and tests for geo-based write ops in ultradns
2013-04-17 22:53:33 -07:00
adriancole 0d4e488a95 added code and tests for geo-based write ops in ultradns 2013-04-17 22:09:04 -07:00
Adrian Cole 47f6801612 Merge pull request #1544 from maginatics/checkstyle
Address Checkstyle violations
2013-04-17 17:05:28 -07:00
Andrew Gaul fff2fa6e05 Address Checkstyle violations
This commit requires temporarily disabling some checks.
2013-04-17 16:21:21 -07:00
Adrian Cole ae3cafdeef Merge pull request #1541 from jclouds/cleanup-ultra
Cleanup ultra
2013-04-16 11:49:15 -07:00
adriancole 8773cda5c7 cleanup naming convention differences across ultradns apis 2013-04-16 11:47:41 -07:00
Adrian Cole cee3daea80 Merge pull request #1539 from jclouds/ultradns-remove-extra-types
remove extra types in ultradns
2013-04-15 12:04:02 -07:00
adriancole 8c18f3ba1b converted RegionToTerritories to a multimap and normalized use of IdAndName 2013-04-15 11:05:11 -07:00
Adrian Cole 25a0b73436 Merge pull request #1537 from jclouds/directional-fix
corrected argument order on DirectionalRecordDetail of ultradns
2013-04-13 20:21:01 -07:00
adriancole a8ca5466ef corrected argument order on DirectionalRecordDetail of ultradns 2013-04-13 17:50:50 -07:00
Adrian Cole d316549d64 Merge pull request #1535 from maginatics/remove-duplicate-utils-getters
Remove duplicate Utils getters
2013-04-12 17:32:06 -07:00
Andrew Gaul 04fad88fd3 Remove duplicate Utils getters
Rename callers as required.
2013-04-12 16:24:37 -07:00
Adrian Cole 6031400fb6 Merge pull request #1533 from maginatics/deprecate-executor-service-getters
Deprecate ExecutorService getters
2013-04-12 14:48:22 -07:00
Andrew Gaul 4037585e42 Deprecate ExecutorService getters 2013-04-12 14:08:52 -07:00
Everett Toews f81d292f81 Merge pull request #1531 from rackspace/rax-cs-and-clb-uris
Make the URI of Servers and Load Balancers available.
2013-04-11 16:23:50 -07:00
Everett Toews f3586bec30 Make the URI of Servers and Load Balancers available. 2013-04-11 17:39:16 -05:00
Adrian Cole 57b09d71f4 Merge pull request #1500 from rackspace/openstack-reddwarf-pr
Identity support for openstack-reddwarf
2013-04-10 14:58:43 -07:00
Zack Shoylev 068a8a77b0 Identity support for openstack-reddwarf
Adds basic plumbing that will allow adding support for openstack-reddwarf and rackspace clouddatabases as per https://github.com/jclouds/jclouds/issues/1475
2013-04-10 16:44:57 -05:00
Adrian Cole 610be86d74 Merge pull request #1498 from jclouds/ultradns-directional-readonly
Ultradns directional readonly
2013-04-10 12:19:27 -07:00
adriancole dd11ab1d0e fixed toString on ultra domain objects 2013-04-10 11:43:07 -07:00
adriancole 4130db4f43 added ability to read directional groups in ultradns 2013-04-10 11:43:04 -07:00
adriancole ec439c65b7 added ability to read directional pools and records in ultradns 2013-04-10 11:43:03 -07:00
adriancole 0abfaf5184 added ability to read the regions available in ultradns 2013-04-10 11:43:03 -07:00
Adrian Cole aced6522a9 Merge pull request #1520 from jclouds/concurrent-lenient
be more lenient with time-based tests as buildhive hosts are slow
2013-04-10 10:09:18 -07:00
Adrian Cole 25ca0838aa Merge pull request #1519 from jclouds/missing-mapped
rename bindMappedApi -> bindSyncToAsyncApi
2013-04-10 10:05:04 -07:00
adriancole e98b7f91aa be more lenient with time-based tests as buildhive hosts are slow 2013-04-10 09:55:10 -07:00
adriancole fbe9f945e7 rename bindMappedApi -> bindSyncToAsyncApi 2013-04-10 08:57:32 -07:00
Adrian Cole df258a49d4 Merge pull request #1518 from jclouds/async-nits
Async nits from issue #1511
2013-04-10 08:24:17 -07:00
adriancole 7db3af1b1e renamed ignored exception to ignored 2013-04-10 08:15:57 -07:00
adriancole 5bc0678a1c naming convention and warning feedback from issue #1511 2013-04-10 08:13:13 -07:00
adriancole 32c0acdb23 added javadoc to FormSigningModule 2013-04-10 08:12:30 -07:00
Adrian Cole ebc574d378 Merge pull request #1517 from jclouds/fix-java7-empty-put-test
Fixing S3ClientMockTest hanging on Java 7 since 843ed57
2013-04-10 07:03:58 -07:00
Andrew Phillips 282f3e2a37 Trying to get the test to *pass* now 2013-04-10 13:04:44 +02:00
Andrew Phillips 52301e0a86 Fixing S3ClientMockTest hanging on Java 7 since 843ed57 2013-04-10 12:03:34 +02:00
Adrian Cole 3c34aeb112 Merge pull request #1514 from jclouds/use-more-constants
use more constants in tests
2013-04-09 23:33:01 -07:00
Adrian Cole 0b9eedbc06 Merge pull request #1511 from jclouds/async-is-an-option
remove requirement to support AsyncApi
2013-04-09 23:10:56 -07:00
adriancole 2e64f3e156 removed async api from ultradns-ws 2013-04-09 22:59:29 -07:00
adriancole 7e0c4cfb00 removed async api from dynect 2013-04-09 22:35:05 -07:00
adriancole d1af582ed0 removed async api from cloudloadbalancers 2013-04-09 22:07:55 -07:00
adriancole 6afb0dc6b9 quarantined openstack api and providers that still use async code 2013-04-09 22:07:55 -07:00
adriancole 210250f63f decoupled code that requires async apis from cloud identity 2013-04-09 22:07:54 -07:00
adriancole e613c95eb9 decoupled code that requires async apis from keystone 2013-04-09 22:07:54 -07:00
adriancole dce0ecd889 migrated sts and route53 entirely off deprecated async interfaces 2013-04-09 22:07:45 -07:00