| Commit message (Expand) | Author | Age | Files | Lines |
* | Add --no-diff option to allow download/upload of only new files | John Keiser | 2013-06-07 | 3 | -2/+16 |
* | Parallelize diff, download and upload | John Keiser | 2013-06-07 | 5 | -97/+131 |
* | Add --concurrency argument to set # of threads | John Keiser | 2013-06-07 | 2 | -1/+16 |
* | Parallelize knife list and knife show | John Keiser | 2013-06-07 | 5 | -27/+155 |
* | Turn list() and list_pairs() into Enumerables | John Keiser | 2013-06-07 | 8 | -42/+78 |
* | Turn on nodes, clients and users by default ("everything") | John Keiser | 2013-06-07 | 2 | -11/+20 |
* | Fix #91: redirects fail | John Keiser | 2013-06-07 | 1 | -4/+8 |
* | Don't overwrite filenames in the original command when printing output | John Keiser | 2013-06-07 | 1 | -1/+1 |
* | Don't print extra newlines on diff | John Keiser | 2013-06-07 | 1 | -1/+1 |
* | Don't print extra newlines in xargs | John Keiser | 2013-06-07 | 1 | -1/+1 |
* | Add knife edit | John Keiser | 2013-06-07 | 1 | -0/+75 |
* | Add xargs -0 for null separator, split on space as well as newline | John Keiser | 2013-06-07 | 1 | -1/+9 |
* | Add long options for xargs | John Keiser | 2013-06-07 | 1 | -0/+4 |
* | Add xargs -t to print command lines | John Keiser | 2013-06-07 | 1 | -1/+8 |
* | Add xargs -s SIZE for command line size limit | John Keiser | 2013-06-07 | 1 | -64/+136 |
* | Add xargs -n MAXARGS to allow command lines with more args | John Keiser | 2013-06-07 | 1 | -58/+98 |
* | Add xargs -J and -I for custom command line replacement | John Keiser | 2013-06-07 | 1 | -17/+36 |
* | Add "knife xargs" command to run a program against nodes, roles, cookbooks, etc. | John Keiser | 2013-06-07 | 1 | -0/+114 |
* | Sort actors and groups for better diffing | jkeiser | 2013-06-07 | 2 | -1/+3 |
* | Fix groups PUT, make groups download prettier | jkeiser | 2013-06-07 | 4 | -5/+29 |
* | Fix client ability to upload to Hosted Chef | jkeiser | 2013-06-07 | 1 | -2/+6 |
* | Almost never inflate things into Chef objects; when we do so, do it explicitl... | jkeiser | 2013-06-07 | 7 | -18/+19 |
* | Move RawRequest to its own file, remove chef_hash | jkeiser | 2013-06-07 | 4 | -87/+84 |
* | Get rid of chef_collection | jkeiser | 2013-06-07 | 3 | -15/+15 |
* | Allow diff to continue on error | jkeiser | 2013-06-07 | 2 | -84/+100 |
* | Support upload for acls | jkeiser | 2013-06-07 | 3 | -5/+30 |
* | Add download and diff support for acls | jkeiser | 2013-06-07 | 9 | -3/+236 |
* | Add data handler from containers support | jkeiser | 2013-06-07 | 1 | -0/+22 |
* | Add container support to hosted chef | jkeiser | 2013-06-07 | 3 | -2/+7 |
* | Add repo_mode=hosted_everything, /groups entry | jkeiser | 2013-06-07 | 7 | -7/+76 |
* | Better error message when RestListDir.children fails via HTTP | jkeiser | 2013-06-07 | 1 | -1/+1 |
* | Allow repo_mode and chef_repo_path to be set in knife.rb again | jkeiser | 2013-06-07 | 1 | -54/+53 |
* | Make knife raw work with Chef 11 | jkeiser | 2013-06-07 | 1 | -0/+1 |
* | Fix child(name) to always return a child | jkeiser | 2013-06-07 | 2 | -49/+40 |
* | [COOK] Fixed CookbookDir#exists? and @existence typo | Ho-Sheng Hsiao | 2013-06-07 | 2 | -10/+11 |
* | [CLEANUP] Fixed up code to make it more readable | Ho-Sheng Hsiao | 2013-06-07 | 4 | -86/+93 |
* | [CORE] Bypass chef_object inflation and normalize raw requests instead | Ho-Sheng Hsiao | 2013-06-07 | 7 | -80/+109 |
* | [ARCH] Use JSON.parse directly until JSON gem code gets sorted out | Ho-Sheng Hsiao | 2013-06-07 | 2 | -3/+6 |
* | [COOKBOOKS] Added symlinked proxy hack | Ho-Sheng Hsiao | 2013-06-07 | 2 | -7/+47 |
* | [COOKBOOKS] Fixed regressions when versioned_cookbooks is false | Ho-Sheng Hsiao | 2013-06-07 | 2 | -13/+12 |
* | [COOKBOOKS] Added versioned_cookbooks support. | Ho-Sheng Hsiao | 2013-06-07 | 3 | -16/+73 |
* | [CLI] Added --chef_repo_path option | Ho-Sheng Hsiao | 2013-06-07 | 1 | -17/+28 |
* | Print out URL when we fail to retrieve | jkeiser | 2013-06-07 | 2 | -2/+2 |
* | Report failed network reads in knife diff | jkeiser | 2013-06-07 | 4 | -18/+27 |
* | Ignore . dirs in data bags and cookbooks | jkeiser | 2013-06-07 | 3 | -3/+43 |
* | Fix #82: Allow knife upload of files with no name/id in them | jkeiser | 2013-06-07 | 3 | -17/+41 |
* | Print error for bad json in knife upload | jkeiser | 2013-06-07 | 7 | -17/+56 |
* | Make diff formatting better now that output is prettier | jkeiser | 2013-06-07 | 2 | -13/+2 |
* | Test to ensure json is output in sane order | jkeiser | 2013-06-07 | 1 | -0/+4 |
* | Make diff work with extra/missing directories again (fix for unit test) | jkeiser | 2013-06-07 | 1 | -4/+6 |