Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Refactored specs | dheerajd-msys | 2016-09-13 | 1 | -28/+36 | |
| | | | ||||||
| * | | Added specs for registry_key resource idempotent issue fix | dheerajd-msys | 2016-09-13 | 1 | -1/+11 | |
| | | | ||||||
| * | | Updated code to fix idompotent issue for some registry types | dheerajd-msys | 2016-09-13 | 1 | -0/+3 | |
| | | | ||||||
* | | | Bump version of chef to 12.14.69 by Chef Versioner.v12.14.69 | Chef Versioner | 2016-09-16 | 4 | -8/+8 | |
| | | | ||||||
* | | | Merge pull request #5328 from chef/mwrock-acceptance | Matt Wrock | 2016-09-15 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | point learn-the-basics-windows acceptance tests to mwrock fork | |||||
| * | | | point learn-the-basics-windows acceptance tests to mwrock fork | Matt Wrock | 2016-09-15 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Bump version of chef to 12.14.68 by Chef Versioner.v12.14.68 | Chef Versioner | 2016-09-15 | 4 | -8/+8 | |
| | | | ||||||
* | | | Merge pull request #5322 from chef/lcg/manage-home-fix | Lamont Granquist | 2016-09-15 | 6 | -22/+72 | |
|\ \ \ | | | | | | | | | revert supports[:manage_home] behavior | |||||
| * | | | suppress deprecation errors in testslcg/manage-home-fix | Lamont Granquist | 2016-09-15 | 2 | -0/+6 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | |||||
| * | | | move deprecation warnings to superclass | Lamont Granquist | 2016-09-15 | 2 | -13/+14 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | |||||
| * | | | fix typos in deprecation message | Lamont Granquist | 2016-09-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | |||||
| * | | | add tests for provider behavior | Lamont Granquist | 2016-09-14 | 1 | -0/+12 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | |||||
| * | | | revert supports[:manage_home] behavior | Lamont Granquist | 2016-09-14 | 3 | -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.67 | Chef Versioner | 2016-09-15 | 4 | -8/+8 | |
| | | | | ||||||
* | | | | Merge pull request #5327 from chef/lcg/file-tempfile-preserves-extensions | Lamont Granquist | 2016-09-15 | 2 | -11/+43 | |
|\ \ \ \ | | | | | | | | | | | preserve the extension of the file in the rendered tempfile in File providers | |||||
| * | | | | typofix [ci skip] | Lamont Granquist | 2016-09-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | |||||
| * | | | | remove empty method i accidentally left | Lamont Granquist | 2016-09-15 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | |||||
| * | | | | add tests and tweak code | Lamont Granquist | 2016-09-15 | 2 | -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 arg | Lamont Granquist | 2016-09-15 | 1 | -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.66 | Chef Versioner | 2016-09-15 | 4 | -8/+8 | |
| | | | | ||||||
* | | | | Merge pull request #5323 from tas50/doc_update | Tim Smith | 2016-09-15 | 2 | -4/+22 | |
|\ \ \ \ | | | | | | | | | | | Update the changelog and release notes for 12.14.60/65 | |||||
| * | | | | Improve changelog and release notes | Tim Smith | 2016-09-14 | 2 | -4/+22 | |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | |||||
* | | | | Bump version of chef to 12.14.65 by Chef Versioner.v12.14.65 | Chef Versioner | 2016-09-14 | 4 | -8/+8 | |
| | | | | ||||||
* | | | | Merge pull request #5320 from tas50/yum_repository_fix | Tim Smith | 2016-09-14 | 1 | -3/+6 | |
|\ \ \ \ | |/ / / |/| | | | Allow the :delete action for yum_repository + fix old property support | |||||
| * | | | Add back compatibility with old property names | Tim Smith | 2016-09-14 | 1 | -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 name | Tim Smith | 2016-09-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | |||||
| * | | | Allow the :delete action for yum_repository | Tim Smith | 2016-09-14 | 1 | -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.64 | Chef Versioner | 2016-09-14 | 4 | -8/+8 | |
| | | | ||||||
* | | | Merge pull request #5301 from chef/release_notes | Ryan Hass | 2016-09-14 | 1 | -24/+17 | |
|\ \ \ | |/ / |/| | | update release notes for 12.14.60 | |||||
| * | | Added item for sensitive properties for custom resources | Adam Leff | 2016-09-12 | 1 | -0/+5 | |
| | | | ||||||
| * | | update release notes for 12.14.60 | Matt Wrock | 2016-09-09 | 1 | -25/+13 | |
| | | | ||||||
* | | | Bump version of chef to 12.14.63 by Chef Versioner.v12.14.63 | Chef Versioner | 2016-09-12 | 4 | -8/+8 | |
| | | | ||||||
* | | | Merge pull request #5308 from chef/jk/update | John Keiser | 2016-09-12 | 5 | -11/+12 | |
|\ \ \ | |_|/ |/| | | Update all dependencies again | |||||
| * | | Update all dependencies | John Keiser | 2016-09-12 | 4 | -10/+10 | |
| | | | ||||||
| * | | Don't auto-update bundler version in rake dependencies | John Keiser | 2016-09-12 | 1 | -1/+2 | |
|/ / | ||||||
* | | Bump version of chef to 12.14.62 by Chef Versioner.v12.14.62 | Chef Versioner | 2016-09-12 | 4 | -8/+8 | |
| | | ||||||
* | | Merge pull request #5297 from chef/jk/update | John Keiser | 2016-09-12 | 8 | -96/+103 | |
|\ \ | | | | | | | Update all dependencies | |||||
| * | | Use bundler version from the Gemfile.lock | John Keiser | 2016-09-12 | 1 | -0/+1 | |
| | | | ||||||
| * | | Update all the things | John Keiser | 2016-09-12 | 6 | -96/+101 | |
| | | | ||||||
| * | | Mark cucumber-core as outdated until cucumber 2.0 releases | John Keiser | 2016-09-12 | 1 | -0/+1 | |
|/ / | ||||||
* | | Bump version of chef to 12.14.61 by Chef Versioner.v12.14.61 | Chef Versioner | 2016-09-09 | 4 | -8/+8 | |
| | | ||||||
* | | Merge pull request #5300 from chef/12.14.60_changelog | Matt Wrock | 2016-09-09 | 1 | -0/+42 | |
|\ \ | |/ |/| | Changelog prep for 12.14.60 | |||||
| * | filtered out and reorged the changelog | Matt Wrock | 2016-09-09 | 1 | -46/+22 | |
| | | ||||||
| * | first draft of changelog12.14.60_changelog | Matt Wrock | 2016-09-09 | 1 | -0/+66 | |
|/ | ||||||
* | Bump version of chef to 12.14.60 by Chef Versioner.v12.14.60 | Chef Versioner | 2016-09-09 | 4 | -8/+8 | |
| | ||||||
* | Merge pull request #5098 from jyaworski/gh_4955 | Logan McDonald | 2016-09-09 | 2 | -7/+3 | |
|\ | | | | | Fixes GH-4955, allowing local gems with remote dependencies | |||||
| * | Fixes GH-4955, allowing local gems with remote dependencies | Joseph (Jy) Yaworski | 2016-09-08 | 2 | -7/+3 | |
|/ | ||||||
* | Bump version of chef to 12.14.59 by Chef Versioner.v12.14.59 | Chef Versioner | 2016-09-08 | 4 | -8/+8 | |
| | ||||||
* | Merge pull request #5296 from chef/jk/pin-chef-pedant | John Keiser | 2016-09-08 | 4 | -4/+68 | |
|\ | | | | | Pin oc-chef-pedant to prevent unintended test slippage | |||||
| * | Don't bother installing integration test gemsjk/pin-chef-pedant | John Keiser | 2016-09-08 | 1 | -0/+10 | |
| | |