Commit Graph

75 Commits

Author SHA1 Message Date
Adrian Cole 53adab1ab4 Issue 348: replaced custom-packaged resteasy with jersey-core 2010-09-10 15:40:04 -07:00
Adrian Cole e5bd9bbfb8 updated the test to use properties for credentials and such 2010-09-03 12:34:11 -07:00
Adrian Cole df6d350820 Issue 191: updated to fix an attribute bug and added RunListBuilder 2010-09-03 11:40:14 -07:00
Adrian Cole 0b11e7d652 Issue 191: added chef bootstrap 2010-09-03 01:27:51 -07:00
Adrian Cole 8afc0a833e first working integration between chef and the compute apis 2010-09-02 01:37:27 -07:00
Adrian Cole 64a52c0420 updated to allow aggregate client commands 2010-09-02 01:36:43 -07:00
Adrian Cole be23e73207 Issue 191: more progress on compute integration 2010-08-31 17:03:51 -07:00
Adrian Cole 6a4c93840d Issue 190: penciled in compute integration, tests first 2010-08-31 15:43:23 -07:00
Adrian Cole 612b8939d3 Issue 191: added example to integrate chef with compute 2010-08-31 10:46:53 -07:00
Adrian Cole ac02d5c5f0 fixed parent project refs 2010-08-31 10:45:06 -07:00
Adrian Cole cf28b5a1ed updated snapshot repository info 2010-08-27 17:26:49 -07:00
Adrian Cole 4b76982261 Issue 191: added in-memory chef-client; use provider: transientchef 2010-08-12 18:53:51 -07:00
Adrian Cole 420503d32e updated and corrected license headers 2010-08-12 16:04:26 -07:00
Adrian Cole 73b9ced661 Issue 191: updated chef clj increased documentation and removed unnecessary unwrapping of return vals 2010-08-12 14:29:35 -07:00
Adrian Cole 60908bfb6e Issue 191: added databag support 2010-08-11 18:34:50 -07:00
Adrian Cole 27f42cbe0f Issue 191: added clojure support to chef 2010-08-09 17:44:35 -07:00
Adrian Cole a40b047e34 Issue 191: added clojure support to chef 2010-08-09 17:43:25 -07:00
Adrian Cole 1bb15418fe reduced casting on xml handlers 2010-08-08 13:08:50 -07:00
Adrian Cole 05bab93ce8 refactored servlet listener 2010-08-06 07:16:07 -07:00
Adrian Cole 0f76bc8b43 refactored utilities and servlet plugin 2010-08-05 23:26:53 -07:00
Adrian Cole e6d4a087cb Issue 191: refactored ohai automatic update approach 2010-08-05 19:05:59 -04:00
Adrian Cole a8db5c837f updated to not create nodes by default 2010-08-03 19:20:37 -04:00
Adrian Cole 96178f5647 Issue 191: added preliminary support for search 2010-08-02 14:25:55 -04: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 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 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 ac2c89f489 Issue 191: fixed chef pom 2010-07-28 19:37:56 -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 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 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 a168683851 Issue 191: added helper classes that use the async client 2010-07-26 23:03:22 -07:00
Adrian Cole d476016bd5 Issue 322: switched to Suppliers.memoizeWithExpiration 2010-07-26 14:57:37 -07:00
Adrian Cole 0d46ffbe04 Issue 191: added test 2010-07-26 02:38:43 -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 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 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 1ad4631266 Issue 191: added client domain object and fixed return types on nodes 2010-07-19 17:19:45 -07: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 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 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