summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make `file` resource and subtypes use `property`jk/file-resourceJohn Keiser2016-09-162-19/+3
|
* Make Securable a properties mixinJohn Keiser2016-09-162-157/+181
|
* Change `Resource.action` into a propertyJohn Keiser2016-09-161-16/+4
|
* Add ArrayProperty and Boolean property types.John Keiser2016-09-165-1/+211
| | | | Also adds a `transform` method on Property to allow properties to be used to simply coerce values.
* 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
| * | Add back compatibility with old property namesTim Smith2016-09-141-2/+5
| | | | | | | | | | | | | | | | | | In yum 3.0 we changed the properties in the documentation, but never threw deprecation notices. Since there was no notice you would have no way to know to use the new properties. We need to add back compatibility with the old names and if we really want to kill them throw a proper deprecation warning. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | More professional default nameTim Smith2016-09-141-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Allow the :delete action for yum_repositoryTim Smith2016-09-141-1/+1
|/ / | | | | | | | | | | We weren't allowing the actual action to work. Oops Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version of chef to 12.14.64 by Chef Versioner.v12.14.64Chef Versioner2016-09-144-8/+8
| |
* | Merge pull request #5301 from chef/release_notesRyan Hass2016-09-141-24/+17
|\ \ | |/ |/| update release notes for 12.14.60
| * Added item for sensitive properties for custom resourcesAdam Leff2016-09-121-0/+5
| |