Commit Graph

7910 Commits

Author SHA1 Message Date
adriancole 83ddeb10ab added ability to get the specification of an ultradns pool record by id 2013-03-24 15:09:47 -07:00
adriancole 179a0ea30a backfilled tests for case where traffic controller record in UltraDNS doesn't exist 2013-03-24 10:38:30 -07:00
Adrian Cole 9555e552a0 Merge pull request #1452 from jclouds/ultradns-tcpool-createdelete
UltraDNS tcpool create|delete
2013-03-24 07:54:16 -07:00
adriancole eb1d4710ec create and delete traffic controller records in ultradns 2013-03-23 18:49:43 -07:00
adriancole a329feee7c create and delete traffic controller pools in ultradns 2013-03-23 17:17:38 -07:00
adriancole e3f51bd030 refactored out common id parsing logic in ultradns 2013-03-23 17:16:27 -07:00
Adrian Cole 4267c55745 Merge pull request #1451 from jclouds/ultradns-tcpoolrecord-list
add ability to read ultradns traffic controller pool records
2013-03-23 17:13:26 -07:00
adriancole 7bd8082106 add ability to read ultradns traffic controller pool records 2013-03-23 16:48:05 -07:00
Adrian Cole 7e285bcb4b Merge pull request #1450 from jclouds/route53-rrset-values
route53: ResourceRecordSet.Builder.values
2013-03-22 15:56:46 -07:00
Adrian Cole 254aafb157 Merge pull request #1449 from zack-shoylev/windows-fix
Fixes running maven tests on windows.
2013-03-22 15:18:26 -07:00
adriancole 2095ef5973 add ability to reset as opposed to always append to ResourceRecordSet.values 2013-03-22 15:16:48 -07:00
zack-shoylev b19b4d701a 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 21:15:56 +00:00
Adrian Cole a8bb4a8b46 Merge pull request #1447 from jclouds/ultradns-tcpool-list
added base TrafficControllerPoolApi with list() implemented
2013-03-22 13:32:40 -07:00
adriancole 7dde2dd105 added base TrafficControllerPoolApi with list() implemented 2013-03-22 12:53:11 -07:00
adriancole e7bdfa65f9 fixed bad assertion in delete rrpool in ultradns 2013-03-22 11:24:48 -07:00
Adrian Cole c76c599f77 Merge pull request #1446 from jclouds/route53-weighted
fix bug in route53 weighted rrsets
2013-03-22 09:27:39 -07:00
adriancole 6b931eeb25 corrected serialization bug in weighted route53 rrsets and backfilled missing tests 2013-03-22 08:44:56 -07:00
Matt Stephenson 1713e9f102 Fix missing final keyword for private member variables in cloudloadbalancers api. 2013-03-21 16:06:29 -07:00
Adrian Cole 075900848f Merge pull request #1443 from jclouds/azure-no-expiry
azureblob does not support expires header
2013-03-21 10:09:37 -07:00
adriancole 0c09140f54 azureblob does not support expires header 2013-03-21 09:07:23 -07:00
Matt Stephenson fc9c484126 Merge pull request #1437 from dkoper/master
add option to allow ssh to bypass HTTP proxy
2013-03-19 08:04:28 -07:00
Dies Koper 7a5cc9e2af add PROPERTY_PROXY_FOR_SOCKETS constant to allow ssh connections to bypass HTTP proxies 2013-03-19 18:16:05 +11:00
Everett Toews e93b79d145 Merge pull request #1436 from rackspace/rax-clb-verb-first-rename
Renamed Rackspace Cloud Load Balanacer domain objects with verb first.
2013-03-18 16:29:23 -07:00
Everett Toews d8b82401ea Renamed Rackspace Cloud Load Balanacer domain objects with verb first. 2013-03-18 16:55:53 -05:00
Andrew Gaul 3d6a2a634f Merge pull request #1433 from maginatics/mailmap
Update .mailmap
2013-03-17 21:58:24 -07:00
Andrew Gaul 6d67578108 Update .mailmap 2013-03-17 21:57:52 -07:00
Andrew Gaul 6e9d278edc Merge pull request #1427 from maginatics/guava-14.0.1
Upgrade to Guava 14.0.1
2013-03-17 21:56:46 -07:00
Andrew Gaul ee73882089 Merge pull request #1429 from maginatics/keystone-1.1-correct-auth-timeout
Correct Keystone 1.1 authentication token timeout
2013-03-17 17:50:51 -07:00
Andrew Gaul c3542f9d12 Correct Keystone 1.1 authentication token timeout
We should renew after 30 minutes, not 30 hours.
2013-03-17 16:27:31 -07:00
Andrew Gaul 9132c7880c Upgrade to Guava 14.0.1
Release notes:
https://code.google.com/p/guava-libraries/wiki/Release14
2013-03-15 21:20:23 -07:00
Adrian Cole 5cdd8e3623 Merge pull request #1425 from jclouds/json-bytelist
correct order of List<Byte> gson registration and filled missing test
2013-03-14 10:37:14 -07:00
adriancole 6f9794dedb correct order of List<Byte> gson registration and filled missing test 2013-03-14 09:44:28 -07:00
Adrian Cole 97a76c2ab4 Merge pull request #1424 from maginatics/xlint
Address Xlint warnings
2013-03-14 00:24:55 -07:00
Andrew Gaul 371db8d18f Address Xlint warnings 2013-03-13 22:23:19 -07:00
Adrian Cole 2e1cc3c281 Merge pull request #1423 from jclouds/route53-list-name
add support for list recordsets by name in route53
2013-03-13 18:21:44 -07:00
Adrian Cole 168121f9b3 Merge pull request #1422 from maginatics/filebackedoutputstream-reset
Call FileBackedOutputStream.reset on InputStream.close
2013-03-13 18:21:22 -07:00
Adrian Cole 9dc73a98e4 Merge pull request #1421 from jclouds/dynect-list-name
add support for list records by name in dynect
2013-03-13 17:52:34 -07:00
Adrian Cole 4739636cf9 Merge pull request #1419 from rackspace/rax-clb-rename
Renamed classes that create and update to be consistent with other Rackspace APIs.
2013-03-13 17:30:25 -07:00
adriancole ac09111dca add support for list recordsets by name in route53 2013-03-13 17:28:53 -07:00
adriancole 77d15933b5 add support for list records by name in dynect 2013-03-13 17:11:54 -07:00
Everett Toews 159b983a4b Renamed classes that create and update to be consistent with other Rackspace APIs. 2013-03-13 15:51:13 -05:00
Adrian Cole cbc175ec84 Merge pull request #1418 from jclouds/allow-immutable-ctors
immutable collection ctor params
2013-03-13 13:03:00 -07:00
Adrian Cole 61e5d6e918 Merge pull request #1415 from maginatics/reduce-keystone-auth-renewal
Reduce Keystone 1.1 auth token renewal timer
2013-03-13 12:30:54 -07:00
Adrian Cole 22202013db Merge pull request #1416 from maginatics/memorize-swift-tempurl-keys
Memoize Swift TempURL keys
2013-03-13 12:29:36 -07:00
adriancole ef2718629f make it possible to deserialize into ctors that have immutable collection parameters 2013-03-13 12:22:41 -07:00
Andrew Gaul 917c03c7bf Memoize Swift TempURL keys
This avoids a round-trip to the server for every signed URL.
2013-03-13 11:59:34 -07:00
Adrian Cole 7596205774 Merge pull request #1417 from jclouds/handle-absent-optionals
pass absent instead of null to ctor parameters of type Optional
2013-03-13 11:53:29 -07:00
adriancole 8932e9fd81 pass absent instead of null to ctor parameters of type Optional 2013-03-13 11:07:17 -07:00
Andrew Gaul 2d44332559 Call FileBackedOutputStream.reset on InputStream.close
This ensures that we delete temporary files created by Wire logging.
2013-03-13 10:43:41 -07:00
Andrew Gaul ce3047517f Allow configuration of session renewal.
Also set default timeout to 30 minutes.  This works around a situation
where we used an expired token.  I saw symptoms where CloudFiles
temporary signed URLs worked for hours 0-23, renewed the token, worked
for hours 23-24, then failed for hours 24-46.  The cycle then repeats.
2013-03-12 21:40:34 -07:00