summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't restrict the provides to os: windowswindows_pathTim Smith2018-01-022-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add the missing providesTim Smith2017-12-211-1/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Modernize windows_path resourceTim Smith2017-12-212-10/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 13.6.53 by Expeditorv13.6.53Chef Expeditor2017-12-215-11/+12
|
* Merge pull request #6695 from bloomberg/bootstrap-stringsTim Smith2017-12-214-1/+10
|\ | | | | Escape single-quoted strings from the context in knife bootstrap
| * Update the client.d stubAllan Espinosa2017-12-201-0/+2
| | | | | | | | Signed-off-by: Allan Espinosa <aespinosa33@bloomberg.net>
| * Escape single-quoted strings from the contextAllan Espinosa2017-12-203-1/+8
| | | | | | | | | | | | Fixes #6680 Signed-off-by: Allan Espinosa <aespinosa33@bloomberg.net>
* | Merge pull request #6705 from chef/speed_up_travisTim Smith2017-12-202-8/+38
|\ \ | | | | | | Break out unit tests into their own jobs in Travis to speed things up
| * | Break out unit/integration/functional tests in travis and test chef-configTim Smith2017-12-202-7/+37
| | | | | | | | | | | | | | | | | | Add the chef-config unit tests to the unit testing group Signed-off-by: Tim Smith <tsmith@chef.io>
| * | Fail if we can't modify the sudoers fileTim Smith2017-12-201-1/+1
| | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 13.6.52 by Expeditorv13.6.52Chef Expeditor2017-12-205-11/+12
| | |
* | | Merge pull request #6701 from chef/lcg/chef-http-inject-tempfileLamont Granquist2017-12-204-31/+45
|\ \ \ | |_|/ |/| | Allow injecting tempfiles into Chef::HTTP
| * | allow injecting tempfiles into Chef::HTTPlcg/chef-http-inject-tempfileLamont Granquist2017-12-194-31/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | use this to inject the tempfile from Chef::FileContentManagement::Tempfile closes #2401 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | Bump version to 13.6.51 by Expeditorv13.6.51Chef Expeditor2017-12-205-11/+12
| | |
* | | Merge pull request #6698 from chef/launchdThom May2017-12-202-5/+2
|\ \ \ | | | | | | | | Modernize launchd resource
| * | | Modernize launchd resourcelaunchdTim Smith2017-12-192-5/+2
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 13.6.50 by Expeditorv13.6.50Chef Expeditor2017-12-205-14/+13
| | | |
* | | | Merge pull request #6552 from anoadragon453/masterThom May2017-12-201-4/+4
|\ \ \ \ | |_|_|/ |/| | | Add an 's' for quantity of 0 cookbooks.
| * | | Add an 's' for quantity of 0 cookbooks.Andrew (anoa)2017-11-021-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Uploaded 0 cookbook. -> Uploaded 0 cookbooks. Obvious fix.
* | | | Bump version to 13.6.49 by Expeditorv13.6.49Chef Expeditor2017-12-195-11/+13
| | | |
* | | | Merge pull request #6697 from chef/yum_repo_cleanupTim Smith2017-12-192-22/+23
|\ \ \ \ | | | | | | | | | | Fix yum_repository allowing priority of 0 and remove string regexes
| * | | | Fix priority to accept 1-99 not 0-99yum_repo_cleanupTim Smith2017-12-192-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Remove the regex from every string propertyTim Smith2017-12-191-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We copied this in from the cookbook and I assume at one point there was a reason for it, but I can't think of one now. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Update CHANGELOG.md with details from pull request #6696Chef Expeditor2017-12-191-0/+2
| | | | |
* | | | | Merge pull request #6696 from chef/yardTim Smith2017-12-1969-3/+227
|\ \ \ \ \ | |/ / / / |/| | | | Add descriptions and yard @since comments to all resources
| * | | | Add descriptions and @since comments to all resourcesTim Smith2017-12-1969-3/+227
| | |/ / | |/| | | | | | | | | | | | | | | | | | From the docs site Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Update CHANGELOG.md with details from pull request #6692Chef Expeditor2017-12-191-3/+4
| | | |
* | | | Merge pull request #6692 from chef/resource_specsTim Smith2017-12-1958-1397/+1358
|\ \ \ \ | |_|_|/ |/| | | Cleanup to some of the resource specs
| * | | Move zypper_repo tests out of linux only and cleanupresource_specsTim Smith2017-12-191-27/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The alias tests I added don't actually work, but everything was in linux only so I didn't notice. Move the things out of linux only that can run on any platform and remove the alias tests for now. Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Add a test for the name property in subversion resourceTim Smith2017-12-181-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Improve the windows_path specsTim Smith2017-12-181-4/+6
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Improve the yum_repository resource specsTim Smith2017-12-182-9/+61
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Improve the zypper_repository resource specsTim Smith2017-12-181-5/+14
| | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | Cleanup for resource specsTim Smith2017-12-1858-1377/+1281
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert everything to let and update the tense Nothing real magical here, but gets us one step closer to uniformity in the specs Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | Bump version to 13.6.48 by Expeditorv13.6.48Chef Expeditor2017-12-195-11/+12
| | | |
* | | | Merge pull request #6652 from sandratiffin/CHEF-3058Tim Smith2017-12-193-10/+30
|\ \ \ \ | |_|/ / |/| | | fix for data bag names partially matching search reserved words
| * | | fix for data bag names partially matching search reserved wordsSandra Tiffin2017-12-123-10/+30
| | | | | | | | | | | | | | | | Signed-off-by: Sandra Tiffin <sandi.tiffin@gmail.com>
* | | | Bump version to 13.6.47 by Expeditorv13.6.47Chef Expeditor2017-12-195-11/+12
| | | |
* | | | Merge pull request #6693 from chef/cleanupTim Smith2017-12-191-26/+8
|\ \ \ \ | | | | | | | | | | Modernize directory resource
| * | | | Chefstyle fixTim Smith2017-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | Modernize directory resourceTim Smith2017-12-181-26/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 13.6.46 by Expeditorv13.6.46Chef Expeditor2017-12-195-11/+12
| | | | |
* | | | | Merge pull request #6684 from chef/ifconfig_resourceThom May2017-12-192-162/+29
|\ \ \ \ \ | | | | | | | | | | | | Modernize the ifconfig resource
| * | | | | Fix identity on device propertyifconfig_resourceTim Smith2017-12-181-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * | | | | Modernize the ifconfig resourceTim Smith2017-12-182-161/+29
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 13.6.45 by Expeditorv13.6.45Chef Expeditor2017-12-195-11/+12
| | | | |
* | | | | Merge pull request #6690 from chef/tm+nk/verify-commandThom May2017-12-194-6/+38
|\ \ \ \ \ | |/ / / / |/| | | | Slight improvements to validation failures
| * | | | feed chefstyletm+nk/verify-commandThom May2017-12-182-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io>
| * | | | Slight improvements to validation failures. Shows the failing command if ↵Noah Kantrowitz2017-12-184-6/+38
| | | | | | | | | | | | | | | | | | | | | | | | | possible and doesn't show anything for sensitive resources to be safe. Refs https://github.com/chef/chef/issues/4793 and ping @chef/client-core for review.
* | | | | Bump version to 13.6.44 by Expeditorv13.6.44Chef Expeditor2017-12-195-11/+12
| | | | |