summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add require of config_fetcher to applicationsf/OC-11455Seth Falcon2014-03-281-0/+1
* CHEF-3610: Doc file updatesBryan McLellan2014-03-284-0/+10
* [CHEF-3610] Set log_level for chef-client when '-VV' is specified in the knif...Hui Hu2014-03-282-0/+8
* CHEF-4957: Release doc updatesBryan McLellan2014-03-282-0/+2
* CHEF-4957: Mount resource won't work when device is a relative symlinkMaxime Caumartin2014-03-282-1/+26
* Merge pull request #1328 from btm/CHEF-5087Bryan McLellan2014-03-2811-0/+653
|\
| * CHEF-5087: Hide win32 if not on windowsBryan McLellan2014-03-285-6/+6
| * CHEF-5087: Add a Windows Installer package providerBryan McLellan2014-03-2711-0/+653
|/
* Merge pull request #1329 from opscode/lcg/CHEF-5041-content-lengthSerdar Sutay2014-03-279-18/+276
|\
| * Changelog info.sersut2014-03-271-0/+2
| * Additional debug logs per PR comments.sersut2014-03-271-2/+7
| * CHEF-5100:Lamont Granquist2014-03-278-19/+247
| * CHEF-5100: reset state for streamed downloadsLamont Granquist2014-03-271-0/+1
| * CHEF-5041: check for transfer-encoding headerLamont Granquist2014-03-273-13/+35
| * CHEF-5041: fix middleware orderLamont Granquist2014-03-271-1/+1
|/
* Contribution info for CHEF-4443.sersut2014-03-272-3/+4
* Merge pull request #948 from thommay/chef-4443Serdar Sutay2014-03-274-11/+36
|\
| * move run_list twiddling into the policy builderThom May2014-03-042-7/+4
| * Merge remote-tracking branch 'origin/master' into save-right-run-listThom May2014-03-04889-16200/+38568
| |\
| * | add run_list setterThom May2014-03-041-1/+10
| * | CHEF-4443 - Always save the correct run listThom May2013-08-123-10/+28
* | | Merge branch 'restore-shadowing-warning'danielsdeleo2014-03-273-109/+164
|\ \ \
| * | | Add changelog note about cookbook overlay warningdanielsdeleo2014-03-271-0/+2
| * | | Add regression test for cookbook overlay warningdanielsdeleo2014-03-271-0/+24
| * | | Tidy cookbook upload specsdanielsdeleo2014-03-271-109/+132
| * | | Restore warning for cookbook shadowingdanielsdeleo2014-03-271-0/+6
|/ / /
* | | Merge pull request #1339 from nishigori/fix-few-typoBryan McLellan2014-03-271-1/+1
|\ \ \
| * | | Fix few typonishigori2014-03-261-1/+1
* | | | Fix unit tests to not access /etc/chef/encrypted_data_bag_secretdanielsdeleo2014-03-261-4/+13
* | | | Merge branch 'CHEF-4373'danielsdeleo2014-03-265-47/+191
|\ \ \ \ | |/ / / |/| | |
| * | | Add new config option to DOC_CHANGESdanielsdeleo2014-03-261-0/+24
| * | | Add optional client-side key generation when registeringdanielsdeleo2014-03-254-15/+126
| * | | Tidy up api client registration specsdanielsdeleo2014-03-251-32/+41
|/ / /
* | | Restrict rake to 10.1.x because ruby 1.8 support was droppeddanielsdeleo2014-03-241-1/+4
* | | Add DeepMerge TypeError fixes to changelogdanielsdeleo2014-03-241-0/+1
* | | Use safe_dup for DeepMerge#deep_merge to avoid TypeErrordanielsdeleo2014-03-242-1/+5
* | | Rescue TypeError duping un-dupable types in deep mergedanielsdeleo2014-03-242-1/+13
* | | Merge pull request #1334 from opscode/btm/CHEF-4888Bryan McLellan2014-03-244-1/+48
|\ \ \
| * | | CHEF-4888: Call WIN32OLE.ole_initialize in sub-threadsBryan McLellan2014-03-244-1/+48
* | | | Merge branch 'CHEF-5134'danielsdeleo2014-03-243-0/+77
|\ \ \ \ | |/ / / |/| | |
| * | | Add documenation for SSL warningsdanielsdeleo2014-03-242-0/+43
| * | | Check SSL configuration once per client run.danielsdeleo2014-03-241-4/+34
| * | | use local config var in #registerLamont Granquist2014-03-241-1/+1
| * | | CHEF-5134: Warn on no SSL verificationLamont Granquist2014-03-241-0/+4
|/ / /
* | | Documentation updates for contributionsBryan McLellan2014-03-204-0/+16
* | | Enabled using special strings in cron. CHEF-2816Juri Timoshin2014-03-203-5/+158
* | | CHEF-4848: Add additional unit testsBryan McLellan2014-03-203-11/+33
* | | Show a short message for invalid value for weekday.Ryota Arai2014-03-202-4/+15
* | | Resource::Cron#weekday accepts symbol arg.Ryota Arai2014-03-201-1/+3
* | | Cron resource accepts a symbol as `weekday`Ryota Arai2014-03-203-2/+31