Commit Graph

8152 Commits

Author SHA1 Message Date
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
adriancole 6b14bec945 ultradns no longer throws an exception if you attempt to list zones of an unknown account 2013-03-24 15:09:53 -07:00
adriancole bc52b54945 renamed IDHandler in ultradns to TextHandler as it isn't limited to ids 2013-03-24 15:09:53 -07:00
adriancole 818a6f2c6f added predicates to ultradns which simplify common queries for traffic controller resources by id 2013-03-24 15:09:53 -07:00
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