summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* oops, missed a log level change in knifeChristopher Brown2009-12-111-1/+1
* fix log level stuff, mkdir_p, and downto idiomChristopher Brown2009-12-1010-18/+16
* Fixes CHEF-703, making search iterate for you by default without a blockAdam Jacob2009-12-014-2/+57
* Fixes CHEF-766 - we now print error messages recieved from the serverAdam Jacob2009-12-012-0/+17
* Fixing race condition in init processAdam Jacob2009-11-302-37/+46
* Fixing the chef-server-api boot block, for goodAdam Jacob2009-11-303-40/+39
* Merge branch 'CHEF-629' of git://github.com/danielsdeleo/chef into danielsdel...Adam Jacob2009-11-308-3/+61
|\
| * export --force for subversion and svn deployDan DeLeo2009-11-268-3/+61
* | Merge branch 'CHEF-647' of git://github.com/danielsdeleo/chef into danielsdel...Adam Jacob2009-11-302-5/+7
|\ \
| * | the simple fix for CHEF-647Dan DeLeo2009-11-262-5/+7
| |/
* | Merge branch 'CHEF-671' of git://github.com/danielsdeleo/chef into danielsdel...Adam Jacob2009-11-306-0/+39
|\ \
| * | [CHEF-671] add group support to scm R & PDan DeLeo2009-11-266-0/+39
| |/
* | Adding nanite and uuidtools as deps, and adding the dependency to chef-server...Adam Jacob2009-11-302-4/+5
* | Need to start nanite before setupAdam Jacob2009-11-301-5/+6
* | Kallistec's fixdreamcat42009-11-301-1/+1
* | CHEF-753 chef server slice should finish activating without the indexerdreamcat42009-11-301-6/+6
* | Moving Chef::ChecsumCache to Chef::Cache::ChecksumAdam Jacob2009-11-296-101/+149
* | Merge branch 'CHEF-750' of git://github.com/danielsdeleo/chef into danielsdel...Adam Jacob2009-11-297-127/+185
|\ \
| * | forgot to add fixture data for specsDan DeLeo2009-11-261-0/+1
| * | refactor caching implementationDan DeLeo2009-11-264-127/+132
| * | ConvertToClassName converts from class name to snakeDan DeLeo2009-11-262-0/+52
| |/
* | Adding the cookbook loader as a node attributeAdam Jacob2009-11-283-3/+2
* | CHEF-607: Slightly faster ;PAJ Christensen2009-11-281-2/+1
* | CHEF-607: Additional fixes to Adam's workAJ Christensen2009-11-285-11/+14
* | Attribute inclusion mixin, and featuresAdam Jacob2009-11-2716-35/+184
* | Moving include_recipe to a mixinAdam Jacob2009-11-275-42/+62
* | Always read cookbooks in alphabetical orderAdam Jacob2009-11-272-2/+11
* | Fixes CHEF-737; gotta head up the EM reactor before you sleep for itAdam Jacob2009-11-271-1/+2
* | Fixing CHEF-749, we now properly cache cookbooks again.Adam Jacob2009-11-276-15/+63
|/
* 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-253-2/+7
* Fixing CHEF-696, adding checksum caching via MonetaAdam Jacob2009-11-249-9/+254
* Merge branch 'chef-623' of git://github.com/btm/chef into btm/chef-623Adam Jacob2009-11-241-2/+3
|\
| * [CHEF-623] Web UI allows creation of nodes with no nameBryan McLellan2009-11-241-2/+3
* | 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 'CHEF-698' of git://github.com/pcross616/chef into pcross616/CHE...Adam Jacob2009-11-241-1/+3
|\ \
| * | Fixing CHEF-698Peter Crossley2009-11-241-1/+3
| |/
* | 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