summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix makecache action name in yum_repositorymakecacheTim Smith2016-09-191-1/+1
| | | | | | | | | Our allowed action in the resource doesn't match the action name in the provider. makecache is the correct action not make_cache: https://github.com/chef-cookbooks/yum/blob/master/providers/repository.rb#L100 Signed-off-by: Tim Smith tsmith@chef.io
* Bump version of chef to 12.14.75 by Chef Versioner.v12.14.75v12.11.18Chef Versioner2016-09-164-8/+8
|
* add a test for non-utf8 chars in filenames in the file provider (#5335)Lamont Granquist2016-09-164-3/+29
| | | fix non-utf8 filename issues in the file provider (again)
* Bump version of chef to 12.14.74 by Chef Versioner.v12.14.74Chef Versioner2016-09-164-8/+8
|
* Merge pull request #5339 from chef/jk/custom-resources-whyrunJohn Keiser2016-09-162-44/+64
|\ | | | | Make 12.5+ custom resources whyrun-safe by default
| * Make 12.5+ custom resources whyrun safe by default.John Keiser2016-09-162-1/+21
| | | | | | | | | | | | (This was always intended to be the case, and it's difficult to do it yourself. We have been teaching people whyrun-safe methods to make resources right alongside Custom Resources, as well.)
| * Fix whitespace on EOMsJohn Keiser2016-09-161-43/+43
| |
* | Bump version of chef to 12.14.73 by Chef Versioner.v12.14.73Chef Versioner2016-09-164-8/+8
| |
* | Merge pull request #5337 from chef/depsMatt Wrock2016-09-164-39/+42
|\ \ | |/ |/| update acceptance and omnibus deps
| * update acceptance and omnibus depsMatt Wrock2016-09-164-39/+42
|/
* Bump version of chef to 12.14.72 by Chef Versioner.v12.14.72Chef Versioner2016-09-164-8/+8
|
* Merge pull request #5267 from MsysTechnologiesllc/nim/update_resource_countBryan McLellan2016-09-163-1/+19
|\ | | | | Added count_log_resource_updates config attribute
| * minor changenimisha2016-09-161-1/+1
| |
| * Added count_log_resource_updates in config filenimisha2016-09-161-0/+4
| |
| * Renamed supress_log_resource_count to count_log_resource_updatesnimisha2016-09-162-6/+6
| |
| * Removed update_resource_count attribute and added supress_log_resource_count ↵nimisha2016-09-164-30/+6
| | | | | | | | chef config
| * Fixing travis issuesnimisha2016-09-162-4/+4
| |
| * Added specs for update_resource_count attributenimisha2016-09-162-0/+29
| |
| * Added update_resource_count attribute in log resourcenimisha2016-09-162-1/+10
|/
* Bump version of chef to 12.14.71 by Chef Versioner.v12.14.71Chef Versioner2016-09-164-8/+8
|
* Merge pull request #5330 from chef/lcg/derpLamont Granquist2016-09-151-1/+6
|\ | | | | derp fix for master breakage
| * derp fix for master breakagelcg/derpLamont Granquist2016-09-151-1/+6
| | | | | | | | | | | | thought this was green, but it was clearly red on appveyor/windows Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version of chef to 12.14.70 by Chef Versioner.v12.14.70Chef Versioner2016-09-164-8/+8
| |
* | Merge pull request #5268 from ↵Bryan McLellan2016-09-153-17/+48
|\ \ | |/ |/| | | | | MsysTechnologiesllc/dh/registry_resource_idempotent_issue Fix for idempotent issue for some registry types in registry_key resource
| * Updated functional spec as per review commentdheerajd-msys2016-09-141-1/+2
| |
| * Added functional specs for registry keydheerajd-msys2016-09-131-0/+9
| |
| * Refactored specsdheerajd-msys2016-09-131-28/+36
| |
| * Added specs for registry_key resource idempotent issue fixdheerajd-msys2016-09-131-1/+11
| |
| * Updated code to fix idompotent issue for some registry typesdheerajd-msys2016-09-131-0/+3
| |
* | Bump version of chef to 12.14.69 by Chef Versioner.v12.14.69Chef Versioner2016-09-164-8/+8
| |
* | Merge pull request #5328 from chef/mwrock-acceptanceMatt Wrock2016-09-151-1/+1
|\ \ | | | | | | point learn-the-basics-windows acceptance tests to mwrock fork
| * | point learn-the-basics-windows acceptance tests to mwrock forkMatt Wrock2016-09-151-1/+1
|/ /
* | Bump version of chef to 12.14.68 by Chef Versioner.v12.14.68Chef Versioner2016-09-154-8/+8
| |
* | Merge pull request #5322 from chef/lcg/manage-home-fixLamont Granquist2016-09-156-22/+72
|\ \ | | | | | | revert supports[:manage_home] behavior
| * | suppress deprecation errors in testslcg/manage-home-fixLamont Granquist2016-09-152-0/+6
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | move deprecation warnings to superclassLamont Granquist2016-09-152-13/+14
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | fix typos in deprecation messageLamont Granquist2016-09-151-1/+1
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | add tests for provider behaviorLamont Granquist2016-09-141-0/+12
| | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | revert supports[:manage_home] behaviorLamont Granquist2016-09-143-17/+48
| | | | | | | | | | | | | | | | | | | | | even though i violently disagree that this is correct behavior and we're just going to break everyone in one massive go when we hit Chef 13. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version of chef to 12.14.67 by Chef Versioner.v12.14.67Chef Versioner2016-09-154-8/+8
| | |
* | | Merge pull request #5327 from chef/lcg/file-tempfile-preserves-extensionsLamont Granquist2016-09-152-11/+43
|\ \ \ | | | | | | | | preserve the extension of the file in the rendered tempfile in File providers
| * | | typofix [ci skip]Lamont Granquist2016-09-151-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | remove empty method i accidentally leftLamont Granquist2016-09-151-4/+0
| | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | add tests and tweak codeLamont Granquist2016-09-152-11/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | also fixes the fact that we've been using @new_resource.name instead of @new_resource.path all along which was never what was intended. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | use File.extname and Tempfile.open array argLamont Granquist2016-09-151-2/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in order to preserve the extention of the file in the rendered tempfile. helps out with verification steps where the tempfile may be passed to a program which gets annoyed if the extension isn't correct. see https://github.com/chef/chef/issues/5324 for example Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version of chef to 12.14.66 by Chef Versioner.v12.14.66Chef Versioner2016-09-154-8/+8
| | |
* | | Merge pull request #5323 from tas50/doc_updateTim Smith2016-09-152-4/+22
|\ \ \ | | | | | | | | Update the changelog and release notes for 12.14.60/65
| * | | Improve changelog and release notesTim Smith2016-09-142-4/+22
|/ / / | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version of chef to 12.14.65 by Chef Versioner.v12.14.65Chef Versioner2016-09-144-8/+8
| | |
* | | Merge pull request #5320 from tas50/yum_repository_fixTim Smith2016-09-141-3/+6
|\ \ \ | |/ / |/| | Allow the :delete action for yum_repository + fix old property support