summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* move (generate|delete)_config out of the process of running-configsakazuki2014-09-101-3/+3
* refacteringsakazuki2014-09-101-2/+1
* fix bugsakazuki2014-09-101-2/+1
* rewrite in the style of remote_directorysakazuki2014-09-101-6/+14
* fix CHEF-4933sakazuki2014-09-101-11/+4
* rebaseKirill Shirinkin2014-09-101-2/+4
* Add ChefFS rdoc, format existing ChefFS rdoc correctlyjk/docJohn Keiser2014-09-094-22/+148
* remove setting the internal encodingLamont Granquist2014-09-081-1/+0
* Marshall.dump can't dump an IOLamont Granquist2014-09-081-2/+4
* spec and code fixes for upstart providerLamont Granquist2014-09-081-1/+1
* spec and code fixes for subversion providerLamont Granquist2014-09-081-3/+3
* force the default internal/external encodingLamont Granquist2014-09-082-0/+16
* change run_command to shell_out in svn providerLamont Granquist2014-09-081-6/+6
* add config option for the default_localeLamont Granquist2014-09-082-2/+38
* fix shell_out/run_command usageLamont Granquist2014-09-0817-115/+71
* unicode shell_out fixes plus mixlib-shellout 2.xLamont Granquist2014-09-081-16/+28
* Print out request and response body on non-2xx responsejk/http-error-logJohn Keiser2014-09-071-0/+14
* Make Chef::Config.versioned_cookbooks configurable by consumersjk/versioned_cookbooks_configJohn Keiser2014-09-057-15/+22
* Fix crash when repo root does not existJohn Keiser2014-09-051-7/+10
* Add many comments to DataHandler and FileSystem classesJohn Keiser2014-09-0516-22/+138
* Add org.json, members.json, invitations.json for full org downloadJohn Keiser2014-09-0513-23/+288
* Add InvalidSearchQuery exception for malformed searches.Claire McQuin2014-09-042-4/+19
* Added logic to enable -a to utilize search filtering, for performances's sakeScott Hain2014-09-041-6/+6
* Modified -a ATTR search to use search filtering natively. Feels sort of hack-yScott Hain2014-09-041-11/+21
* Fix typos, add partial_search spec.Claire McQuin2014-09-041-13/+7
* Comment :keys => :filter_result in partial_searchClaire McQuin2014-09-041-3/+5
* wordingScott Hain2014-09-041-1/+1
* DEPRECATIONScott Hain2014-09-041-0/+1
* updated partial againScott Hain2014-09-041-2/+20
* Updated based on mcq and others feedbackScott Hain2014-09-041-38/+53
* added a default for ruby 1.8 compatibilityScott Hain2014-09-041-1/+2
* Last round of life improvementScott Hain2014-09-041-10/+9
* Refactored thanks to some great inputScott Hain2014-09-041-32/+17
* Fixed the stupid typo that broke the last buildScott Hain2014-09-041-2/+2
* fixed up some little naming nuancesScott Hain2014-09-041-2/+4
* Updated based on awesome feedbackScott Hain2014-09-042-56/+78
* Finished up search with filteringScott Hain2014-09-042-9/+99
* Updates based on @jaymzh's comments.Serdar Sutay2014-09-041-2/+6
* Set the password at the right time using the correct info in order not to ove...Serdar Sutay2014-09-041-28/+28
* Add debug/info logging for knife config file findingdanielsdeleo2014-09-034-4/+105
* rename '--dont-use-config' to '--disable-config'danielsdeleo2014-09-031-3/+3
* Remove config file jail, replaced with config skip optiondanielsdeleo2014-09-034-32/+9
* Knife now prefers DIR/config.rb to DIR/knife.rbdanielsdeleo2014-09-031-0/+4
* Extract Knife config file find/load to a reusable componentdanielsdeleo2014-09-033-124/+188
* Add comment about header orderingJohn Keiser2014-08-301-0/+1
* Make join work properly with leading slashesJohn Keiser2014-08-301-4/+4
* Move Chef::Config path functions to Chef::Util::PathHelperJohn Keiser2014-08-306-72/+82
* Fix Windows path bugs, run all config tests against WindowsJohn Keiser2014-08-301-5/+22
* Switch back to ChefZero::RSpec version 3jk/rspec_zero_3John Keiser2014-08-292-2/+2
* CHEF-5075: order matters for recipe_urlBryan McLellan2014-08-291-8/+14