Adrian Cole
c7cb9951a8
moved sqs/aws-sqs live
2012-09-14 18:15:50 -07:00
Adrian Cole
fec732f33b
added aws-sqs provider
2012-09-14 18:15:49 -07:00
Adrian Cole
bc9cffad40
completed batch ops for sqs and modularized tests
2012-09-14 18:15:49 -07:00
Adrian Cole
6782d8d4d6
added base binders for indexing amazon apis
2012-09-14 18:15:49 -07:00
Andrew Phillips
2984626b9c
issue 1069: Allowing @Nullable container to be null in compareTo
2012-09-14 12:35:45 -04:00
Adrian Cole
887d4d1de8
modularized sqs
2012-09-14 09:11:04 -07:00
Adrian Cole
00da07aec4
added all operations except batch
2012-09-13 17:09:26 -07:00
Adrian Cole
4da4146062
add ChangeMessageVisibility to sqs
2012-09-12 22:14:14 -07:00
Adrian Cole
b0626e3324
added tests and attributes calls to sqs
2012-09-12 21:36:12 -07:00
Adrian Cole
a0b1ffb625
externalized retry codes
2012-09-12 21:36:12 -07:00
Adrian Cole
80f6101e1f
Merge pull request #834 from andreaturli/virtualbox
...
issue 384: added support for ubuntu12.04; prepared for supporting remote host
2012-09-12 08:00:41 -07:00
Andrea Turli
dc212cf460
issue 384: added support for ubuntu12.04; prepared for supporting remote host
2012-09-12 08:41:18 +02:00
Adrian Cole
26f4ccdbb6
more progress on sqs
2012-09-11 23:30:14 -07:00
Adrian Cole
01ec559d64
Merge pull request #833 from everett-toews/rax-cdn-container-2
...
Updates to Rackspace CDN stuff (Resubmitted)
2012-09-11 21:44:36 -07:00
Everett Toews
e19d27f97c
Updates to Rackspace CDN Container Metadata handling. Added feature to Purge CDN Object. Added feature to set default index and error pages for CDN based static website.
2012-09-11 21:10:59 -05:00
Adrian Cole
27fea13a61
Merge pull request #829 from andreisavu/tempurl
...
Add support for Swift TempURL Middleware
2012-09-11 14:02:17 -07:00
Andrei Savu
327066acd7
Added @Beta annotations on the new methods in BlobRequestSigner
2012-09-11 23:55:21 +03:00
Andrei Savu
f0e95ced34
Replaced Instant.now() with System.currentTimeMillis() and removed some unused imports
2012-09-11 23:16:08 +03:00
Adrian Cole
c5fe0a77a4
switch sqs to use HashCode for md5
2012-09-11 10:42:26 -07:00
Adrian Cole
2efd9a76ca
pulled SQS out of sandbox and into labs
2012-09-10 18:02:07 -07:00
Andrei Savu
0e8e07ce38
Removed unused import and added @Test annotation
2012-09-10 22:44:26 +03:00
Adrian Cole
499e47c5b4
fixes to some softlayer tests
2012-09-10 08:04:42 -07:00
Andrei Savu
49bde19fa0
Add support for Swift TempURL Middleware
2012-09-10 13:45:55 +03:00
Adrian Cole
b558015515
increased container count for cloudfiles-us tests
2012-09-09 15:37:36 -07:00
Adrian Cole
b0a12bf303
Merge pull request #827 from everett-toews/swift-copy-object-squashed-4
...
Squashed commits of my previous swift-copy-object pull request
2012-09-08 14:35:25 -07:00
Everett Toews
73746588f4
Moved HP Storage Container Metadata parsing to Swift since it's a standard Swift feature.
...
Moved HP Storage createContainer(String, CreateContainerOptions) to CommonSwiftClient since it's a standard Swift feature.
Added support for setting Swift Container Metadata.
Added support for deleting Swift Container Metadata.
Added copy object feature to Swift.
Removed unnecessary TODO comment.
Changed DeleteContainerMetadataOptions to just be a List.
Changed CopyObjectOptions to be just be a String. Changed CommonSwiftClient.setContainerMetadata() to use just a Map for metadata. Added ExpectTests.
Changed setContainerMetadata() to use Iterable instead of List for more generic type goodness. Changed copyObject() to use 4 String params instead of 2 String params to be similar to other such methods in jclouds.
2012-09-08 15:02:01 -05:00
Ignasi Barrera
e43f16ff5d
Pom fixes and cleanup, properties convention and other fixes commented in the pull-request
2012-09-07 12:56:46 +02:00
Ignasi Barrera
063e7e7168
Added Abiquo support in labs
2012-09-05 18:30:33 +02:00
Adrian Cole
b3907ebf77
Merge pull request #824 from andreaturli/vdir
...
issue 830: added systemadmin package; more tests fixed
2012-09-04 13:45:13 -07:00
Andrea Turli
9ea3d3c6bf
issue 830: added systemadmin package; more tests fixed
2012-09-04 21:39:34 +02:00
Adrian Cole
196b5d7c55
Merge pull request #817 from KennethNagin/master
...
CDMI: query parameters and non-CDMI Content Type data object handling support
2012-09-03 09:45:00 -07:00
Adrian Cole
9578b5a24d
Merge pull request #812 from richardcloudsoft/cloudstack-template-status
...
Update parsing of Status in CloudStack Template
2012-09-03 09:36:55 -07:00
Kenneth Nagin
fd76b79b03
CDMI: adding support for
...
1) query parameters
2) non-cdmi content data object operations
2012-09-03 13:02:39 +03:00
Richard Downer
8b29a6c4f6
Javadoc update for CloudStack Template.getStatus()
2012-09-03 11:35:19 +03:00
Richard Downer
ca7ede5932
CloudStack template status parsing update
...
Remove the "Successfully Installed" message as it's not clear what its
definition is or even if it's possible to get that message - see
http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-dev/201209.mbox/%3CCED8A372-E235-4C32-A15E-F021CC449BFD%40citrix.com%3E
2012-09-02 10:22:33 +03:00
Dies Koper
a2d74a25f3
merge
2012-09-01 13:06:07 -07:00
Adrian Cole
1a9f49bce7
azure management base implementation
2012-09-01 13:02:19 -07:00
Richard Downer
8aca1828fc
Update parsing of Status in CloudStack Template
...
The CloudStack Template status field is generally presented as human
readable text. This commit extends the enum fromValue() to understand
the known status strings in CloudStack 3.0.4.
2012-09-01 17:56:49 +03:00
Adrian Cole
c0e8470952
default region endpoint for rackspace legacy apis
2012-08-29 23:47:05 -07:00
Adrian Cole
60f9516dbd
Merge pull request #807 from andreaturli/master
...
issue 830: fixed VAppTemplateApiLiveTest
2012-08-27 07:37:33 -07:00
Andrea Turli
b0466cad84
issue 830: fixed VAppTemplateApiLiveTest.deleteVAppTemplate
2012-08-27 16:10:48 +02:00
Adrian Cole
a70e3adb20
Issue 1075:switch to use jetty for java install/web service tests
2012-08-27 00:10:18 -07:00
Adrian Cole
7f53d74250
Merge pull request #806 from dkoper/master
...
adding grep to confirm expected nslookup output
2012-08-26 23:24:26 -07:00
Dies Koper
b7666da170
nslookup on CentOS 6.2 doesn't set error code when failing, so grep expected output instead
2012-08-27 14:31:33 +10:00
Adrian Cole
d29774330b
Merge pull request #797 from grkvlt/openstack-test-descriptions
...
OpenStack test descriptions
2012-08-25 14:06:54 -07:00
Adrian Cole
60445f8093
Merge pull request #804 from andreaturli/master
...
issue 830: added keypairs test
2012-08-24 16:28:25 -07:00
Andrea Turli
88ac4201a6
review addressed
2012-08-25 00:47:26 +02:00
Andrea Turli
e5e3a3a2f8
issue 830: keypair
2012-08-25 00:30:28 +02:00
Andrew Donald Kennedy
88a84ae3fb
Added test descriptions and dependencies to basic Nova live tests
2012-08-24 21:19:35 +03:00
Adrian Cole
ec12306902
Merge pull request #801 from richardcloudsoft/duplicate-gitattributes-error
...
Configure duplicates plugin to ignore .gitattributes
2012-08-24 08:43:45 -07:00