summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Mark popen4 tests "volatile" to prevent spurious Ci failuresdanielsdeleo2013-10-182-1/+21
* Merge branch 'duplicate-cert-fix'danielsdeleo2013-10-182-1/+18
|\
| * Fix error caused by loading duplicate trusted certsdanielsdeleo2013-10-182-1/+18
|/
* Merge branch 'pry-it-up'danielsdeleo2013-10-182-3/+3
|\
| * remove commented pry dep from Gemfiledanielsdeleo2013-10-181-2/+0
| * Add pry as a runtime dependencydanielsdeleo2013-10-181-1/+3
|/
* Bump the version number to 11.10.0.alpha.0.11.10.0.alpha.0sersut2013-10-1749-4827/+1755
* Merge pull request #1060 from opscode/CHEF-4509Serdar Sutay2013-10-177-30/+48
|\
| * /me a pedant, fix indention level in optionsSeth Chisamore2013-10-174-15/+15
| * [CHEF-4509] read `secret` `secret_file` from knife hashSeth Chisamore2013-10-177-15/+33
* | Merge pull request #1062 from opscode/adamed-chef-4625Adam Edwards2013-10-175-3/+6
|\ \
| * | Handle nil tempfile, ftp, http casesadamedx2013-10-174-3/+4
| * | CHEF-4625: Explicitly close temp files to prevent sharing violationsadamedx2013-10-172-1/+3
* | | Document webrick duck punchdanielsdeleo2013-10-171-0/+14
* | | Patch webrick timeout handler to avoid test failuresdanielsdeleo2013-10-171-0/+11
* | | Merge branch 'ssl-cert-dir'danielsdeleo2013-10-179-21/+262
|\ \ \ | |/ / |/| |
| * | Add a directory where trusted certs can be storeddanielsdeleo2013-10-178-1/+163
| * | Fix String element reference for ruby 1.8danielsdeleo2013-10-171-1/+1
| * | Add a root config_dir config optiondanielsdeleo2013-10-172-12/+100
| * | Remove config reload hacksdanielsdeleo2013-10-171-9/+0
|/ /
* | Merge pull request #1063 from opscode/adamed-chef-4422Adam Edwards2013-10-173-1/+146
|\ \
| * | Merge pull request #939 from opscode/adamed-11-stable-OC-9173-remote-file-pathAdam Edwards2013-10-173-1/+146
* | | Merge pull request #1061 from opscode/CHEF-4197Serdar Sutay2013-10-173-55/+43
|\ \ \ | |/ / |/| |
| * | Fix the spec that stubs ::File::exists?sersut2013-10-171-0/+2
| * | Use real path while checking for mounted directories.sersut2013-10-172-55/+41
| |/
* | Format manpages readme so you can read it in a terminaldanielsdeleo2013-10-171-10/+29
|/
* Merge branch 'customize-ssl-config'danielsdeleo2013-10-166-124/+266
|\
| * 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-162-56/+89
| * Move SSL policy specs to class-specific test filedanielsdeleo2013-10-162-94/+112
| * Extract SSL policy to a DI-able classdanielsdeleo2013-10-162-30/+104
|/
* update notes forjamescott2013-10-161-1/+1
* add note re: open source onlyjamescott2013-10-161-0/+3
* update descriptions for searchjamescott2013-10-161-1/+50
* Merge pull request #1056 from opscode/remove-service-func-testSerdar Sutay2013-10-161-55/+0
|\
| * Remove the unstable functional test for windows service which shells out 'che...sersut2013-10-161-55/+0
* | Merge branch 'api-code-path'danielsdeleo2013-10-1614-309/+320
|\ \
| * | Fixup specs to handle config jail featuredanielsdeleo2013-10-164-53/+48
| * | 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-162-4/+9
| * | Use function args for error messages in config file loadingdanielsdeleo2013-10-161-3/+2
| * | Load client/solo config via ConfigFetcherdanielsdeleo2013-10-164-112/+89
| * | 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-164-75/+118
| * | Move json attribs fetching to a classdanielsdeleo2013-10-166-96/+78
| * | 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-162-1/+28
|\ \