summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update remote_file to expect nil return for 304 responsedanielsdeleo2013-10-231-11/+4
* Configure the ssl_ca_file if it can be founddanielsdeleo2013-10-181-1/+8
* Add a means to detect the 'embedded' dir in omnibusdanielsdeleo2013-10-181-0/+22
* Update the help topics based on changed man pages.sersut2013-10-181-1/+1
* Merge branch '11-stable'sersut2013-10-181-1/+1
|\
| * Remove auto-generation of man pages from markdown since it is being handled s...sersut2013-10-181-1/+1
| * Bump the version number to 11.8.0.rc.011.8.0.rc.0sersut2013-10-171-1/+1
* | Mark popen4 tests "volatile" to prevent spurious Ci failuresdanielsdeleo2013-10-181-0/+20
* | Fix error caused by loading duplicate trusted certsdanielsdeleo2013-10-181-1/+9
* | Bump the version number to 11.10.0.alpha.0.11.10.0.alpha.0sersut2013-10-171-1/+1
|/
* Merge pull request #1060 from opscode/CHEF-4509Serdar Sutay2013-10-176-28/+38
|\
| * /me a pedant, fix indention level in optionsSeth Chisamore2013-10-174-15/+15
| * [CHEF-4509] read `secret` `secret_file` from knife hashSeth Chisamore2013-10-176-13/+23
* | Merge pull request #1062 from opscode/adamed-chef-4625Adam Edwards2013-10-173-1/+3
|\ \
| * | Handle nil tempfile, ftp, http casesadamedx2013-10-173-2/+3
| * | CHEF-4625: Explicitly close temp files to prevent sharing violationsadamedx2013-10-171-0/+1
* | | Add a directory where trusted certs can be storeddanielsdeleo2013-10-173-1/+26
* | | Fix String element reference for ruby 1.8danielsdeleo2013-10-171-1/+1
* | | Add a root config_dir config optiondanielsdeleo2013-10-171-12/+36
|/ /
* | Merge pull request #1063 from opscode/adamed-chef-4422Adam Edwards2013-10-171-1/+4
|\ \
| * | Merge pull request #939 from opscode/adamed-11-stable-OC-9173-remote-file-pathAdam Edwards2013-10-171-1/+4
| |/
* | Use real path while checking for mounted directories.sersut2013-10-171-4/+14
|/
* Add `verify_api_cert` setting in config.rbdanielsdeleo2013-10-161-0/+12
* Use API SSL policy w/ Chef::RESTdanielsdeleo2013-10-161-0/+5
* Add API SSL policydanielsdeleo2013-10-161-0/+12
* Extract SSL policy to a DI-able classdanielsdeleo2013-10-162-30/+104
* Fixup specs to handle config jail featuredanielsdeleo2013-10-161-1/+5
* Flip config_missing? to return true when missingJohn Keiser2013-10-163-9/+7
* Remove extra newline from error messagingdanielsdeleo2013-10-161-1/+1
* Make configuration errors more informativedanielsdeleo2013-10-161-3/+4
* Use function args for error messages in config file loadingdanielsdeleo2013-10-161-3/+2
* Load client/solo config via ConfigFetcherdanielsdeleo2013-10-163-77/+64
* Support evaluation of a string as configdanielsdeleo2013-10-161-0/+7
* Support HTTP req to base URL without adding a slashdanielsdeleo2013-10-161-0/+2
* Move config fetching tests to their own file.danielsdeleo2013-10-161-3/+2
* Move json attribs fetching to a classdanielsdeleo2013-10-164-70/+60
* Return the response body by default if we've read itdanielsdeleo2013-10-162-1/+4
* Sign requests to download cookbook files in knife downloadJohn Keiser2013-10-161-1/+1
|\
| * Authenticate when downloading cookbooks so that Enterprise Chef will workJohn Keiser2013-10-151-1/+1
* | Prettify JSON output from PUT/POST in local modeJohn Keiser2013-10-168-13/+65
|\ \
| * | Prettify data when writing it out in --local-modeJohn Keiser2013-10-168-13/+65
* | | Merge pull request #1046 from opscode/CHEF-4470Serdar Sutay2013-10-163-12/+231
|\ \ \
| * | | Clean out the comments and reorganize code in run_lock.rbsersut2013-10-151-10/+17
| * | | Windows support for Chef::Runlock.sersut2013-10-143-12/+224
| | |/ | |/|
* | | Merge branch 'jk/local_multi_cache_path'John Keiser2013-10-156-18/+82
|\ \ \ | |_|/ |/| |
| * | Add --config-file-jail to avoid loading user knife.rb in testsJohn Keiser2013-10-156-17/+75
| * | Set cache_path under the user's home dir rather than the local repo pathJohn Keiser2013-10-141-1/+7
* | | Fix knife download EEXISTS error on parallel downloadJohn Keiser2013-10-152-2/+8
|\ \ \
| * | | Fix issue where multiple threads try to create same directory at the same timeJohn Keiser2013-10-152-2/+8
| | |/ | |/|
* | | Add help category to knife path-based commandsJohn Keiser2013-10-1510-1/+19
|\ \ \