Adrian Cole
75bde84898
Merge pull request #1299 from jclouds/issue1184-joyent
...
command names for joyent
2013-02-04 11:07:25 -08:00
Adrian Cole
16cfdba353
Merge pull request #1298 from jclouds/issue1184-jenkins
...
command names for jenkins
2013-02-04 11:07:00 -08:00
adriancole
7acc304590
issue #1184 command names for joyent
2013-02-04 08:59:24 -08:00
adriancole
1febc6b19e
issue #1184 command names for jenkins
2013-02-04 08:50:42 -08:00
adriancole
756e7724ef
typo
2013-02-04 07:24:18 -08:00
Adrian Cole
d1088cd958
Merge pull request #1295 from jclouds/issue1184-swift
...
normalize command names for all swift derivatives
2013-02-03 15:48:48 -08:00
Adrian Cole
e6ae5113db
Merge pull request #1296 from jclouds/issue1184-cloudstack
...
command names for cloudstack
2013-02-03 13:53:50 -08:00
adriancole
1bcf73197d
issue #1184 command names for cloudstack
2013-02-03 13:03:46 -08:00
adriancole
f3f4dc9f2a
issue #1184 normalize command names for all swift derivatives
2013-02-03 12:05:20 -08:00
Adrian Cole
82c9d709b6
Merge pull request #1292 from jclouds/issue1184-atmos
...
add named for Atmos commands
2013-02-03 09:29:59 -08:00
Adrian Cole
8d8cba3973
Merge pull request #1293 from jclouds/issue1184-azure
...
add named for Azure commands
2013-02-03 09:28:16 -08:00
adriancole
c517fad22d
issue #1184 add named for Azure commands
2013-02-02 18:46:48 -08:00
adriancole
8c327f036b
issue 1184 add named for Atmos commands
2013-02-02 18:12:49 -08:00
adriancole
267069755e
[maven-release-plugin] prepare for next development iteration
2013-02-02 08:41:53 -08:00
adriancole
7c924b312f
[maven-release-plugin] prepare release jclouds-1.6.0-alpha.1
2013-02-02 08:41:51 -08:00
Adrian Cole
0c1432d88c
Merge pull request #1290 from jclouds/issue1289
...
bug in zero length put
2013-02-01 16:06:10 -08:00
adriancole
865005afd9
fix issue #1289 bug in zero length put
2013-02-01 15:09:31 -08:00
Adrian Cole
adf9cd5802
Merge pull request #1288 from jclouds/dynect-zones
...
add session management filter and read-only zone support to dynect
2013-02-01 14:44:00 -08:00
adriancole
23997ce505
add session management filter and read-only zone support to dynect
2013-02-01 13:39:12 -08:00
Ryan Stradling
5e01907a2f
Fixed issue with list os-families on joyent specifically smart-os ones
...
The code was checking if the third option of the urn sdc:sdc:percona which was incorrect for some os types. This has been fixed
2013-02-01 13:37:57 -08:00
Adrian Cole
567d962718
Merge pull request #1285 from jclouds/update-route53-project-name
...
Updating route53 project name: jcloud route53 -> jclouds route53
2013-02-01 03:37:31 -08:00
Andrew Phillips
52cc00bf92
Updating route53 project name: jcloud route53 -> jclouds route53
2013-02-01 02:08:20 -05:00
Adrian Cole
6e4a772d75
Merge pull request #1281 from jclouds/bouncycastle-1.46
...
rollback bouncycastle 1.47 as we aren't using it and it causes havok in maven
2013-01-31 19:42:56 -08:00
Adrian Cole
ecbf2b1808
rollback bouncycastle 1.47 as we aren't using it and it causes havok in maven
2013-01-31 18:54:24 -08:00
Adrian Cole
95add25125
Merge pull request #1279 from jclouds/get-becomes-post
...
worked around issue where GET can become POST
2013-01-31 18:10:37 -08:00
adriancole
ece2c962a0
worked around issue where GET can become POST
2013-01-31 17:43:49 -08:00
Adrian Cole
961ab8e26c
Merge pull request #1278 from jclouds/nova-without-adminpass
...
fix issue #1277 some nova installs do not generate passwords
2013-01-31 17:31:15 -08:00
adriancole
e85b7b7cc8
fix issue #1277 some nova installs do not generate passwords
2013-01-31 13:56:39 -08:00
Adrian Cole
bdc2fb3a1e
Merge pull request #1276 from jclouds/issue1263
...
stop joyent nodes before deleting them
2013-01-31 12:35:24 -08:00
Adrian Cole
8a193fc8b6
fix issue #1263 stop before deleting joyent servers
2013-01-31 11:56:06 -08:00
Adrian Cole
6a80aa4313
unwrap UncheckedExecutionException
2013-01-31 11:55:36 -08:00
Adrian Cole
f804932623
Merge pull request #1275 from jclouds/issue1264
...
parse smartos in joyent
2013-01-31 11:42:10 -08:00
Adrian Cole
d9f11821b2
fix issue #1264 parse smartos in joyent
2013-01-31 11:04:15 -08:00
Adrian Cole
e5336187da
Merge pull request #1273 from jclouds/promote-route53
...
issue #1165 promote route53 out of labs
2013-01-31 10:59:06 -08:00
Adrian Cole
74ee087c3b
issue #1165 promote route53 out of labs
2013-01-31 10:16:51 -08:00
Adrian Cole
51b518765b
Merge pull request #1271 from richardcloudsoft/cloudstack-req-sign-1.6
...
Fix CloudStack URL signing for fields with [ chars
2013-01-31 07:46:34 -08:00
Richard Downer
343da68502
Fix CloudStack URL signing for fields with [ chars
...
Commit 69a8304
caused the CloudStack QuerySigner to generate invalid
signatures where key names contained square brackets, such as in the
"iptonetworklist[N]" field to deployVirtualMachine. The commit changed
the whole query string being URL-encoded, whereas previously the field
values were encoded but the field names were not. The CloudStack API
guide says that values that should be encoded for signing but not field
names, and indeed the commit does cause signatures to be rejected.
This commit reverses the change to QuerySigner.createStringToSign() and
adds a unit test for this case.
2013-01-31 11:18:39 +00:00
Adrian Cole
226d60237e
Merge pull request #1270 from jclouds/complete-route53
...
complete route53 api
2013-01-31 02:11:06 -08:00
adriancole
c993eda9fb
complete route53 api
2013-01-31 00:47:23 -08:00
Adrian Cole
d1299c9311
Merge pull request #1268 from jclouds/decouple-InvokeHttpMethod
...
decoupled InvokeHttpMethod, which allows circular dependencies in cloudstack to resolve
2013-01-30 14:28:57 -08:00
adriancole
fd3a5a3b9a
decoupled InvokeHttpMethod, which allows circular dependencies in cloudstack to resolve
2013-01-30 12:51:17 -08:00
Adrian Cole
964ae3e2aa
Merge pull request #1266 from jclouds/cloudstack-deployparse
...
allow SelectJson to specify multiple field names; fix cloudstack 4.1 field rename problem
2013-01-30 10:21:58 -08:00
Adrian Cole
bb36c363b7
fix issue #1254 cloudstack renamed deployvirtualmachineresponse in version 4.1
2013-01-30 09:15:53 -08:00
Adrian Cole
55a10d4c5d
allow SelectJson to specify multiple field names, in case the server renamed something
2013-01-30 09:03:50 -08:00
Adrian Cole
5aa41d07aa
Merge pull request #1261 from jclouds/aws-action-names
...
changed aws apis to use Action key for config instead of more verbose iam names
2013-01-29 05:53:06 -08:00
Adrian Cole
9f7507b1e8
Merge pull request #1260 from jclouds/sync-http
...
Synchronous commands now use calling thread
2013-01-29 05:42:58 -08:00
adriancole
b3c3cb0a88
issue #1184 changed aws apis to use Action key for config instead of more verbose iam names
2013-01-29 04:45:42 -08:00
adriancole
a51e6a8323
issue #1089 removed default timeout values so that those not using async will have simpler debugging
2013-01-29 04:19:00 -08:00
adriancole
40d9f8bfe7
changes that facilitate synchronous fallbacks and http invocation
2013-01-29 04:09:45 -08:00
adriancole
878313582a
issue #1089 synchronous commands no longer spawn threads unless a timeout is specified
2013-01-29 04:08:42 -08:00