summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Improve property warnings in resourcesbetter_resource_errorsTim Smith2017-12-293-22/+22
| | | | | | Give more details on why people are seeing these problems so they can fix them. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 13.6.55 by Expeditorv13.6.55Chef Expeditor2017-12-235-11/+12
|
* Merge pull request #6709 from chef/integration_docsTim Smith2017-12-226-493/+9
|\ | | | | Remove lock files and test github masters in Kitchen Tests
| * Remove the Gemfile.lock and Berksfile.lock for kitchen testsintegration_docsTim Smith2017-12-226-471/+9
| | | | | | | | | | | | We're probably going to see some more failures with this change, but that's a good thing. If we have a bad kitchen change or a bad cookbook change we'll know now earlier. Less impact == better. Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove unnecessary dependencies for kitchen integration testingsTim Smith2017-12-213-50/+28
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 13.6.54 by Expeditorv13.6.54Chef Expeditor2017-12-215-11/+12
| |
* | Merge pull request #6664 from TheLunaticScripter/fix_powershell_outputBryan McLellan2017-12-211-5/+1
|\ \ | | | | | | [MSYS-692] Fix issue with PowerShell function buffer
| * | Fix issue with Powershell function bufferJohn Snow2017-12-211-5/+1
|/ / | | | | | | | | | | | | | | Issue Fixed: https://github.com/chef/chef-dk/issues/1236 Signed-off-by: John Snow <thelunaticscripter@outlook.com>
* | Merge pull request #6706 from chef/speed_up_appveyorTim Smith2017-12-211-7/+13
|\ \ | |/ |/| Speed up Appveyor testing with bundler caching
| * Enable bundler cachingspeed_up_appveyorTim Smith2017-12-201-0/+4
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Shuffle our appveyor config aroundTim Smith2017-12-201-7/+9
| | | | | | | | | | | | This makes it easier to follow and matches their Ruby guide 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
| | | | |