summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
...
| * Add xargs -s SIZE for command line size limitJohn Keiser2013-06-071-64/+136
| * Add xargs -n MAXARGS to allow command lines with more argsJohn Keiser2013-06-071-58/+98
| * Add xargs -J and -I for custom command line replacementJohn Keiser2013-06-071-17/+36
| * Add "knife xargs" command to run a program against nodes, roles, cookbooks, etc.John Keiser2013-06-071-0/+114
| * Sort actors and groups for better diffingjkeiser2013-06-072-1/+3
| * Fix groups PUT, make groups download prettierjkeiser2013-06-074-5/+29
| * Fix client ability to upload to Hosted Chefjkeiser2013-06-071-2/+6
| * Almost never inflate things into Chef objects; when we do so, do it explicitl...jkeiser2013-06-077-18/+19
| * Move RawRequest to its own file, remove chef_hashjkeiser2013-06-074-87/+84
| * Get rid of chef_collectionjkeiser2013-06-073-15/+15
| * Allow diff to continue on errorjkeiser2013-06-072-84/+100
| * Support upload for aclsjkeiser2013-06-073-5/+30
| * Add download and diff support for aclsjkeiser2013-06-079-3/+236
| * Add data handler from containers supportjkeiser2013-06-071-0/+22
| * Add container support to hosted chefjkeiser2013-06-073-2/+7
| * Add repo_mode=hosted_everything, /groups entryjkeiser2013-06-077-7/+76
| * Better error message when RestListDir.children fails via HTTPjkeiser2013-06-071-1/+1
| * Allow repo_mode and chef_repo_path to be set in knife.rb againjkeiser2013-06-071-54/+53
| * Make knife raw work with Chef 11jkeiser2013-06-071-0/+1
| * Fix child(name) to always return a childjkeiser2013-06-072-49/+40
| * [COOK] Fixed CookbookDir#exists? and @existence typoHo-Sheng Hsiao2013-06-072-10/+11
| * [CLEANUP] Fixed up code to make it more readableHo-Sheng Hsiao2013-06-074-86/+93
| * [CORE] Bypass chef_object inflation and normalize raw requests insteadHo-Sheng Hsiao2013-06-077-80/+109
| * [ARCH] Use JSON.parse directly until JSON gem code gets sorted outHo-Sheng Hsiao2013-06-072-3/+6
| * [COOKBOOKS] Added symlinked proxy hackHo-Sheng Hsiao2013-06-072-7/+47
| * [COOKBOOKS] Fixed regressions when versioned_cookbooks is falseHo-Sheng Hsiao2013-06-072-13/+12
| * [COOKBOOKS] Added versioned_cookbooks support.Ho-Sheng Hsiao2013-06-073-16/+73
| * [CLI] Added --chef_repo_path optionHo-Sheng Hsiao2013-06-071-17/+28
| * Print out URL when we fail to retrievejkeiser2013-06-072-2/+2
| * Report failed network reads in knife diffjkeiser2013-06-074-18/+27
| * Ignore . dirs in data bags and cookbooksjkeiser2013-06-073-3/+43
| * Fix #82: Allow knife upload of files with no name/id in themjkeiser2013-06-073-17/+41
| * Print error for bad json in knife uploadjkeiser2013-06-077-17/+56
| * Make diff formatting better now that output is prettierjkeiser2013-06-072-13/+2
| * Test to ensure json is output in sane orderjkeiser2013-06-071-0/+4
| * Make diff work with extra/missing directories again (fix for unit test)jkeiser2013-06-071-4/+6
| * Minimize files in knife show and download for easier readingjkeiser2013-06-079-26/+34
| * Add knife diff --diff-filter optionjkeiser2013-06-072-63/+72
| * Change JSON parse warning to errorjkeiser2013-06-071-1/+1
| * Protect against bad JSON on the clientjkeiser2013-06-071-2/+8
| * Don't minimize out the name/id of the container, for easy readingjkeiser2013-06-0710-4/+40
| * Make diff output friendlier by not printing defaults and printing in a specif...jkeiser2013-06-0710-78/+87
| * Fix #60: make diff/upload/download understand default valuesjkeiser2013-06-0718-38/+361
| * Support backslash on WindowsJohn Keiser2013-06-073-5/+4
| * Use cross-platform method for terminal widthJohn Keiser2013-06-071-2/+2
| * On Windows, File.open(dir) throws EACCESJohn Keiser2013-06-071-0/+1
| * Fix issue where pwd cookbook path not detected correctly in Ruby 1.8.7jkeiser2013-06-071-1/+1
| * Protect output against difference in hash key orderjkeiser2013-06-076-5/+6
| * Fix relative path printing in Ruby 1.8.7jkeiser2013-06-071-2/+2
| * Compensate for lack of File.realpath in Ruby 1.8.7jkeiser2013-06-072-6/+6