Commit Graph

7899 Commits

Author SHA1 Message Date
Everett Toews bff3c73b98 Merge pull request #1481 from rackspace/1.6.x
Renamed Rackspace Cloud Load Balanacer domain objects with verb first.
2013-04-02 11:27:12 -07:00
Everett Toews 782c99d17c Renamed Rackspace Cloud Load Balanacer domain objects with verb first. 2013-04-01 18:46:39 -05:00
Everett Toews fc49cb267b Merge pull request #1479 from rackspace/1.6.x
Renamed classes that create and update to be consistent with other Rackspace APIs.
2013-04-01 16:45:35 -07:00
Everett Toews 3a40d31c67 Renamed classes that create and update to be consistent with other Rackspace APIs. 2013-04-01 15:19:42 -05:00
Everett Toews 5b6e92f5db Merge pull request #1477 from rackspace/1.6.x
Moved CloudIdentityFallbacks to src instead of test.
2013-04-01 13:12:08 -07:00
Matt Stephenson cff2ea48a1 Merge pull request #1476 from maginatics/clear-container-parameterize-max-errors-1.6.x
Parameterize max errors for clear container
2013-04-01 11:07:57 -07:00
Andrew Gaul 4d7d68ad87 Parameterize max errors for clear container
Also use setter injection for max request time.
2013-04-01 10:58:54 -07:00
Everett Toews 260a3b0200 Moved CloudIdentityFallbacks to src instead of test. 2013-04-01 10:42:09 -05: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
Everett Toews 72d910dd4c PaginatedCollection for Rackspace style pagination. 2013-03-25 12:45:42 -07:00
adriancole 458426b065 added nullable to nullable parameter 2013-03-25 11:21:30 -07:00
adriancole cbe8842e28 corrected map binder for terremark so that it is compatible w/ jclouds 1.6 2013-03-25 11:21:30 -07:00
adriancole e5c1c45ed2 it is possible that for access control reasons, templates in trmk can be null 2013-03-25 09:05:15 -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 491cfff2e5 added missing annotation for trmk provides method 2013-03-24 22:31:17 -07:00
adriancole 778bd6c98f HttpUrlConnection reverts Content-Length=0 on POST unless doOutput is set to true 2013-03-24 22:31:17 -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 9e9e0b6ce5 add ability to reset as opposed to always append to ResourceRecordSet.values 2013-03-22 15:57:01 -07:00
zack-shoylev 4441422df8 Fixes running maven tests on windows. The tests and the private key
builder code were not all properly using
System.getProperty("line.separator") and were instead in some cases just
using "\n"

lineSeparator variable shortened
jclouds formatting applied

reverts and refixes formatting changes

This should fix some missing changes
2013-03-22 15:18:44 -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
Dies Koper db58f85b41 add PROPERTY_PROXY_FOR_SOCKETS constant to allow ssh connections to bypass HTTP proxies 2013-03-22 11:47:48 -07:00
Andrew Gaul 1a42bb9fa1 Update .mailmap 2013-03-22 11:43:40 -07:00
adriancole 30814079f8 corrected serialization bug in weighted route53 rrsets and backfilled missing tests 2013-03-22 09:28:19 -07:00
Andrew Gaul 1dc0965b20 Merge pull request #1432 from maginatics/guava-14.0.1-1.6.x
Upgrade to Guava 14.0.1
2013-03-18 05:10:15 -07:00
Andrew Gaul d56cbd67df Upgrade to Guava 14.0.1
Release notes:
https://code.google.com/p/guava-libraries/wiki/Release14
2013-03-17 21:56:11 -07:00
Andrew Gaul a4bf90cb62 Merge pull request #1430 from maginatics/keystone-1.1-correct-auth-timeout-1.6.x
Correct Keystone 1.1 authentication token timeout
2013-03-17 18:05:59 -07:00
Andrew Gaul d72ea8a9e8 Correct Keystone 1.1 authentication token timeout
We should renew after 30 minutes, not 30 hours.
2013-03-17 16:29:21 -07:00
adriancole 6cef2c7984 correct order of List<Byte> gson registration and filled missing test 2013-03-14 09:50:30 -07:00
adriancole d0240f38f9 add support for list recordsets by name in route53 2013-03-13 18:22:49 -07:00
adriancole 1ed57c4833 add support for list records by name in dynect 2013-03-13 17:53:07 -07:00
adriancole 5cc15b4f9b make it possible to deserialize into ctors that have immutable collection parameters 2013-03-13 13:03:18 -07:00