Adrian Cole
763572f8ee
added paginated set functionality
2012-06-24 11:48:18 -07:00
Adrian Cole
01e27603f1
Merge pull request #687 from aplowe/master
...
glesys: updating to v0.1.29 and using ConstructorProperties deserialization annotations
2012-06-24 11:46:55 -07:00
Adrian Cole
825ab6ebcb
Merge pull request #686 from NirmalFdo/master
...
Moving to commons-io 2.0?
2012-06-24 11:46:13 -07:00
Adam Lowe
79dc8b91af
glesys: updating to API version 0.1.29
2012-06-24 19:39:52 +03:00
Adam Lowe
9b4e68cc6b
glesys: removing ArchiveDetails (duplicate of Archive)
2012-06-24 19:05:42 +03:00
Adam Lowe
b1877bbee5
glesys: bean cleaning, using ConstructorProperties for deserialization (note no serialization annotations as we don't currently serialize any of these beans)
2012-06-24 19:05:42 +03:00
Adam Lowe
fd79c479af
glesys: adjusting ParserModule - removing support for odd dates (no longer present in api) and adding support for "yes"/"no" Boolean fields
2012-06-24 19:05:42 +03:00
Nirmal
955cd540ce
Specifically adding the osgi import org.apache.commons.io.input;version=[1.4,3)
2012-06-24 16:52:01 +05:30
Nirmal
e5731df922
Upgrading commons-io dependency of sshj driver to 2.0
2012-06-23 09:48:48 +05:30
Andrew Bayer
9112a832fc
Improve Maven build time dramatically by moving source and javadoc to profiles.
...
This makes a *huge* difference in build time (mvn clean install
-DskipTests takes about 1/3 as long with this in place). It moves
source and javadoc into profiles, so that if you want to build the
source jars and javadoc jars, you specify -Psrc and -Pdoc respectively.
2012-06-22 11:56:41 -07:00
Adrian Cole
1c6e2c64d3
Merge pull request #682 from aledsage/issue-994-vcloud-npe-parsing-image
...
Issue 994: fix vcloud sax parsing of namespaces
2012-06-21 16:24:47 -07:00
Adrian Cole
f3510dc6c5
Merge pull request #681 from aledsage/vcloud-listimage-unsupported-exception
...
Issue 995: handle illegal argument in vcloud images
2012-06-21 16:24:03 -07:00
Adrian Cole
634deb203e
Merge pull request #684 from whitlockjc/master
...
Issue 992: Fix AWS S3 to work with non-DNS, but still valid, named buckets.
2012-06-21 16:21:25 -07:00
Jeremy Whitlock
2702e942d2
Issue 992: Fix AWS S3 to work with non-DNS, but still valid, named buckets.
...
Prior to this commit, jclouds wouldn't allow you to interact with any buckets
in S3 that were named with uppercase characters. Per AWS S3 docs, this
non-standard naming is valid in US regions only. This update fixes jclouds so
that it can interact with, and even attempt to create, buckets with uppercase
characters for AWS S3 without actually impacting other S3 implementations. This
fix also will not have any impact in non-US regions other than instead of a
bucket name validation error you'll get an InvalidBucketName error back from
AWS S3 when you attempt to create a bucket with an uppercase character in a
non-US region. To summarize, nothing changes other than US regions now allow
creation of bucket names with upper case characters and jclouds now can
interact with these non-standard named buckets without failure.
2012-06-21 17:05:20 -06:00
Aled Sage
8e1542e90a
Issue 995: handle illegal argument in vcloud images
2012-06-21 21:16:39 +01:00
Aled Sage
cf422fb683
Issue 994: fix vcloud sax parsing of namespaces
...
Handles when xml tags are qualified with and without xmlns.
2012-06-21 15:36:40 +01:00
Adrian Cole
a12e10d7f3
Merge pull request #679 from aplowe/cloudstackfix
...
Fix for cloudstack ip to network mapping call
2012-06-20 15:28:30 -07:00
Adrian Cole
805712d463
Merge pull request #678 from aplowe/master
...
Issue 971: adding TypeAdapterFactory and adjusting configuration to allow use of Inject, Named and ConstructorProperties annotations
2012-06-20 15:12:03 -07:00
Adam Lowe
2526e7adeb
cloudstack: don't set networkId to default when iptonetworklist is populated
2012-06-20 19:24:32 +03:00
Adam Lowe
0cf4d2b35b
Fix for iptonetworklist (was incorrectly sending ipnetworklist)
2012-06-20 16:59:33 +03:00
Adam Lowe
21802d467a
Adjusting general strategy to accept @Named in place of @SerializedName.
...
Adding TypeAdapterFactory to handle deserialization based on constructor annotations (Inject/Named and/or ConstructorProperties).
2012-06-20 13:41:44 +03:00
Adrian Cole
8c4e74296d
added min-disk to compute2.clj
2012-06-19 18:40:45 -06:00
Adrian Cole
8311d0a4e4
Issue 988:Extra port added to swift url
2012-06-19 18:32:06 -06:00
Adrian Cole
09d5e8add4
consistent ordering of hardware
2012-06-19 18:31:39 -06:00
Adrian Cole
edf99657c0
fixed missing provider name on ninefold test
2012-06-19 18:31:39 -06:00
Andrei Savu
4a6947ac61
Merge pull request #677 from andrewgaul/transient-toctou
...
Eliminate unlikely transient blobstore TOCTOU bug
2012-06-19 15:28:06 -07:00
Andrew Gaul
932b738026
Eliminate unlikely transient blobstore TOCTOU bug
2012-06-19 15:20:39 -07:00
David Ribeiro Alves
e9ec08e6a8
addressed some of the issues
2012-06-19 13:58:40 +01:00
Adrian Cole
5ad8d2c1f7
corrected api metadata
2012-06-19 01:21:12 -06:00
Adrian Cole
b5797ad543
introduce KeystoneProperties/TENANT_NAME KeystoneProperties/TENANT_ID properties; set value of prefix to tenantName
2012-06-19 01:06:44 -06:00
Adrian Cole
f686737df3
Merge pull request #675 from vijaykiran/issue-305
...
Issue 305 - minDisk in TemplateBuilder Spec
2012-06-18 09:14:05 -07:00
Adrian Cole
1a6ef2a37c
updated correct identityName in openstack providers
2012-06-18 08:39:59 -07:00
vijaykiran
600e6e0feb
Add minDisk to toString.
2012-06-18 11:03:25 +02:00
vijaykiran
c3a6ecf757
Test for minDisk
2012-06-18 10:52:26 +02:00
vijaykiran
bd675a22eb
Merge upstream changes to template builder
2012-06-18 10:12:11 +02:00
Adrian Cole
39e21ad652
better name
2012-06-16 19:05:27 -04:00
Adrian Cole
3afdcb66b3
Issue 981:Quiet down jclouds.compute logger
2012-06-16 18:27:29 -04:00
Adrian Cole
c9424692ab
Issue 734: added implicit key generation for joyent
2012-06-16 18:21:59 -04:00
Adrian Cole
5dd4f04ddf
allowed for mock testing
2012-06-16 18:19:59 -04:00
Adrian Cole
db8f869f5b
Issue 979:invalid endpoint returned when region name is the same as the provider
2012-06-15 23:36:21 -04:00
Adrian Cole
585f44639b
Issue 978:image location ignored in templateBuilder
2012-06-15 23:36:21 -04:00
Adrian Cole
30ba717969
Issue 977:ec2 zones are not mapping to endpoints
2012-06-15 23:36:17 -04:00
Adrian Cole
a928746528
Issue 976:update to support eucalyptus 3
2012-06-15 23:35:18 -04:00
Adrian Cole
d29fbba783
Issue 980: timestamp on ec2 requests are in the future
2012-06-15 23:35:17 -04:00
Adrian Cole
d980b4fd42
changed test poms to use provider.template and provider.ec2-template accordingly
2012-06-15 23:35:10 -04:00
Adrian Cole
69d7e1d585
cloudbridge exposes a slightly different xml format for RunningInstances
2012-06-15 23:31:39 -04:00
Adrian Cole
8a34254c8e
in CloudBridge terminatedInstances go away quickly unveiling the need to address instanceId not found
2012-06-15 23:31:33 -04:00
Adrian Cole
e0a5ffbe9a
cloudbridge compatibility glitch on AuthError
2012-06-15 14:32:45 -04:00
Adrian Cole
71869a6bb3
Merge pull request #674 from aledsage/ec2-Windows-ImageOsParsing
...
EC2ImageParser checks platform==windows for OsFamily
2012-06-14 20:46:20 -07:00
Adrian Cole
05bf76d589
joyent now w/keypair & metadata works in computeservice
2012-06-14 23:28:31 -04:00