Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version to 13.7.4 by Expeditorv13.7.4 | Chef Expeditor | 2018-01-03 | 5 | -11/+12 |
| | |||||
* | Merge pull request #6699 from chef/windows_path | Thom May | 2018-01-03 | 3 | -12/+5 |
|\ | | | | | Modernize windows_path resource | ||||
| * | Don't restrict the provides to os: windowswindows_path | Tim Smith | 2018-01-02 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | Add the missing provides | Tim Smith | 2017-12-21 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | Modernize windows_path resource | Tim Smith | 2017-12-21 | 2 | -10/+2 |
| | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | | Bump version to 13.7.3 by Expeditorv13.7.3 | Chef Expeditor | 2018-01-03 | 5 | -12/+13 |
| | | |||||
* | | Merge pull request #6711 from chef/simplify_provides | Thom May | 2018-01-03 | 4 | -5/+5 |
|\ \ | | | | | | | Don't check both platform_family / os in provides when platform_family will do | ||||
| * | | Set smartos_package back to platform_familysimplify_provides | Tim Smith | 2018-01-02 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | It's the same thing and our tests are constructed in a way that platform_family is necessary here. It's not worth unravelling that to use platform here Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | | Just use platform for smartos as well | Tim Smith | 2017-12-22 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | | Don't check both platform_family / os in provides when platform_family will do | Tim Smith | 2017-12-21 | 4 | -4/+4 |
| |/ | | | | | | | | | | | We're already going specific enough here to identify the platform_family. Debian is always going to be on Linux and SmartOS on Solaris2. Don't both checking both. Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | | Bump version to 13.7.2 by Expeditorv13.7.2 | Chef Expeditor | 2018-01-02 | 5 | -11/+12 |
| | | |||||
* | | Merge pull request #6726 from chef/new_knife_doc | Tim Smith | 2018-01-02 | 2 | -2/+2 |
|\ \ | | | | | | | Update the knife editor error message to point to the correct document | ||||
| * | | Update the knife editor error message to point to the correct documentnew_knife_doc | Tim Smith | 2018-01-02 | 2 | -2/+2 |
|/ / | | | | | | | | | | | I updated the structure of the knife documentation a while back and we have a dedicated doc for setting up knife now. Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | | Bump version to 13.7.1 by Expeditorv13.7.1 | Chef Expeditor | 2018-01-02 | 5 | -11/+12 |
| | | |||||
* | | Merge pull request #6710 from chef/useless_regex | Tim Smith | 2018-01-02 | 1 | -1/+1 |
|\ \ | | | | | | | Remove a useless regex in zypper_repository resource | ||||
| * | | Remove a useless regex in zypper_repositoryuseless_regex | Tim Smith | 2017-12-21 | 1 | -1/+1 |
| |/ | | | | | | | | | | | Pretty sure I mistakenly copied this from yum_repository. There's no real point and it's just going to slow things down. Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | | Merge pull request #6722 from chef/tm/13_7 | Thom May | 2018-01-02 | 4 | -8/+8 |
|\ \ | | | | | | | bump minor to 13.7 | ||||
| * | | bump minor | Thom May | 2018-01-02 | 4 | -8/+8 |
|/ / | | | | | | | Signed-off-by: Thom May <thom@chef.io> | ||||
* | | Bump version to 13.6.57 by Expeditorv13.6.57 | Chef Expeditor | 2018-01-02 | 5 | -11/+12 |
| | | |||||
* | | Merge pull request #6720 from chef/deprecate_erl_call | Tim Smith | 2018-01-02 | 2 | -0/+15 |
|\ \ | | | | | | | Deprecate erl_call resource | ||||
| * | | Deprecate erl_calldeprecate_erl_call | Tim Smith | 2018-01-01 | 2 | -0/+15 |
| | | | | | | | | | | | | | | | | | | This implements RFC 98 from https://github.com/chef/chef-rfc Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | | | Bump version to 13.6.56 by Expeditorv13.6.56 | Chef Expeditor | 2018-01-02 | 5 | -11/+12 |
| | | | |||||
* | | | Merge pull request #6717 from chef/better_resource_errors | Thom May | 2018-01-02 | 3 | -22/+22 |
|\ \ \ | |/ / |/| | | Improve property warnings in resources | ||||
| * | | Improve property warnings in resourcesbetter_resource_errors | Tim Smith | 2017-12-29 | 3 | -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.55 | Chef Expeditor | 2017-12-23 | 5 | -11/+12 |
| | | |||||
* | | Merge pull request #6709 from chef/integration_docs | Tim Smith | 2017-12-22 | 6 | -493/+9 |
|\ \ | | | | | | | Remove lock files and test github masters in Kitchen Tests | ||||
| * | | Remove the Gemfile.lock and Berksfile.lock for kitchen testsintegration_docs | Tim Smith | 2017-12-22 | 6 | -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 testings | Tim Smith | 2017-12-21 | 3 | -50/+28 |
| |/ | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | | Bump version to 13.6.54 by Expeditorv13.6.54 | Chef Expeditor | 2017-12-21 | 5 | -11/+12 |
| | | |||||
* | | Merge pull request #6664 from TheLunaticScripter/fix_powershell_output | Bryan McLellan | 2017-12-21 | 1 | -5/+1 |
|\ \ | | | | | | | [MSYS-692] Fix issue with PowerShell function buffer | ||||
| * | | Fix issue with Powershell function buffer | John Snow | 2017-12-21 | 1 | -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_appveyor | Tim Smith | 2017-12-21 | 1 | -7/+13 |
|\ \ | |/ |/| | Speed up Appveyor testing with bundler caching | ||||
| * | Enable bundler cachingspeed_up_appveyor | Tim Smith | 2017-12-20 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | Shuffle our appveyor config around | Tim Smith | 2017-12-20 | 1 | -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.53 | Chef Expeditor | 2017-12-21 | 5 | -11/+12 |
| | | |||||
* | | Merge pull request #6695 from bloomberg/bootstrap-strings | Tim Smith | 2017-12-21 | 4 | -1/+10 |
|\ \ | |/ |/| | Escape single-quoted strings from the context in knife bootstrap | ||||
| * | Update the client.d stub | Allan Espinosa | 2017-12-20 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Allan Espinosa <aespinosa33@bloomberg.net> | ||||
| * | Escape single-quoted strings from the context | Allan Espinosa | 2017-12-20 | 3 | -1/+8 |
| | | | | | | | | | | | | Fixes #6680 Signed-off-by: Allan Espinosa <aespinosa33@bloomberg.net> | ||||
* | | Merge pull request #6705 from chef/speed_up_travis | Tim Smith | 2017-12-20 | 2 | -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-config | Tim Smith | 2017-12-20 | 2 | -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 file | Tim Smith | 2017-12-20 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | | | Bump version to 13.6.52 by Expeditorv13.6.52 | Chef Expeditor | 2017-12-20 | 5 | -11/+12 |
| | | | |||||
* | | | Merge pull request #6701 from chef/lcg/chef-http-inject-tempfile | Lamont Granquist | 2017-12-20 | 4 | -31/+45 |
|\ \ \ | |_|/ |/| | | Allow injecting tempfiles into Chef::HTTP | ||||
| * | | allow injecting tempfiles into Chef::HTTPlcg/chef-http-inject-tempfile | Lamont Granquist | 2017-12-19 | 4 | -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.51 | Chef Expeditor | 2017-12-20 | 5 | -11/+12 |
| | | | |||||
* | | | Merge pull request #6698 from chef/launchd | Thom May | 2017-12-20 | 2 | -5/+2 |
|\ \ \ | | | | | | | | | Modernize launchd resource | ||||
| * | | | Modernize launchd resourcelaunchd | Tim Smith | 2017-12-19 | 2 | -5/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | | | | Bump version to 13.6.50 by Expeditorv13.6.50 | Chef Expeditor | 2017-12-20 | 5 | -14/+13 |
| | | | | |||||
* | | | | Merge pull request #6552 from anoadragon453/master | Thom May | 2017-12-20 | 1 | -4/+4 |
|\ \ \ \ | |_|_|/ |/| | | | Add an 's' for quantity of 0 cookbooks. | ||||
| * | | | Add an 's' for quantity of 0 cookbooks. | Andrew (anoa) | 2017-11-02 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Uploaded 0 cookbook. -> Uploaded 0 cookbooks. Obvious fix. |