summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adding some more explicit debugging to uploadAdam Jacob2010-06-071-2/+5
* Raise exception on non-auth upload errors tooAdam Jacob2010-06-071-0/+2
* Should be a mash, not a hashAdam Jacob2010-06-071-1/+1
* bump version to 0.9.0 alpha 6 for next public alpha releaseDaniel DeLeo2010-06-074-4/+4
* Merge branch 'CHEF-1269'Daniel DeLeo2010-06-0712-79/+171
|\
| * [CHEF-1260] don't try to checksum files that don't existDaniel DeLeo2010-06-072-3/+3
| * left some debugging in thereDaniel DeLeo2010-06-071-2/+1
| * update cookbook/show to match arbitrary changes in cookbook modelDaniel DeLeo2010-06-073-29/+28
| * fix WTFs w/ drag-drop receiverDaniel DeLeo2010-06-071-6/+26
| * avoid N+1 queries when fetching all of the latest cookbooksDaniel DeLeo2010-06-072-8/+61
| * fix webui's ability to see all recipes, and make it as fast as possibleDaniel DeLeo2010-06-078-41/+62
|/
* Merge branch 'CHEF-1274'Daniel DeLeo2010-06-062-3/+15
|\
| * [CHEF-1274] fix knife not to die if no config file existsDaniel DeLeo2010-06-062-3/+15
|/
* Merge branch 'CHEF-966'Daniel DeLeo2010-06-063-37/+113
|\
| * resources just hold values, no need to mock themDaniel DeLeo2010-06-061-3/+3
| * CHEF-966 linux useradd provider should support creation of system users plus ...Ian Meyer2010-06-063-37/+113
|/
* Merge branch 'CHEF-1282'Daniel DeLeo2010-06-065-23/+23
|\
| * CHEF-1282 Specs throw warning 'parenthesize argument(s) for future version'Ian Meyer2010-06-065-23/+23
|/
* Merge branch 'CHEF-827'Daniel DeLeo2010-06-065-8/+13
|\
| * Clean up default definition of user and group regexes, add . to themTollef Fog Heen2010-06-061-2/+2
| * Make the regex defining valid user and group names a config optionTollef Fog Heen2010-06-065-8/+13
|/
* Merge branch 'CHEF-1260'Daniel DeLeo2010-06-064-8/+11
|\
| * CHEF-1260: Compare content with checksum on demand.Matthew Kent2010-06-062-7/+1
| * CHEF-1260: Only checksum when necessary, prevents inadvertently reading largeMatthew Kent2010-06-063-1/+10
|/
* fix up test harness for recent changesDaniel DeLeo2010-06-064-6/+25
* fix borken test harnessDaniel DeLeo2010-06-062-4/+11
* Merge branch 'CHEF-1279'Daniel DeLeo2010-06-051-4/+26
|\
| * [CHEF-1279] format output of syntax checking so the pointer lines upDaniel DeLeo2010-06-051-4/+26
|/
* Merge branch 'CHEF-1281'Daniel DeLeo2010-06-053-8/+25
|\
| * [CHEF-1281] don't fail miserably on empty dirs in the repoDaniel DeLeo2010-06-053-8/+25
|/
* forgot license headers in new filesDaniel DeLeo2010-06-052-29/+33
* Merge branch 'CHEF-1280'Daniel DeLeo2010-06-058-21/+290
|\
| * [CHEF-1280] detect if we're given a stringio or tempfile from rackDaniel DeLeo2010-06-058-21/+290
|/
* bump verision to 0.9.0 alpha 4 for public alphaDaniel DeLeo2010-06-044-4/+4
* Merge branch 'CHEF-1273'Daniel DeLeo2010-06-042-6/+75
|\
| * Use node, not @node in Chef::Mixin::Language fix CHEF-1273Seth Falcon2010-06-042-6/+75
|/
* webui gem builds w/ rake gem nowDaniel DeLeo2010-06-041-3/+1
* Merge branch 'CHEF-1269'Daniel DeLeo2010-06-0411-111/+128
|\
| * fix node show action, mark (likely) dead codeDaniel DeLeo2010-06-046-91/+105
| * fix the status page, node list and role listDaniel DeLeo2010-06-046-20/+23
|/
* Merge branch 'CHEF-1271'Daniel DeLeo2010-06-049-95/+32
|\
| * sync_cookbooks uses manifest's download URL instead of formulating it itselftim@opscode.com2010-06-041-4/+2
| * Fixed Cookbook download features for Platform; changed manifest 'uri' to 'url'tim@opscode.com2010-06-046-59/+9
| * Changes to Sandboxes/Cookbooks features&steps to work on platformtim@opscode.com2010-06-043-32/+21
|/
* Merge branch 'CHEF-1270'Daniel DeLeo2010-06-041-18/+26
|\
| * [CHEF-1270] call to_s on our errors so as not to choke the indexerDaniel DeLeo2010-06-041-18/+26
|/
* Merge branch 'CHEF-1189'Daniel DeLeo2010-06-044-2/+26
|\
| * [CHEF-1189] set defaults for svn_args and info_args to no auth cacheDaniel DeLeo2010-06-044-2/+26
|/
* testing cookbook had invalid metadata, causing 412 in testsDaniel DeLeo2010-06-031-12/+3
* Merge branch 'CHEF-1161'Daniel DeLeo2010-06-033-4/+16
|\