adriancole
4a41e245f4
removed async api from ultradns-ws
2013-04-09 23:30:35 -07:00
adriancole
8c75a556db
addressed nits from issue #1453
2013-04-09 23:30:24 -07:00
adriancole
417c67102b
removed async api from dynect
2013-04-09 23:17:56 -07:00
adriancole
d853e4b9a8
removed async api from cloudloadbalancers
2013-04-09 23:17:49 -07:00
adriancole
696fd36aad
quarantined openstack api and providers that still use async code
2013-04-09 23:17:40 -07:00
adriancole
294807a103
Deprecated remaining code related to RestContext, RestApiMetadata, and RestClientModule for ApiContext, HttpApiMetadata, HttpApiModule
2013-04-09 23:17:03 -07:00
Adrian Cole
c23ea656c6
Merge pull request #1510 from jclouds/deprecate-async-1.6.x
...
Deprecate async 1.6.x
2013-04-09 22:42:07 -07:00
adriancole
28448d462b
deprecated blobstore interfaces that imply complex internal code
2013-04-09 16:56:04 -07:00
Adrian Cole
9db6177d37
Merge pull request #1507 from jclouds/listnodesdetails-1.6.x
...
Adding listNodesByIds across the board. (1.6.x)
2013-04-09 13:40:10 -07:00
adriancole
9d57af1c2e
deprecated all top-level Async apis and clients
2013-04-09 13:38:43 -07:00
adriancole
39f3dba5ef
moved all code off use of RestContext except CloudStackContext, which will use it until 1.7
2013-04-09 13:38:31 -07:00
adriancole
1eab85197d
refactored aws-s3 MPU test
2013-04-09 10:59:40 -07:00
Andrew Bayer
15046719eb
Adding listNodesByIds across the board.
...
Adding to both ListNodesStrategy and ComputeServiceAdapter. When
possible, does a query explicitly for the specified IDs. When not,
falls back on either listDetailsOnNodesMatching (for ListNodesStrategy
implementations and in BaseComputeService) or filters listNodes output
itself (in ComputeServiceAdapter).
2013-04-08 20:02:32 -07:00
adriancole
0d34d0729d
[maven-release-plugin] prepare for next development iteration
2013-04-03 18:25:58 -07:00
adriancole
985f3b5c0f
[maven-release-plugin] prepare release jclouds-1.6.0-rc.3
2013-04-03 18:25:57 -07:00
adriancole
bfd5b114d7
[maven-release-plugin] prepare for next development iteration
2013-03-25 20:50:05 -07:00
adriancole
db9d422a04
[maven-release-plugin] prepare release jclouds-1.6.0-rc.2
2013-03-25 20:50:04 -07:00
adriancole
d9fce149e3
made it possible to replace a value in the ultradns record builder
2013-03-25 17:54:19 -07:00
adriancole
3886731a6e
wrong values for SRVData keys in DynECT
2013-03-25 15:24:38 -07:00
adriancole
e85155aced
fixed bad assertion in delete rrpool in ultradns
2013-03-25 00:11:57 -07:00
adriancole
e5f41f0d1b
it is possible for an ultradns error to not include a message
2013-03-24 23:47:21 -07:00
adriancole
b93d1266e8
specify weight when adding pool record support in ultradns
2013-03-24 23:44:28 -07:00
adriancole
2a4198d217
update pool record support in ultradns
2013-03-24 23:43:41 -07:00
adriancole
ebcffdf85b
backfilled test that ensures login command on trmk sets content-length
2013-03-24 22:31:18 -07:00
adriancole
a27d11ddef
make error handling code in ultradns more readable
2013-03-24 15:52:27 -07:00
adriancole
308d460a8b
rewrote ultradns TrafficControllerPoolApiLiveTest to validate metadata such as dname and record ttl
2013-03-24 15:52:27 -07:00
adriancole
e5c78414d1
add ability to lookup traffic controller pool in ultradns by its dname
2013-03-24 15:52:27 -07:00
adriancole
1979b21a85
ultradns no longer throws an exception if you attempt to list zones of an unknown account
2013-03-24 15:52:27 -07:00
adriancole
7f0787c28f
renamed IDHandler in ultradns to TextHandler as it isn't limited to ids
2013-03-24 15:52:26 -07:00
adriancole
b629cd7053
added predicates to ultradns which simplify common queries for traffic controller resources by id
2013-03-24 15:52:26 -07:00
adriancole
f6a454b61b
added ability to get the specification of an ultradns pool record by id
2013-03-24 15:52:26 -07:00
adriancole
f40285223b
backfilled tests for case where traffic controller record in UltraDNS doesn't exist
2013-03-24 15:52:26 -07:00
adriancole
2c7934e705
create and delete traffic controller records in ultradns
2013-03-24 07:55:02 -07:00
adriancole
d5440c1e16
create and delete traffic controller pools in ultradns
2013-03-24 07:55:02 -07:00
adriancole
0c6b84aa10
refactored out common id parsing logic in ultradns
2013-03-24 07:55:02 -07:00
adriancole
bd0fc715d0
add ability to read ultradns traffic controller pool records
2013-03-23 17:14:04 -07:00
adriancole
5e48bae7ee
added base TrafficControllerPoolApi with list() implemented
2013-03-22 13:33:05 -07:00
adriancole
1b5ac0a562
azureblob does not support expires header
2013-03-22 11:48:56 -07:00
adriancole
1ed57c4833
add support for list records by name in dynect
2013-03-13 17:53:07 -07:00
adriancole
e2622b93d9
removed problematic record type mapping code
2013-03-11 22:13:44 -07:00
adriancole
084268e951
add SPF and SSHFP records to dynect
2013-03-11 20:43:55 -07:00
adriancole
2252451ab0
ultradns-ws: replaced usage of UnsignedInteger with int
2013-03-11 15:44:25 -07:00
adriancole
aeee6ceb31
dynect: replace usage of UnsignedInteger with int and fixed serialized form of rdata classes
2013-03-11 15:44:25 -07:00
Adrian Cole
3ec76d3072
[maven-release-plugin] prepare for next development iteration
2013-03-08 20:27:16 -08:00
Adrian Cole
1221795f36
[maven-release-plugin] prepare release jclouds-1.6.0-rc.1
2013-03-08 20:27:15 -08:00
adriancole
83a31e7692
unhook labs dependency from aws-ec2; to be re-enabled when issue #1400 is complete
2013-03-08 19:30:41 -08:00
adriancole
df346ade7e
promote dynect out of labs
2013-03-08 18:02:58 -08:00
adriancole
b1ad2148ee
promote ultradns-ws out of labs
2013-03-08 16:33:26 -08:00
adriancole
c31145e42e
[maven-release-plugin] prepare for next development iteration
2013-03-04 06:13:59 -08:00
adriancole
0eb3ee8091
[maven-release-plugin] prepare release jclouds-1.6.0-alpha.4
2013-03-04 06:13:57 -08:00