summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Require Ohai 0.5.00.8.6Adam Jacob2010-03-041-1/+1
* Bumping to release version 0.8.6Adam Jacob2010-03-046-6/+6
* Merge branch 'CHEF-1012' of git://github.com/sdelano/chef into sdelano/CHEF-1012Adam Jacob2010-03-044-8/+8
|\
| * scrubbed knife help text for accuracyStephen Delano2010-03-044-8/+8
* | Merge branch 'CHEF-926' of git://github.com/krisr/chef into krisr/CHEF-926Adam Jacob2010-03-042-1/+17
|\ \
| * | Fixes CHEF-926 - deploy_revision resource no longer deletes current releaseKris Rasmussen2010-03-032-1/+17
* | | Fixing a warning and log debugging for run_commandAdam Jacob2010-03-043-2/+3
* | | Merge branch 'master' into sdelano/CHEF-1005Adam Jacob2010-03-0417-30/+87
|\ \ \
| * \ \ Merge branch 'CHEF-968' of git://github.com/nuoyan/chef into nuoyan/CHEF-968Adam Jacob2010-03-049-22/+77
| |\ \ \
| | * | | Fixing CHEF-992/964Nuo Yan2010-03-028-19/+71
| | * | | fixing CHEF-968, allowing Chef::REST to be initialized with headers or other ...Nuo Yan2010-03-022-5/+8
| * | | | Merge branch 'CHEF-994' of git://github.com/sdelano/chef into sdelano/CHEF-994Adam Jacob2010-03-041-1/+1
| |\ \ \ \
| | * | | | removing ruby-hmac dependencyStephen Delano2010-03-011-1/+1
| * | | | | Merge branch 'CHEF-1000' of git://github.com/nuoyan/chef into nuoyan/CHEF-1000Adam Jacob2010-03-041-1/+1
| |\ \ \ \ \
| | * | | | | fixing CHEF-1000, passing couchdb onto sub roles in the runlist expand methodNuo Yan2010-03-011-1/+1
| | |/ / / /
| * | | | | Merge branch 'CHEF-707' of git://github.com/tfheen/chef into tfheen/CHEF-707Adam Jacob2010-03-041-0/+2
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Make group an alias for gid in the user resourceTollef Fog Heen2010-03-011-0/+2
| | |/ / /
| * | | | Bumping to 0.8.5 for devAdam Jacob2010-03-036-6/+6
| * | | | Merge branch 'imeyer/CHEF-1006'Adam Jacob2010-03-032-1/+30
| |\ \ \ \
| * | | | | Fixing the cert creation test to reflect more strict modesAdam Jacob2010-03-031-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'CHEF-1005' of git://github.com/sdelano/chef into sdelano/CHEF-1005Adam Jacob2010-03-042-5/+76
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | adding spec tests forStephen Delano2010-03-031-0/+68
| * | | | supports a list of cookbooksStephen Delano2010-03-021-5/+8
| |/ / /
* | | | Adding platform support tests - CHEF-1006Adam Jacob2010-03-031-0/+21
* | | | CHEF-1006 Add fedora as a legitimate platformIan Meyer2010-03-021-1/+9
|/ / /
* | | Marking Chef 0.8.4 for release0.8.4Adam Jacob2010-03-026-6/+6
* | | Still doing 1024 keys for a bit longer, see CHEF-1002Adam Jacob2010-03-021-1/+1
* | | Merge branch 'CHEF-996' of git://github.com/tfheen/chef into tfheen/CHEF-996Adam Jacob2010-03-021-2/+2
|\ \ \
| * | | Bump the CA key size to 4096 bitsTollef Fog Heen2010-03-011-1/+1
| * | | Make sure we protect the CA key properlyTollef Fog Heen2010-03-011-1/+1
| |/ /
* | | Adding X-Chef-Version to the cookbook uploaderAdam Jacob2010-03-021-1/+1
|/ /
* | Adding solr version at 0.8.2alpha_deploy_3alpha_deploy_20.8.2Adam Jacob2010-02-281-1/+1
* | Bumping to version 0.8.2 for releaseAdam Jacob2010-02-285-8/+12
* | Merge branch 'PL-455' of git://github.com/jtimberman/chef into jtimberman/PL-455Adam Jacob2010-02-271-19/+35
|\ \
| * | PL-455, update the man page to reflect option changes.jtimberman2010-02-261-19/+35
* | | Ensuring we make 0600 for new keysAdam Jacob2010-02-271-1/+1
* | | Merge branch 'PL-433' of git://github.com/skeptomai/chef into skeptomai/PL-433Adam Jacob2010-02-272-17/+22
|\ \ \
| * | | increase the rest timeout to make client creation succeed under heavy loadChristopher Brown2010-02-261-1/+1
| * | | add debugging to 500 retry caseChristopher Brown2010-02-261-1/+2
| * | | PL-433 retry on 500 concurrency fixesChristopher Brown2010-02-262-16/+20
| |\ \ \ | | |/ / | |/| |
| | * | retry on 500 from client createChristopher Brown2010-02-252-16/+20
* | | | Merge branch 'CHEF-971' of git://github.com/nuoyan/chef into nuoyan/CHEF-971Adam Jacob2010-02-279-251/+186
|\ \ \ \ | |/ / / |/| | |
| * | | fixing CHEF-969, 970, and 971Nuo Yan2010-02-268-20/+20
| * | | CHEF-971Nuo Yan2010-02-269-238/+174
* | | | Merge branch 'CHEF-990' of git://github.com/sdelano/chef into sdelano/CHEF-990Adam Jacob2010-02-265-3/+265
|\ \ \ \
| * | | | CHEF-990: adding `knife (client/cookbook/role) bulk delete` spec testsStephen Delano2010-02-265-3/+265
* | | | | Merge branch 'CHEF-989' of git://github.com/nuoyan/chef into nuoyan/CHEF-989Adam Jacob2010-02-267-25/+29
|\ \ \ \ \
| * | | | | fixing CHEF-989, being able to show client in the search result, and also fix...Nuo Yan2010-02-267-25/+29
* | | | | | Merge branch 'CHEF-987' of git://github.com/thommay/chef into thommay/CHEF-987Adam Jacob2010-02-262-8/+45
|\ \ \ \ \ \
| * | | | | | CHEF-987: allow yum to do localinstallsThom May2010-02-262-8/+45