summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* seems this exception type is necessary as welllcg/chefstyle-updatesLamont Granquist2016-12-061-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* added disable to the wrong lineLamont Granquist2016-12-061-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* helpful spec tests discovered could not change this superclassLamont Granquist2016-12-063-4/+4
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix style bug pulled in by rebase on masterLamont Granquist2016-12-061-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix Style/NonNilCheckLamont Granquist2016-12-0610-13/+13
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix Style/NilComparisonLamont Granquist2016-12-069-13/+13
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix Style/VariableInterpolationLamont Granquist2016-12-065-12/+12
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix Style/DefWithParenthesesLamont Granquist2016-12-067-11/+11
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix Style/SpaceInsideStringInterpolationLamont Granquist2016-12-066-11/+11
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix Style/SelfAssignmentLamont Granquist2016-12-069-10/+10
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix Style/MultilineIfModifierLamont Granquist2016-12-068-29/+46
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix Lint/InheritExceptionLamont Granquist2016-12-062-6/+6
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix Performance/SortWithBlock copLamont Granquist2016-12-062-4/+4
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix Style/SpaceInsideArrayPercentLiteralLamont Granquist2016-12-061-2/+2
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #5615 from chef/tas50/typoTim Smith2016-12-062-3/+9
|\ | | | | The suggested fix for the manage_home deprecation is incorrect
| * Add a spec for supports non_unique throwing a deprecation messageTim Smith2016-12-061-0/+6
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * The suggested fix for the manage_home deprecation is incorrectTim Smith2016-12-062-3/+3
| | | | | | | | | | | | manage_home: true is not a proper resource property. It should be manage_home true instead. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #5618 from chef/tm/require_deprecatedThom May2016-12-061-0/+1
|\ \ | | | | | | Core: Ensure deprecation messages are always included
| * | Ensure deprecation messages are always includedtm/require_deprecatedThom May2016-12-061-0/+1
| | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | | Merge pull request #5616 from chef/COOL-614/tduffield/link-keep-access-controlsTom Duffield2016-12-062-1/+68
|\ \ \ | |/ / |/| | Core: Fix bug where Access Controls on existing symlink resources would be ignored on first chef-client run
| * | Ensure Access Controls on link resourceCOOL-614/tduffield/link-keep-access-controlsTom Duffield2016-12-062-1/+68
|/ / | | | | | | | | | | | | | | | | | | When a link resource needs to change its destination, there was a bug in the logic flow that would cause the access controls on the resulting symlink to revert to the default access controls. This commit closes that hole by re-evaluating the current access controls after creating the new symlink. Signed-off-by: Tom Duffield <tom@chef.io>
* | Bump version of chef to 12.17.39 by Chef Versioner.v12.17.39Chef Versioner2016-12-065-11/+11
| |
* | Merge pull request #5617 from chef/tduffield/tweak-changelogThom May2016-12-061-1/+1
|\ \ | | | | | | Use badge in CHANGELOG
| * | Use badge in CHANGELOGtduffield/tweak-changelogTom Duffield2016-12-051-1/+1
|/ / | | | | | | | | | | | | Use the badge in the changelog so the current stable version is shown regardless of when the CHANGELOG is viewed. Signed-off-by: Tom Duffield <tom@chef.io>
* | Bump version of chef to 12.17.38 by Chef Versioner.v12.17.38Chef Versioner2016-12-055-11/+21
| |
* | Merge pull request #5614 from chef/lcg/fix-yum-regexpLamont Granquist2016-12-051-1/+1
|\ \ | |/ |/| fix yum regexp similarly to rpm regexp in #3985
| * fix yum regexp similarly to rpm regexp in #3985lcg/fix-yum-regexpLamont Granquist2016-12-051-1/+1
|/ | | | | | | | | | | | | | | this is a "nope, aint got time to test this one" PR. this affects a code path that is only for localinstalls and doesn't have any existing tests. i've already exceeded my 5 minute timebox for fixing the problem. i'm more likely to rewrite the yum provider from scratch and shitcan the unit tests in their entirety than to reuse any work that i do here so any time spent on carefully testing this is likely to end up wasted. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version of chef to 12.17.37 by Chef Versioner.v12.17.37Chef Versioner2016-12-055-10/+10
|
* Merge pull request #5609 from chef/tas50/newchefclientThom May2016-12-053-44/+64
|\ | | | | Update chef client testing deps
| * Update chef client testing depstas50/newchefclientTim Smith2016-12-023-44/+64
| | | | | | | | | | | | We need the new chef-client cookbook Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version of chef to 12.17.36 by Chef Versioner.v12.17.36Chef Versioner2016-12-055-10/+10
| |
* | Merge pull request #5607 from chef/adamleff/update-ohai-resourceThom May2016-12-053-29/+11
|\ \ | | | | | | Update ohai resource to new style, stop overwriting name property
| * | Update ohai resource to new style, stop overwriting name propertyadamleff/update-ohai-resourceAdam Leff2016-12-023-29/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If #5606 is approved, any resource that creates a property that is an already-existing Ruby method on a Chef::Resource object will throw a deprecation warning. The ohai resource currently creates a `name` property which conflicts with the `name` property created in the base Chef::Resource class. This change updates the ohai resource and provider to the new style of defining resources and stops overwriting the `name` method. Signed-off-by: Adam Leff <adam@leff.co>
* | | Bump version of chef to 12.17.35 by Chef Versioner.v12.17.35Chef Versioner2016-12-035-10/+11
| | |
* | | Merge pull request #5603 from ttr/masterTim Smith2016-12-022-2/+2
|\ \ \ | | | | | | | | linux mount provider - skip device detection for zfs
| * | | linux mount spec - skip device detection for zfs (and vboxsf)Tomasz Rudzki (ttr)2016-12-011-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Tomasz Rudzki (ttr) <ttr@ttrsite.net>
| * | | linux mount provider - skip device detection for zfsTomasz Rudzki (ttr)2016-12-011-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Tomasz Rudzki (ttr) <ttr@ttrsite.net>
* | | | Bump version of chef to 12.17.34 by Chef Versioner.v12.17.34Chef Versioner2016-12-025-10/+10
| | | |
* | | | Merge pull request #5610 from chef/tduffield/use-chef-docker-imageTom Duffield2016-12-021-4/+2
|\ \ \ \ | | | | | | | | | | Use chef/chef image instead of downloading from packages.chef.io
| * | | | Use chef/chef image instead of downloading from packages.chef.ioTom Duffield2016-12-021-4/+2
| | |/ / | |/| | | | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
* | | | Bump version of chef to 12.17.33 by Chef Versioner.v12.17.33Chef Versioner2016-12-025-9/+35
| |_|/ |/| |
* | | Merge pull request #5605 from chef/tduffield/use-modified-changelog-generatorTom Duffield2016-12-025-99/+112
|\ \ \ | |/ / |/| | Use tduffield branch of github-changelog-generator
| * | Update Inspec in kitchen-teststduffield/use-modified-changelog-generatorTom Duffield2016-12-021-39/+39
| | | | | | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
| * | Use tduffield branch of github-changelog-generatorTom Duffield2016-12-024-60/+73
|/ / | | | | | | | | | | | | | | | | | | | | | | This branch fixes a number of bugs in the changelog generator, and supports the type of behavior that we want when generating our changelog. There is a PR open against upstream (skywinder/github-changelog-generator#453) to merge this upstream. As part of this, we can now generate the changelog on every commit. Signed-off-by: Tom Duffield <tom@chef.io>
* | Bump version of chef to 12.17.32 by Chef Versioner.v12.17.32Chef Versioner2016-12-014-8/+8
| |
* | Merge pull request #5599 from shortdudey123/mount_action_unmountThom May2016-12-015-2/+21
|\ \ | | | | | | Alias unmount to umount for mount resource
| * | Alias unmount to umount for mount resourceGrant Ridder2016-11-305-2/+21
| |/ | | | | | | | | | | | | | | Allows the usage of `action :unmount` to `umount` a mount point Closes https://github.com/chef/chef/issues/5595 Signed-off-by: Grant Ridder <shortdudey123@gmail.com>
* | Bump version of chef to 12.17.31 by Chef Versioner.v12.17.31Chef Versioner2016-12-014-8/+8
| |
* | Merge pull request #5598 from chef/tm/streamline_maintainersThom May2016-12-012-60/+2
|\ \ | | | | | | Remove Maintainer subsections
| * | Remove Maintainer subsectionstm/streamline_maintainersThom May2016-11-302-60/+2
| | | | | | | | | | | | | | | | | | | | | Besides the platfrom ones, which require some touch up to the maintenance policy. Signed-off-by: Thom May <thom@chef.io>