Commit Graph

1897 Commits

Author SHA1 Message Date
Adrian Cole 0f60364ba7 disabled brittle test 2010-08-03 14:31:30 -04:00
Adrian Cole 96178f5647 Issue 191: added preliminary support for search 2010-08-02 14:25:55 -04:00
Lili Nader 43a0fa4879 minor improvements to elastic load balancer functionality 2010-08-01 16:14:43 -07:00
Lili Nader 9751d6a539 minor improvements to elastic load balancer functionality 2010-08-01 16:13:17 -07:00
Adrian Cole 81ac28e9db bad case 2010-08-01 16:59:48 -04:00
Adrian Cole 2f3c0b4afe Issue 191: added databag support to chef 2010-08-01 11:19:06 -07:00
Adrian Cole d79eb21e69 adjusted perftest code 2010-08-01 07:56:57 -07:00
Adrian Cole 6f180ddb4e Issu 301: refactored utilities that depend on guava. introduced Crypto, CryptoStreams, and more Payloads to help deal with encrypted payloads and headers 2010-08-01 02:07:53 -07:00
Adrian Cole a9a0c53fb2 Issue 191: added RSA PEM parsing to encryptionUtils 2010-07-30 23:58:31 -07:00
Adrian Cole 6d438fbbe1 Issue 326: fixed -1 error code in jsch and updated to include a new logger jclouds.ssh 2010-07-30 12:28:14 -07:00
Adrian Cole 34518f54ba Issue 325: massive refactor in order to stop serializing native async http client requests 2010-07-30 01:26:55 -07:00
Adrian Cole 909fc0d79a switched off performance test and removed unused class 2010-07-28 21:22:10 -07:00
Adrian Cole 8c0e387b3e added performance research tests 2010-07-28 19:38:22 -07:00
Adrian Cole ac2c89f489 Issue 191: fixed chef pom 2010-07-28 19:37:56 -07:00
Adrian Cole 798399dac4 removed unused class 2010-07-28 19:37:38 -07:00
Adrian Cole 4ed2f2ec8a Merge branch 'master' of github.com:jclouds/jclouds
* 'master' of github.com:jclouds/jclouds:
  Removed 1,000,000 redundant .gitignores (they're inherited)
2010-07-28 13:17:22 -07:00
Adrian Cole 503eb869f8 Issue 320: added utils().json() to access json parsing 2010-07-28 11:54:54 -07:00
Adrian Cole 85a59468d8 Issue 191: revised constants and made listener cleanup nodes on context destroyed 2010-07-28 11:54:27 -07:00
Adrian Cole ad4ae74066 Issue 320: removed some other tie-ins to Gson 2010-07-28 11:53:27 -07:00
Andrew Phillips e1f5369243 Removed 1,000,000 redundant .gitignores (they're inherited) 2010-07-28 14:38:28 +02:00
Adrian Cole 57ba278cbb refactored chef module to make a new servlet context listener 2010-07-28 00:47:07 -07:00
Adrian Cole ca247efaed Issue 324: added properties for (jclouds|provider).modules, (jclouds|provider).credential.resource, and (jclouds|provider).credential.file in order to support rewiring jclouds http and other components via properties files, and extract out where credentials are obtained from 2010-07-28 00:41:13 -07:00
Adrian Cole aed3bb7e74 Issue 191: updated to include chef log and fixed tests 2010-07-27 17:24:37 -07:00
Adrian Cole 56caac57f1 Issue 191: normalized common aggregate commands into ChefService 2010-07-27 17:09:10 -07:00
Adrian Cole d884978a98 fixed NPE when httpresponseexception is caused by an io exception 2010-07-27 17:04:05 -07:00
Adrian Cole a168683851 Issue 191: added helper classes that use the async client 2010-07-26 23:03:22 -07:00
Adrian Cole 360343020a Issue 323: started work on async client 2010-07-26 23:02:38 -07:00
Adrian Cole 089c232fd1 Issue 317: added aggregator dependencies 2010-07-26 15:49:49 -07:00
Adrian Cole d476016bd5 Issue 322: switched to Suppliers.memoizeWithExpiration 2010-07-26 14:57:37 -07:00
Adrian Cole 095ee36537 Issue 321 fixed naming scope of rackspace 2010-07-26 14:57:10 -07:00
Adrian Cole fd6e1cdee7 Issue 321 fixed naming scope of rackspace 2010-07-26 14:35:31 -07:00
Adrian Cole 9ff4f84783 Issue 165: compute service now works in gogrid 2010-07-26 12:50:50 -07:00
Adrian Cole 0612e5e1ba Issue 165: added slicehost to the provider list 2010-07-26 02:44:26 -07:00
Adrian Cole 0d46ffbe04 Issue 191: added test 2010-07-26 02:38:43 -07:00
Adrian Cole d120b139fc Issue 164: initial commit for slicehost. note this is not complete 2010-07-26 02:38:18 -07:00
Adrian Cole 7d1e4ff514 issue 191 2010-07-25 20:25:48 -07:00
Adrian Cole ee2679346f Issue 191: gae doesn't have os.version 2010-07-25 20:08:00 -07:00
Adrian Cole b1b0e062e4 Issue 191: NetworkInterfaces not allowed on gae 2010-07-25 18:59:17 -07:00
Adrian Cole b40b6a45bc Issue 191: NetworkInterfaces not allowed on gae 2010-07-25 18:54:24 -07:00
Adrian Cole 06ecdb8d7a Issue 191: added ohai for java 2010-07-25 17:42:39 -07:00
Adrian Cole 35a766c0fa Issue 320: introduced Json object to decouple us from gson libraries 2010-07-25 17:40:44 -07:00
Adrian Cole c40a14012a enhanced to make jsonball store primitives better 2010-07-23 15:50:56 -07:00
Adrian Cole a7aa1c1964 bumped version on gae 2010-07-23 15:50:30 -07:00
Adrian Cole 7c3518f7ff Issue 191: changed encryption service so that it can decode a PEM key. updated chef to work in google appengine 2010-07-22 15:35:03 -07:00
Adrian Cole 126460fd1d updated to use rackspace 2010-07-21 15:33:29 -07:00
Adrian Cole 5f486566b9 Issue 319: updated to new rackspace url 2010-07-21 15:26:29 -07:00
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