summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix Rakefile comment and add gemspec to .gitignoreChristopher Brown2009-12-152-1/+2
* move to jeweler 1.4 and automatic gemspec generationChristopher Brown2009-12-152-58/+1
* Rakefile was updated, but gemspec never got updatedChristopher Brown2009-12-151-4/+24
* Fixing a style issue - long strings can be long, rather than split purely for...Adam Jacob2009-12-101-2/+1
* Merge branch 'chef-639' of git://github.com/fujin/chef into fujin/chef-639Adam Jacob2009-12-102-5/+23
|\
| * CHEF-639: git provider fails subsequent checkoutsAJ Christensen2009-12-082-5/+23
* | Merge branch 'CHEF-742' of git://github.com/stormsilver/chef into stormsilver...Adam Jacob2009-12-102-0/+12
|\ \
| * | Fixed problem with popen4 where child processes that read from STDIN might ne...Eric Hankins2009-11-242-0/+12
* | | Merge branch 'CHEF-752' of git://github.com/tfheen/chef into tfheen/CHEF-752Adam Jacob2009-12-104-7/+38
|\ \ \
| * | | Add support for passing non-unique to the useradd providerTollef Fog Heen2009-12-094-7/+38
| | |/ | |/|
* | | Flipping these tests to be testing the right response, not green for the brok...Adam Jacob2009-12-101-20/+10
* | | Merge branch 'CHEF-542-754' of git://github.com/cwalters/chef into cwalters/C...Adam Jacob2009-12-1017-30/+499
|\ \ \
| * | | Accounting for tarballs whose entries begin with ./ in tarball validationchris2009-12-081-1/+1
| * | | CHEF-542: cookbook tarball CRUD, which necessitated CHEF-754: repositories co...chris2009-12-0717-30/+499
| |/ /
* | | Merge branch 'chef-758' of git://github.com/fujin/chef into fujin/chef-758Adam Jacob2009-12-101-2/+2
|\ \ \
| * | | CHEF-758: WebUI doesn't use preformatted output for keysAJ Christensen2009-12-081-2/+2
| |/ /
* | | Merge branch 'chef-764' of git://github.com/btm/chef into btm/chef-764Adam Jacob2009-12-102-6/+2
|\ \ \
| * | | [CHEF-764] Do not use pretty_generate on remaining attributesBryan McLellan2009-12-012-6/+2
* | | | Merge branch 'chef-765' of git://github.com/fujin/chef into fujin/chef-765Adam Jacob2009-12-101-0/+1
|\ \ \ \
| * | | | CHEF-765: webui users are not indexedAJ Christensen2009-12-081-0/+1
| | |/ / | |/| |
* | | | Changing HTTP errors to warn not errorAdam Jacob2009-12-032-2/+3
|/ / /
* | | 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