summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Minor test description fixesJohn Keiser2013-06-072-2/+2
| * Containers is not in normal chef. Don't include it.John Keiser2013-06-071-1/+0
| * Fix no-diff tests to actually use --no-diffJohn Keiser2013-06-072-3/+3
| * Restore /nodes to default knife list /John Keiser2013-06-071-0/+1
| * Fix container verification to use containername instead of nameJohn Keiser2013-06-072-2/+2
| * Fix data bag item verification and error messagesJohn Keiser2013-06-079-69/+46
| * Include Chef::Config before rspec to work with new Chef::Config detection in ...John Keiser2013-06-071-1/+1
| * Fix bug where we didn't go through all patterns if the first one failedJohn Keiser2013-06-072-2/+6
| * Transmit ALL exceptions to the calling threadJohn Keiser2013-06-071-1/+1
| * Make containers with with empty file {}John Keiser2013-06-073-2/+37
| * Remove DataBagItem (PUT format was the only difference)John Keiser2013-06-074-71/+16
| * Fix multitenant (hosted/private) detectionJohn Keiser2013-06-071-1/+1
| * Add --no-diff option to allow download/upload of only new filesJohn Keiser2013-06-075-2/+67
| * Parallelize diff, download and uploadJohn Keiser2013-06-076-97/+135
| * Add --concurrency argument to set # of threadsJohn Keiser2013-06-072-1/+16
| * Parallelize knife list and knife showJohn Keiser2013-06-075-27/+155
| * Turn list() and list_pairs() into EnumerablesJohn Keiser2013-06-079-43/+79
| * Don't specify --repo-mode=everything in tests now that it is the defaultJohn Keiser2013-06-071-20/+20
| * Turn on nodes, clients and users by default ("everything")John Keiser2013-06-078-687/+725
| * Make redirector test not interfere with other testsJohn Keiser2013-06-071-4/+5
| * Fix #91: redirects failJohn Keiser2013-06-072-4/+56
| * Don't overwrite filenames in the original command when printing outputJohn Keiser2013-06-071-1/+1
| * Don't print extra newlines on diffJohn Keiser2013-06-071-1/+1
| * Don't print extra newlines in xargsJohn Keiser2013-06-071-1/+1
| * Add knife editJohn Keiser2013-06-071-0/+75
| * Add xargs -0 for null separator, split on space as well as newlineJohn Keiser2013-06-071-1/+9
| * Add long options for xargsJohn Keiser2013-06-071-0/+4
| * Add xargs -t to print command linesJohn Keiser2013-06-071-1/+8
| * 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
| * Remove unit tests adequately covered in integrationjkeiser2013-06-074-1236/+0
| * Allow diff to continue on errorjkeiser2013-06-072-84/+100
| * Reset config variables before each integration testjkeiser2013-06-071-1/+12
| * Adjust to new arguments to ChefServerRootDir.newjkeiser2013-06-074-10/+12
| * 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