Adrian Cole
66d6326dd9
added uri factory method to context factory archaetype
2010-06-01 16:32:31 -07:00
Adrian Cole
e4e47748d4
fixed compute and basic archetype
2010-06-01 16:17:30 -07:00
Adrian Cole
f05e68869d
fixed basic archetype
2010-06-01 14:09:01 -07:00
Adrian Cole
9fbc3068f2
Issue 220: changed test to use dummy credentials
2010-06-01 09:08:07 -06:00
Adrian Cole
14e16fbfa6
Issue 220: added stub compute provider
2010-06-01 04:13:27 -06:00
Hugo Duncan
f701e44049
Update swank-clojure and clojure-maven-plugin versions
2010-05-26 21:52:57 -04:00
Phil Hagelberg
438ee7abe2
Don't need to qualify blobstore/list-containers.
2010-05-26 15:39:55 -10:00
Phil Hagelberg
e64fd52a60
Add list-blobs function to create a lazy-seq of blobs.
...
list-container is still available as a low-level call, but list-blobs
should be preferred going forward since it doesn't need to be manually
paginated.
2010-05-26 15:22:13 -10:00
Adrian Cole
6cee7daa37
1.0-beta-6 release
2010-05-26 15:07:58 -06:00
Chas Emerick
fd2eea6e7d
fixed node.getId() usage in clojure elastic ip wrapper
2010-05-26 08:28:34 -04:00
Chas Emerick
667c3ed03e
fixed node.getId() usage in clojure ebs wrapper
2010-05-26 00:04:30 -04:00
Adrian Cole
a839369277
fixed nodes-with-tag
2010-05-25 15:48:50 -06:00
Hugo Duncan
84e6b78802
Fixed missed forwarding function
2010-05-25 16:52:53 -04:00
Hugo Duncan
86f8818ee8
Fixed nodes-with-tag. Added nodes-with-details.
2010-05-25 15:32:59 -04:00
Chas Emerick
37aa405b0a
fix elastic-ip clojure wrapper for INetAddress change
2010-05-25 12:41:47 -04:00
Hugo Duncan
07653f6ed6
fix clojure interface for InetAddress change
2010-05-25 10:49:41 -04:00
Adrian Cole
44d3a3131f
fixed usage for IPSocket
2010-05-25 01:03:06 -07:00
Adrian Cole
f297c9d7d5
Banned use of InetAddress and InetSocketAddress as these break google appengine. Introduced IPSocket class instead
2010-05-25 00:42:27 -07:00
Adrian Cole
6a7b9a0a86
fixed demos
2010-05-24 22:44:43 -07:00
Adrian Cole
a5abb14d20
made nullcredentials default and refined usage changing the vcloud api version
2010-05-24 14:56:59 -07:00
Adrian Cole
0684dc2344
Issue 264: fixed blob stuff in rackspace
2010-05-24 12:29:39 -07:00
Adrian Cole
237afa4ddc
updated loadbalancer to backoff on unknownhost exception; made template match ubuntu 10.04 on rackspace, aws, and rimu
2010-05-24 09:16:10 -07:00
Adrian Cole
d45dfff1ec
fixed regression
2010-05-24 00:44:54 -07:00
Adrian Cole
7c4307ba56
Issue 262: name of the blob didn't parse correctly; fixed
2010-05-24 00:13:17 -07:00
Adrian Cole
103098d354
adjusted default executor to start at one thread
2010-05-24 00:12:30 -07:00
Adrian Cole
c8cd0b0f2e
Issue 260: fixed executors per kimchy's advice; also fixed regression in a lot of live tests
2010-05-23 22:26:14 -07:00
Adrian Cole
d3d36dc879
bluelock's new endpoint as of 25 May
2010-05-23 16:57:15 -07:00
Adrian Cole
4fc5f3cf2e
enhanced ec2 lb logic
2010-05-23 16:38:46 -07:00
Adrian Cole
a4bdd433f4
Issue 260: fixed i/o threadpool to min=max; refactored session expiry logic. Issue 258 refactored load balancer code
2010-05-23 15:39:49 -07:00
Adrian Cole
5b300f87cc
fixed a minor vcloud bug and toString statements
2010-05-23 00:26:50 -07:00
Adrian Cole
dbd42ce7ac
fixed where TemplateOptions was not permitted in ec2
2010-05-22 23:13:45 -07:00
Adrian Cole
050af3c3f7
Issue 176: size can now test compatibility with images; refactored vcloud config logic; updated to support latest bluelock
2010-05-22 22:43:28 -07:00
Lili Nader
88d5f42da2
fine tuning load balancer API
2010-05-21 21:23:19 -04:00
Adrian Cole
861a7ba854
fixed gogrid deletebyname to by id
2010-05-21 16:38:06 -07:00
Adrian Cole
0f30c81466
ensure setting options still uses the default template
2010-05-21 15:16:08 -07:00
Adrian Cole
3a1ff2e29c
ensure setting options still uses the default template
2010-05-21 15:12:38 -07:00
Adrian Cole
8940e1cc03
worked around guice issue where auth failures were retried
2010-05-21 14:56:24 -07:00
Adrian Cole
ca5312d849
added test for 5gb objects
2010-05-21 13:23:43 -07:00
Adrian Cole
d1fd1600dd
fixed overflow on it
2010-05-21 10:27:45 -07:00
Adrian Cole
5af9bdd34f
Issue 254: correct docs
2010-05-20 20:05:14 -07:00
Adrian Cole
efc47969d9
Issue 254: distinguish between id and providerId
2010-05-20 19:36:25 -07:00
Adrian Cole
b7f1e06cf5
regression
2010-05-20 16:54:36 -07:00
Adrian Cole
467f815c17
revised load balancer code and implemented Issue 254: compute handle
2010-05-20 16:32:31 -07:00
Lili Nader
0d1d28a972
Load Balancer ComputeService API
2010-05-20 18:38:23 -04:00
Adrian Cole
d3690c44f2
added southeast asia to sqs and added better region tests
2010-05-20 10:06:19 -07:00
Adrian Cole
570e6366a6
Issue 258 added missing methods and a unit test. fixed live test to test all regions
2010-05-20 00:26:38 -07:00
Lili Nader
596ca233e3
Elastic Load Balancer
2010-05-20 01:16:57 -04:00
Adrian Cole
dfdbc44700
Issue 257 naming constraints on s3 buckets
2010-05-19 11:27:51 -07:00
Adrian Cole
ef1dec6651
Issue 257 naming constraints on s3 buckets
2010-05-19 11:27:44 -07:00
Adrian Cole
566aa9f0d0
Issue 255, 256: lazy parsing of images so you can specify imageId() that isn't in the default owner list
2010-05-18 16:28:44 -07:00