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 |
Adrian Cole
|
436037c7be
|
Issue 191: updated chef to use new utilities
|
2010-07-12 14:38:14 -07:00 |
Adrian Cole
|
e8d0a11cda
|
Issue 301: refactored http payload and rewrote crufty tests
|
2010-07-09 21:13:11 -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
|
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
|
85b5bd48f1
|
loosened dependency on the GeneratedHttpRequest class
|
2010-07-02 16:47:46 -07:00 |
Adrian Cole
|
7c719f206f
|
Issue 191: updated to version 0.9 for cookbook commands
|
2010-06-28 19:13:49 -07:00 |
Adrian Cole
|
caceae90bd
|
Issue 293: normalized on identity/credential vocab
|
2010-06-28 11:33:41 -07:00 |
Adrian Cole
|
27f4f69b4c
|
Issue 293: refactored code to provide for api versions and coherent properties for authorization
|
2010-06-28 05:07:36 -07:00 |
Adrian Cole
|
fcfb3739aa
|
Issue 191: started update to chef v0.9
|
2010-06-25 10:46:29 -07:00 |
Adrian Cole
|
055c56dc08
|
Issue 292: added simple http client
|
2010-06-25 10:45:15 -07:00 |
Adrian Cole
|
0fca2cba0c
|
Issue 191: updated javadocs and annotations on chef stuff
|
2010-06-16 18:34:59 -04:00 |
Adrian Cole
|
55fa55a0dc
|
corrected default shutdown timeout and chef key path
|
2010-06-15 11:27:57 -04:00 |
Adrian Cole
|
ffaea53022
|
Issue 191: added sample cookbooks
|
2010-06-12 20:00:48 -07:00 |
Adrian Cole
|
f25100fe9b
|
Issue 191: corrected multipart form and added cookbook signing to chef client
|
2010-06-12 17:17:42 -07:00 |
Adrian Cole
|
306bb0ebde
|
Issue 191: started cookbook support; refactored multipart form code
|
2010-06-11 19:02:19 -07:00 |
Adrian Cole
|
84ad021268
|
added retry handler for io exceptions, created modular rest client, swapped generic type args on restcontext
|
2010-06-06 23:01:48 -07:00 |
Adrian Cole
|
18e9294b89
|
Issue 191, Issue 273 refactored opscode api calls into a separate module
|
2010-06-06 18:19:16 -07:00 |
Adrian Cole
|
551a3639b5
|
Issue 191: added client and user support
|
2010-06-04 16:38:59 -07:00 |
Adrian Cole
|
8234c94f37
|
Issue 230: started on IBM dev cloud
|
2010-06-04 01:52:14 -07:00 |
Adrian Cole
|
7e12d36870
|
Issue 191: started on chef api support
|
2010-06-03 18:35:59 -07:00 |