summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add comment about orderStanislav Bogatyrev2014-08-291-0/+2
* [CHEF-5075] Fix json_attribs and recipe_url load order.Stanislav Bogatyrev2014-08-291-5/+5
* better regex in /etc/rc.conf for service stateDave Eddy2014-08-291-2/+2
* refactoring freebsd provider + unit testsLamont Granquist2014-08-293-72/+92
* add trailing = to regex for freebsd service deletionDave Eddy2014-08-291-1/+1
* another instance of loose regexDave Eddy2014-08-291-1/+1
* tighten up /etc/rc.conf regexDave Eddy2014-08-291-1/+1
* Merge pull request #1895 from opscode/mcquin/CHEF-5282Serdar Sutay2014-08-282-0/+46
|\
| * Use existing Chef::Config values for verify_api_cert and ssl_verify_mode duri...Serdar Sutay2014-08-262-13/+33
| * Add --ssl-verify-mode and --[no-]verify-api-cert options.Claire McQuin2014-08-262-0/+26
* | Remove deprecated @node ivarsjk/remove_deprecated_ivarsJohn Keiser2014-08-272-6/+3
* | Clean up acl data handler, add username to user handler for cheffishjk/data_handler_cleanupJohn Keiser2014-08-272-2/+3
* | Merge pull request #1896 from opscode/lcg/1869lamont-granquist2014-08-261-2/+7
|\ \ | |/ |/|
| * response.body may be nilLamont Granquist2014-08-221-2/+7
* | Fixes based on PR comments.Serdar Sutay2014-08-261-13/+21
* | Specs for bootstrap cleanup.Serdar Sutay2014-08-262-18/+15
* | Fixes based on the PR comments.Serdar Sutay2014-08-263-8/+78
* | Remove encrypted_data_bag_secret distribution via Chef::Config and enable dis...Serdar Sutay2014-08-263-29/+4
* | Deprecate --distro and --template-file options in favor of --template.Serdar Sutay2014-08-262-22/+40
* | Remove the bootstrap templates that does chef install via gems.Serdar Sutay2014-08-269-337/+1
* | Warn on using 'everything' for knife download on a hosted setup PR #1913jmink2014-08-252-3/+12