Ignasi Barrera
eaff39c78e
Merge pull request #1487 from nacx/statement-builders
...
Enforce the use of builders in Ruby and Chef statements
2013-04-04 23:39:52 -07:00
Adrian Cole
c826b5044d
Merge pull request #1495 from iocanel/fix-test
...
Add @Inject to the Compute class.
2013-04-04 16:54:39 -07:00
Ioannis Canellos
a03d4183ae
Add @Inject to the Compute class.
2013-04-05 01:51:43 +03:00
Adrian Cole
3e9c3dc6e6
Merge pull request #1490 from maginatics/do-slice-string-cast
...
Cast String Payloads to String
2013-04-03 17:56:45 -07:00
Adrian Cole
0f1675cc18
Merge pull request #1489 from maginatics/remove-input-suppliers
...
Remove InputSuppliers.of(String)
2013-04-03 17:55:25 -07:00
Adrian Cole
0b616fd81a
Merge pull request #1464 from aplowe/master
...
cloudstack: adding support for create volume from a custom disk offering
2013-04-03 17:21:38 -07:00
Adrian Cole
366a728b08
Merge pull request #1480 from maginatics/http-put-zero-content-length
...
Emit Content-Length: 0 for empty PUTs
2013-04-03 17:21:20 -07:00
Andrew Gaul
be1da2501e
Remove InputSuppliers.of(String)
...
Callers rarely want this functionality and should call
ByteStreams.newInputStreamSupplier when they do.
2013-04-03 15:52:43 -07:00
Andrew Gaul
10d29f5ef2
Cast String Payloads to String
2013-04-03 15:51:44 -07:00
Adrian Cole
d938349229
Merge pull request #1488 from maginatics/remove-input-suppliers-of-input-stream
...
Remove InputSuppliers.of(InputStream)
2013-04-03 15:39:58 -07:00
Andrew Gaul
648e6c2a8a
Remove InputSuppliers.of(InputStream)
...
This method breaks the contract of an InputSupplier since every call
to getInput returns the same InputStream instance. This is
particularly dangerous when one of the callers mutates or closes the
InputStream which causes all others callers to fail.
2013-04-03 13:19:42 -07:00
Andrew Phillips
6f63d336fc
Merge pull request #1471 from jclouds/dont-make-core-java-accessible
...
Not making methods of core Java classes accessible in Reflection2
2013-04-03 11:51:13 -07:00
Ignasi Barrera
89e04c2342
Enforce the use of builders in Ruby and Chef statements
2013-04-03 10:27:46 +02:00
Everett Toews
1760b401b1
Merge pull request #1485 from rackspace/rax-clb-fixup
...
Fixed pluralization, Javadoc, Nullable, and static import stuff.
2013-04-02 19:59:10 -07:00
Everett Toews
51a73e76dc
Fixed pluralization, Javadoc, Nullable, and static import stuff.
2013-04-02 20:11:44 -05:00
Adam Lowe
e364b41805
cloudstack: adding support for create volume from a custom disk offering
2013-04-02 13:29:30 +01:00
Andrew Gaul
843ed57c8a
Emit Content-Length: 0 for empty PUTs
...
HttpUrlConnection reverts Content-Length: 0 on PUT without
doOutput(true), similar to POST. This commit allows Azure container
create to succeed. Closes #1420 .
2013-04-01 13:42:59 -07:00
Matt Stephenson
f0a1054958
Merge pull request #1442 from maginatics/clear-container-parameterize-max-errors
...
Parameterize max errors for clear container
2013-04-01 10:52:19 -07:00
Andrew Phillips
db4e4af931
Not making methods of core Java classes accessible in Reflection2
2013-03-30 17:00:43 -04:00
Andrew Gaul
15f4d041b4
Parameterize max errors for clear container
...
Also use setter injection for max request time.
2013-03-29 13:36:57 -07:00
Matt Stephenson
acc8949660
Merge pull request #1472 from maginatics/mailmap
...
Update .mailmap
2013-03-29 11:17:39 -07:00
Matt Stephenson
347a03fccc
Merge pull request #1467 from maginatics/http-async-client-javadoc
...
Correct HttpAsyncClient.put Javadoc
2013-03-29 11:13:18 -07:00
Andrew Gaul
633264a7ac
Update .mailmap
2013-03-28 19:12:28 -07:00
Everett Toews
e0b441f778
Merge pull request #1468 from rackspace/rax-mv-cloudidentity-fallbacks
...
Moved CloudIdentityFallbacks to main instead of test.
2013-03-28 06:52:08 -07:00
Everett Toews
67745b5ef9
Moved CloudIdentityFallbacks to src instead of test.
2013-03-27 16:10:28 -05:00
Andrew Gaul
eb2a9b6ed5
Correct HttpAsyncClient.put Javadoc
2013-03-27 12:44:29 -07:00
Adrian Cole
3aae5c2340
Merge pull request #1462 from jclouds/ultradns-rr-builder
...
made it possible to replace a value in the ultradns record builder
2013-03-25 17:52:20 -07:00
adriancole
a92cd40806
made it possible to replace a value in the ultradns record builder
2013-03-25 17:19:58 -07:00
Adrian Cole
d8b227085c
Merge pull request #1461 from jclouds/dynect-wrongkeys
...
wrong values for SRVData keys in DynECT
2013-03-25 15:23:02 -07:00
adriancole
3be95807c2
wrong values for SRVData keys in DynECT
2013-03-25 14:36:29 -07:00
Adrian Cole
b943a8c19f
Merge pull request #1460 from rackspace/rax-pagination
...
PaginatedCollection for Rackspace style pagination.
2013-03-25 12:45:11 -07:00
Everett Toews
870c7d8450
PaginatedCollection for Rackspace style pagination.
2013-03-25 14:22:32 -05:00
Adrian Cole
db24e1525a
Merge pull request #1459 from jclouds/trmk-taskslist
...
corrected map binder for terremark so that it is compatible w/ jclouds 1.6
2013-03-25 10:50:28 -07:00
adriancole
29d5eb37db
added nullable to nullable parameter
2013-03-25 10:45:53 -07:00
adriancole
d4422e1ff5
corrected map binder for terremark so that it is compatible w/ jclouds 1.6
2013-03-25 09:17:24 -07:00
Adrian Cole
de108293c7
Merge pull request #1458 from jclouds/null-trmk-templates
...
don't fail horribly on null trmk templates
2013-03-25 09:04:10 -07:00
adriancole
ef2131cba0
it is possible that for access control reasons, templates in trmk can be null
2013-03-25 08:28:54 -07:00
Adrian Cole
420f332a08
Merge pull request #1454 from jclouds/ultradns-tcpool-recordupdate
...
update pool record support in ultradns
2013-03-24 23:35:04 -07:00
adriancole
16b43b08db
it is possible for an ultradns error to not include a message
2013-03-24 22:35:28 -07:00
Adrian Cole
8e21cdf06e
Merge pull request #1455 from jclouds/fix-trmk
...
Fix trmk
2013-03-24 22:30:34 -07:00
adriancole
6ab744d674
addressed nits from issue #1453
2013-03-24 22:06:59 -07:00
adriancole
d7221dc9fc
specify weight when adding pool record support in ultradns
2013-03-24 22:06:55 -07:00
adriancole
f669ed136e
backfilled test that ensures login command on trmk sets content-length
2013-03-24 21:09:30 -07:00
adriancole
2334d824be
added missing annotation for trmk provides method
2013-03-24 20:58:50 -07:00
adriancole
cd79a9d876
HttpUrlConnection reverts Content-Length=0 on POST unless doOutput is set to true
2013-03-24 20:58:29 -07:00
adriancole
d9572151ae
update pool record support in ultradns
2013-03-24 16:04:39 -07:00
Adrian Cole
a7dc94ea77
Merge pull request #1453 from jclouds/ultradns-tcpool-hardening
...
Ultradns tcpool hardening
2013-03-24 15:48:47 -07:00
adriancole
30a0bf7657
make error handling code in ultradns more readable
2013-03-24 15:12:24 -07:00
adriancole
43b2065947
rewrote ultradns TrafficControllerPoolApiLiveTest to validate metadata such as dname and record ttl
2013-03-24 15:10:19 -07:00
adriancole
5549eddf92
add ability to lookup traffic controller pool in ultradns by its dname
2013-03-24 15:09:53 -07:00