Commit Graph

1701 Commits

Author SHA1 Message Date
Adrian Cole 13fa341a0e fixed conflict where multiple classes with the same method name and args tripped over themselves. enhanced trace logging and authz exception 2010-07-21 15:25:22 -07:00
Adrian Cole 9bffee1135 Issue 318: updated to gae 1.3.5 2010-07-21 11:51:08 -07:00
Adrian Cole 318e9b9071 added new status for ibm 2010-07-21 11:50:40 -07:00
Adrian Cole 5bd3eb0571 updated perftest to use amazon sdk and also stop using httpnio 2010-07-21 11:50:06 -07:00
Adrian Cole 7c2b014f25 Issue 191: added json literal support with default mapping on JsonBall class; updated chef implementation 2010-07-21 01:50:44 -07:00
Adrian Cole 76f75049f1 Issue 230: updated to support real version of IBM cloud api 2010-07-21 01:47:41 -07:00
Adrian Cole becf96d822 fixed exception parsing to return the correct parent exception 2010-07-20 16:24:39 -07:00
Adrian Cole 89ae22364c fixed to allow json binding as well parse dates that come in as -1 2010-07-20 16:24:04 -07:00
Adrian Cole 1ad4631266 Issue 191: added client domain object and fixed return types on nodes 2010-07-19 17:19:45 -07:00
Hugo Duncan 2fd0ac55b5 Added passing of constucted modules to compute-service options 2010-07-19 16:31:25 -04:00
Adrian Cole 887bb7adfe Issue 316: refactored ssh to use Payload object; deprecated non-payload methods 2010-07-19 13:08:12 -07:00
Adrian Cole 45450e1b8f added unit test to rimu 2010-07-19 13:07:25 -07:00
Adrian Cole 889f47078d fixed tests and virtualizationType for ec2 2010-07-17 22:33:00 -07:00
Adrian Cole d626a9848e Issue 311: now supporting ec2 cluster instance sizes and placement groups 2010-07-17 21:47:37 -07:00
Adrian Cole cd5fddf1f4 normalized all list operations to Set<Thing> and on 404 they return an empty list 2010-07-17 19:46:43 -07:00
Adrian Cole 7d27e70d59 ec2: started work on reserved instances 2010-07-17 13:08:22 -05:00
Adrian Cole f7df4af65b added windows bundling functionality to ec2 2010-07-17 10:57:46 -05:00
Adrian Cole 1bc44bf36a added snapshot javadoc ref 2010-07-17 02:10:05 -05:00
Adrian Cole e388772062 fixed javadoc reference which was hanging the build 2010-07-17 02:03:55 -05:00
Adrian Cole 1d0949dec5 Issue 315: added auto-deserialization of json into java objects and new @Unwrap annotation; Issue 311: fixed template parsing for new cluster instance in ec2; Issue 191: started adding node support to chef 2010-07-17 01:30:37 -05:00
Phil Hagelberg 328679799b Missed a layer of nesting. 2010-07-13 17:18:21 -07:00
Phil Hagelberg 3db58174bd Fix formatting of generateMD5BufferingIfNotRepeatable call. 2010-07-13 17:00:49 -07:00
Phil Hagelberg 2ad5df1d3c Use blobstore argument in md5-blob instead of dynamically-bound var. 2010-07-13 17:00:49 -07:00
Adrian Cole 1274a25e17 Issue 301: added Closeable to payload so that it works better in clojure 2010-07-13 18:27:45 -05:00
Adrian Cole 541ccdae51 added get credentials function to gogrid 2010-07-13 17:59:22 -05:00
Adrian Cole 4098c4bd0a regression in last commit; guice child injector locks up under threading; also added new ec2 instance size 2010-07-13 16:56:38 -05:00
Adrian Cole 891484a2aa Cleaned up scoping of delegated methods 2010-07-13 02:39:52 -05:00
Adrian Cole 436037c7be Issue 191: updated chef to use new utilities 2010-07-12 14:38:14 -07:00
Adrian Cole b641dbc1f1 Issue 306: started converting to name based instead of id based vcloud operations 2010-07-11 18:53:00 -07:00
Adrian Cole 23c9bbe33c Issue 27: stopped setting availability zone state as an enum, as it isn't required to be by spec 2010-07-11 14:50:54 -07:00
Adrian Cole 41e3ec6709 Issue 27: got eucalyptus and walrus working, after refactoring error handling 2010-07-11 01:26:56 -07:00
Adrian Cole f5f031685d Issue 303: updated to guava r06 2010-07-10 01:03:29 -07:00
Adrian Cole 376380be6b fixed terremark ecloud version 2010-07-09 21:24:05 -07:00
Adrian Cole e8d0a11cda Issue 301: refactored http payload and rewrote crufty tests 2010-07-09 21:13:11 -07:00
Adrian Cole 31d2da3c6f Issue 301: removed encryption service dependency from blob and added helper methods to blobstore.clj 2010-07-08 10:42:18 -07:00
Adrian Cole ef496e7262 regression, added default content type for rackspace 2010-07-08 04:09:31 -07:00
Adrian Cole da3baf523c Issue 301: refactored http payload data from blob -> core, added content length, type, md5; fixed length bug in ec2 and added more tests to ensure this doesn't happen again 2010-07-08 03:46:34 -07:00
Adrian Cole c948e49183 Issue 191: hid incidental constructors 2010-07-07 10:05:44 -07:00
Adrian Cole a47a369d18 Issue 191: fixed cookbook creation as it was missing metadata section 2010-07-07 09:18:00 -07:00
Adrian Cole 7efb519de9 Issue 191: fixed cookbook creation as it was missing metadata section 2010-07-07 08:57:57 -07:00
Adrian Cole 99e14159a0 Issue 191: updated to provide cookbook creation support 2010-07-06 22:47:57 -07:00
Adrian Cole 47a843dd24 fixed regression on http headers 2010-07-06 22:41:44 -07:00
Adrian Cole 276e3a76b7 Issue 191: fixed validation of chef md5s 2010-07-06 18:26:16 -07:00
Adrian Cole 204c093753 refactored encryption service and exposed sha256 routine 2010-07-06 18:21:11 -07:00
Adrian Cole 2dda46696a changed to not use deprecated class 2010-07-06 18:20:48 -07:00
Adrian Cole 8703c4a7a4 Issue 199: ning examples 2010-07-06 14:37:40 -07:00
Adrian Cole 611297a262 Issue 199: updated to ning 1.0.0 2010-07-06 14:18:32 -07:00
Adrian Cole c8b3240d04 updated tweetstore demos to include googlestorage and latest api 2010-07-06 13:33:07 -07:00
Adrian Cole f777592a83 fixed s3 regression wrt metadata 2010-07-06 13:32:38 -07:00
Adrian Cole e90857d7a4 added toString hashCode and equals to context objects 2010-07-06 13:32:13 -07:00