Commit Graph

2034 Commits

Author SHA1 Message Date
Adrian Cole 22e10f84a6 Issue 306, Issue 327: more progress unraveling vcloud URI-based operations 2010-08-13 20:11:09 -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 7a593a1630 added WriteTo interface for streaming puts 2010-08-11 02:13:28 -07:00
Adrian Cole e99baf92a7 Issue 330: switched default to clj 1.2.0-RC2 2010-08-10 17:29:45 -07:00
Adrian Cole de4183e579 revised terremark impl as certain methods related to public ips are only in the ecloud impl 2010-08-10 15:54:06 -07:00
Adrian Cole 25bc2c0691 added get-blob-stream helper and corresponding test 2010-08-10 10:37:17 -07:00
Hugo Duncan a58ab85b7e Removed the compile execution from maven-clojure-project configuration to ensure no clojure class files get generated 2010-08-10 13:32:32 -04:00
Hugo Duncan 0c64f49c00 Disable implicit AOT compilation of clojure 2010-08-10 11:22:39 -04:00
Adrian Cole b0050eeeeb Issue 306: tasks list and catalog by name 2010-08-09 19:58:37 -07:00
Adrian Cole 00d661740a Issue 199: moved to sandbox 2010-08-09 18:53:37 -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 dec277e4d5 Issue 331: fix bug where not all state mappings are handled 2010-08-09 15:28:38 -07:00
Adrian Cole 5aeba30d5c Issue 330: moved to clojure 1.2rc2 2010-08-09 13:56:43 -07:00
Adrian Cole 3289871c14 Issue 327: introduced VCloudLocation which hides the Resource corresponding to the org or vdc 2010-08-09 09:54:41 -07:00
Adrian Cole d8a8c38e4f Issue 306: revised vdc, instantiate, and clone to accept org/vdc name parameters 2010-08-09 01:29:48 -07:00
Adrian Cole 1ec0c40c95 added endpoint parser that can collaborate with multiple parameters 2010-08-09 01:26:59 -07:00
Adrian Cole 10c2a0e36b refactored retry/shortcircuit logic from vcloud as it is also used in aws 2010-08-08 17:46:00 -07:00
Adrian Cole 7f38672a4c Issue 327: added URI option for getting VDC 2010-08-08 14:33:15 -07:00
Adrian Cole 7e5fb14f60 Issue 314: reduced verbosity of parsing 2010-08-08 13:22:02 -07:00
Adrian Cole e2c5a546a8 Issue 327: converted to URI id for keypair operations in terremark; Issue 306: converted vcloud org commands to be name-based 2010-08-08 13:12:52 -07:00
Adrian Cole 664644534a Issue 328: added blacklist for node commands using property jclouds.compute.blacklist.nodes with comma separated node names; note that this is only implemented in vcloud right now 2010-08-08 13:10:45 -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 62f14d2850 updated test cases for kohsuke's fix 2010-08-05 19:24:52 -04:00
Kohsuke Kawaguchi cd8c5ebd92 fixed a bug. This is a tempalte ID, not catalog ID 2010-08-05 19:15:09 -04:00
Adrian Cole e6d4a087cb Issue 191: refactored ohai automatic update approach 2010-08-05 19:05:59 -04:00
Adrian Cole ef86f2da1b Issue 274: updated to latest guice 2010-08-05 19:04:15 -04:00
Adrian Cole 55e7b82ba8 added json escape utility 2010-08-05 19:03:10 -04:00
Adrian Cole 41a27c6073 Merge branch 'master' of github.com:jclouds/jclouds
* 'master' of github.com:jclouds/jclouds:
  minor improvements to elastic load balancer functionality
  minor improvements to elastic load balancer functionality
2010-08-03 19:23:06 -04:00
Adrian Cole a8db5c837f updated to not create nodes by default 2010-08-03 19:20:37 -04:00
Adrian Cole 21b1246e0e Issue 273: updated to latest opscode platform api 2010-08-03 14:33:16 -04:00
Adrian Cole c2c15ce633 addded shortcuts for Stringified certificates and keys 2010-08-03 14:32:29 -04:00
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