summaryrefslogtreecommitdiff
path: root/chef
Commit message (Expand)AuthorAgeFilesLines
* Fixing CHEF-749, we now properly cache cookbooks again.Adam Jacob2009-11-271-14/+23
* Adding data_bag and data_bag_item helpers to the language - CHEF-708Adam Jacob2009-11-251-1/+2
* Adding data_bag and data_bag_item helpers to the language - CHEF-708Adam Jacob2009-11-251-0/+10
* Fixing some warnings during testsAdam Jacob2009-11-253-6/+6
* Fixes CHEF-728, databag's populate Mash's by defaultAdam Jacob2009-11-252-2/+6
* Fixing CHEF-696, adding checksum caching via MonetaAdam Jacob2009-11-247-8/+250
* Merge branch 'chef-642' of git://github.com/fujin/chef into fujin/chef-642Adam Jacob2009-11-241-2/+2
|\
| * CHEF-642: Simple service provider WARNS a lotAJ Christensen2009-11-251-2/+2
* | Merge branch 'stepableIterator' of git://github.com/danielsdeleo/chef into da...Adam Jacob2009-11-2417-242/+1204
|\ \
| * | ClientSession must register to set up REST correctlyDan DeLeo2009-11-231-1/+2
| * | polish up a bitDan DeLeo2009-11-232-26/+23
| * | rename "shef client" as "shef session" everywhereDan DeLeo2009-11-234-36/+42
| * | ShefSession is a more correct nameDan DeLeo2009-11-233-18/+18
| * | ShefClient as subclass of Hash wasn't effectiveDan DeLeo2009-11-234-57/+111
| * | shef can consume json from a fileDan DeLeo2009-11-231-8/+8
| * | shef clients extracted to their own fileDan DeLeo2009-11-231-0/+146
| * | shef refactor and feature additions:Dan DeLeo2009-11-235-219/+473
| * | nodes consume additional attributes on their ownDan DeLeo2009-11-233-21/+71
| * | iterator refuses to step off the cliffDan DeLeo2009-11-232-0/+7
| * | breakpoint R&P pause convergence via stepable iteratorDan DeLeo2009-11-234-0/+165
| * | resource collection provides access to the iteratorDan DeLeo2009-11-232-0/+20
| * | stepable iterator no longer needs to be singletonDan DeLeo2009-11-232-46/+21
| * | stepable iterator gives execution controlDan DeLeo2009-11-233-9/+296
| * | typo would cause specs to hang w/o internetDan DeLeo2009-11-231-1/+1
| |/
* | Merge branch 'chef-704' of git://github.com/fujin/chef into fujin/chef-704Adam Jacob2009-11-244-2/+146
|\ \
| * | CHEF-704: Ruby block device omits default actionAJ Christensen2009-11-254-2/+146
| |/
* | [CHEF-710] Add a default knife EDITOR and error handlingBryan McLellan2009-11-241-1/+1
|/
* Merge branch 'CHEF-356' of git://github.com/lmarlow/chef into lmarlow/CHEF-356Adam Jacob2009-11-231-30/+23
|\
| * Only build metadata json files when necessaryLee Marlow2009-11-111-19/+12
| * Only build role json files when necessaryLee Marlow2009-11-111-11/+11
* | Merge branch 'CHEF-616' of git://github.com/ChoHag/chef into ChoHag/CHEF-616Adam Jacob2009-11-231-1/+0
|\ \
| * | File.join always returns true so test for git origin was broken.Matthew King2009-10-141-1/+0
* | | Merge branch 'CHEF-617' of git://github.com/ChoHag/chef into ChoHag/CHEF-617Adam Jacob2009-11-231-9/+23
|\ \ \
| * | | Allow chef repositories to be installed from workstation directly to server.Matthew King2009-10-141-9/+23
| |/ /
* | | Merge branch 'master' into danielsdeleo/CHEF-687Adam Jacob2009-11-2311-36/+264
|\ \ \
| * | | Fixing the file spec to keep one backup, not twoAdam Jacob2009-11-231-1/+1
| * | | Merge branch 'CHEF-709' of git://github.com/tfheen/chef into tfheen/CHEF-709Adam Jacob2009-11-234-2/+27
| |\ \ \
| | * | | Add tests for file_backup_pathTollef Fog Heen2009-11-132-0/+20
| | * | | Make sure to add file_backup_path to file names when removing them tooTollef Fog Heen2009-11-131-3/+3
| | * | | Get rid of unneeded requireTollef Fog Heen2009-11-131-1/+0
| | * | | Add file_backup_path supportTollef Fog Heen2009-11-132-0/+6
| | | |/ | | |/|
| * | | Merge branch 'chef-723' of git://github.com/jtimberman/chef into jtimberman/c...Adam Jacob2009-11-231-7/+8
| |\ \ \
| | * | | chef-723, change * to wildcard for filenamesjtimberman2009-11-191-7/+8
| * | | | Merge branch 'CHEF-677' of git://github.com/nuoyan/chef into nuoyan/CHEF-677Adam Jacob2009-11-234-4/+175
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge branch 'master' of git://github.com/opscode/chef into CHEF-677Nuo Yan2009-11-1760-401/+2362
| | |\ \ \ | | | |/ /
| | * | | Merge branch '0.8-alpha' of git://github.com/opscode/chef into CHEF-677Nuo Yan2009-11-1218-61/+121
| | |\ \ \
| | * | | | CHEF-677 Users workNuo Yan2009-11-124-4/+175
| * | | | | Knife should support printing the run listAdam Jacob2009-11-172-3/+18
| * | | | | The default and overrides should be MashesAdam Jacob2009-11-171-2/+2
| | |_|/ / | |/| | |
| * | | | Fixing up the search endpoint to use Chef::Search::QueryAdam Jacob2009-11-101-19/+35