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
Adrian Cole
e27d37d2c7
Merge pull request #1413 from jclouds/fix_streaming
...
fix issue #1409 : regression where we broke streaming payloads
2013-03-12 12:41:37 -07:00
adriancole
92bfb8224f
fix issue #1409 : regression where we broke streaming payloads
2013-03-12 11:35:31 -07:00
Adrian Cole
10827445f7
Merge pull request #1412 from jclouds/ultradns-remove_recordmap
...
removed problematic record type mapping code
2013-03-11 22:13:21 -07:00
Adrian Cole
ac5d571b59
Merge pull request #1411 from jclouds/dynect_spf_and_sshfp
...
add SPF and SSHFP records to dynect
2013-03-11 20:40:58 -07:00
adriancole
75315c8a28
removed problematic record type mapping code
2013-03-11 20:35:35 -07:00
adriancole
e182497c5c
add SPF and SSHFP records to dynect
2013-03-11 20:03:18 -07:00
Adrian Cole
d3bb6d6e69
Merge pull request #1406 from maginatics/null-http-response
...
Annotate possibly null return value
2013-03-11 15:47:24 -07:00
Adrian Cole
e1b3ded0d0
Merge pull request #1408 from maginatics/null-payload
...
Annotate possibly null return value
2013-03-11 15:46:23 -07:00
Adrian Cole
9b23141ba4
Merge pull request #1410 from jclouds/dns-un-unsignedint
...
DNS un-unsignedint
2013-03-11 15:42:50 -07:00
adriancole
a95e42d180
ultradns-ws: replaced usage of UnsignedInteger with int
2013-03-11 14:56:37 -07:00
adriancole
971a82098e
dynect: replace usage of UnsignedInteger with int and fixed serialized form of rdata classes
2013-03-11 14:56:33 -07:00
adriancole
fb4248eef7
route53: replace usage of UnsignedInteger with int and corrected default ttl to 300
2013-03-11 14:56:27 -07:00
Andrew Gaul
395116ebf1
Annotate possibly null return value
2013-03-10 15:59:19 -07:00
Andrew Gaul
5a69e01cfd
Annotate possibly null return value
2013-03-10 15:43:49 -07:00
Adrian Cole
9937e29cb8
Merge pull request #1405 from jclouds/remove-labs
...
issue #1401 : labs is now at https://github.com/jclouds/jclouds-labs
2013-03-10 10:24:31 -07:00
Adrian Cole
0fab297e0c
issue #1401 : labs is now at https://github.com/jclouds/jclouds-labs
2013-03-10 09:35:06 -07:00
Adrian Cole
bd0f44fb74
Merge pull request #1404 from jclouds/update-issue-link
...
Updating issue site from Google Code to GitHub
2013-03-09 18:19:35 -08:00
Andrew Phillips
cce2085eaa
Formatting in the project POM
2013-03-09 20:35:49 -05:00
Andrew Phillips
668c41f2bc
Updating issue site from Google Code to GitHub
2013-03-09 20:34:53 -05:00
Adrian Cole
5036cf1997
Merge pull request #1403 from jclouds/separate-labs-versions
...
Separating labs version from jclouds version
2013-03-09 17:17:24 -08:00
Andrew Phillips
5f4fddbe5c
Merge pull request #1402 from jclouds/remove-unused-file
...
Removed file committed by mistake (?)
2013-03-09 15:18:27 -08:00
Andrew Phillips
08b77ccd81
Separating labs version from jclouds version
2013-03-09 17:44:45 -05:00
Andrew Phillips
7620699a46
Removed file committed by mistake (?)
2013-03-09 14:26:41 -05:00
Adrian Cole
fb69ae0fa9
bump master to 1.7.0-SNAPSHOT
2013-03-08 23:02:40 -08:00
Adrian Cole
009109381f
Merge pull request #1366 from dralves/gce-compute
...
gce - compute abstraction
2013-03-08 21:48:23 -08:00
David Ribeiro Alves
413d64f60f
gce-compute -
...
- addressed reviewer changes
- increased test coverage
- addressed resource leak
- updated README
2013-03-08 23:45:34 -06:00
Adrian Cole
d4a3c66e3c
Merge pull request #1401 from jclouds/unhook-labs
...
Unhook labs from the default build
2013-03-08 20:06:06 -08:00