Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version of chef to 12.15.10 by Chef Versioner.v12.15.10 | Chef Versioner | 2016-10-03 | 4 | -8/+8 |
| | |||||
* | Merge pull request #5404 from chef/omni | Matt Wrock | 2016-10-03 | 1 | -10/+10 |
|\ | | | | | update omnibus branch sha to get new autoloading commit | ||||
| * | update omnibus branch sha to get new autoloading commit | Matt Wrock | 2016-10-03 | 1 | -10/+10 |
| | | |||||
* | | Bump version of chef to 12.15.9 by Chef Versioner.v12.15.9 | Chef Versioner | 2016-10-03 | 4 | -8/+8 |
| | | |||||
* | | Merge pull request #5400 from chef/dco | Tim Smith | 2016-10-03 | 2 | -24/+65 |
|\ \ | | | | | | | Update contributing docs for the DCO | ||||
| * | | Updates to the DCO wording based on feedbackdco | Tim Smith | 2016-10-03 | 1 | -25/+8 |
| | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | | Update contributing doc for the DCO | Tim Smith | 2016-10-02 | 1 | -15/+71 |
| | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | | Update links in the readme | Tim Smith | 2016-09-30 | 1 | -7/+9 |
| |/ | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | | Bump version of chef to 12.15.8 by Chef Versioner.v12.15.8 | Chef Versioner | 2016-09-30 | 4 | -8/+8 |
| | | |||||
* | | Merge pull request #5398 from shortdudey123/fix_yum_repository_gpgcheck | Tim Smith | 2016-09-30 | 1 | -1/+1 |
|\ \ | |/ |/| | Set yum_repository gpgcheck default to true | ||||
| * | Set yum_repository gpgcheck default to true | Grant Ridder | 2016-09-28 | 1 | -1/+1 |
| | | | | | | | | Fixes https://github.com/chef/chef/issues/5397 | ||||
* | | Bump version of chef to 12.15.7 by Chef Versioner.v12.15.7 | Chef Versioner | 2016-09-30 | 4 | -8/+8 |
| | | |||||
* | | Merge pull request #5380 from brit-smith/contributing | Lamont Granquist | 2016-09-30 | 1 | -20/+20 |
|\ \ | | | | | | | Updates to the Contributing process document | ||||
| * | | Updates to the Contributing process document | Brittany Smith | 2016-09-25 | 1 | -20/+20 |
| | | | | | | | | | | | | Paired with @tas50 to update the contributing process document for clarity. | ||||
* | | | Bump version of chef to 12.15.6 by Chef Versioner.v12.15.6 | Chef Versioner | 2016-09-30 | 4 | -8/+8 |
| | | | |||||
* | | | Merge pull request #5359 from ↵ | Bryan McLellan | 2016-09-30 | 7 | -19/+265 |
|\ \ \ | | | | | | | | | | | | | | | | | MsysTechnologiesllc/ali/windows_registry_key_resource_delete_fix Allow deletion of registry_key without the need for users to pass data key in values hash. | ||||
| * | | | Allow deletion of registry_key without the need for users to pass type and ↵ | aliasgar16 | 2016-09-30 | 7 | -19/+265 |
| | | | | | | | | | | | | | | | | | | | | | | | | data key in values hash. Signed-off-by: aliasgar16 <aliasgar.batterywala@msystechnologies.com> | ||||
* | | | | Bump version of chef to 12.15.5 by Chef Versioner.v12.15.5 | Chef Versioner | 2016-09-30 | 4 | -8/+8 |
| | | | | |||||
* | | | | Merge pull request #5377 from ↵ | Bryan McLellan | 2016-09-30 | 2 | -5/+11 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | MsysTechnologiesllc/nim/dsc_failure_reported_warning Invalid `dsc_scripts` should fail the run | ||||
| * | | | | set erroraction stop instead of continue | NimishaS | 2016-09-30 | 2 | -5/+11 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: NimishaS <nimisha.sharad@msystechnologies.com> | ||||
* | | | | Bump version of chef to 12.15.4 by Chef Versioner.v12.15.4 | Chef Versioner | 2016-09-30 | 4 | -8/+8 |
| | | | | |||||
* | | | | Merge pull request #5285 from ↵ | Bryan McLellan | 2016-09-30 | 9 | -0/+455 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | MsysTechnologiesllc/vj/adding_support_for_cab_files Adding support for cab files to Chef package provider on windows | ||||
| * | | | Fixed review comments | Vasu1105 | 2016-09-30 | 7 | -72/+51 |
| | | | | | | | | | | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@clogeny.com> | ||||
| * | | | Added resource and provider for cab package | Vasu1105 | 2016-09-30 | 10 | -164/+477 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reverted changes Adding resource and provider for cab file support Added method identifying package version for installation and removal of package Updated code to idetitfy installed version refactored some code Refactored code for parsing dism get package output Fixed rubocop issue, working on specs created spec files Working on unit specs Added unit specs and working on functional specs Working on functional specs and fixed rubocop errors Fixed failing unit test cases Resolved rubucop style error Removed functional specs Fixed error and working on functional specs Added missing functional spec file | ||||
| * | | | Adding support for cab files to Chef package provider on windows | Vasu1105 | 2016-09-30 | 2 | -1/+164 |
|/ / / | |||||
* | | | Bump version of chef to 12.15.3 by Chef Versioner.v12.15.3 | Chef Versioner | 2016-09-29 | 4 | -8/+8 |
| | | | |||||
* | | | Merge pull request #5379 from chef/local | Matt Wrock | 2016-09-29 | 2 | -5/+2 |
|\ \ \ | |_|/ |/| | | Revert --local filter for gems installed from paths | ||||
| * | | revert --local filter for gems installed from pathslocal | Matt Wrock | 2016-09-23 | 2 | -5/+2 |
| | | | |||||
* | | | Bump version of chef to 12.15.2 by Chef Versioner.v12.15.2 | Chef Versioner | 2016-09-28 | 4 | -8/+8 |
| | | | |||||
* | | | Add branch off of lcg/ruby23 that includes some openssl solaris fixes (#5396) | Scott Hain | 2016-09-28 | 2 | -4/+4 |
| | | | |||||
* | | | Bump version of chef to 12.15.1 by Chef Versioner.v12.15.1 | Chef Versioner | 2016-09-28 | 4 | -8/+8 |
| | | | |||||
* | | | bumping chef minor version (#5390) | Matt Wrock | 2016-09-27 | 4 | -15/+15 |
| | | | |||||
* | | | Bump version of chef to 12.14.99 by Chef Versioner.v12.14.99 | Chef Versioner | 2016-09-27 | 4 | -8/+8 |
| | | | |||||
* | | | Merge pull request #5386 from chef/lcg/fix-knife-list-commands | Lamont Granquist | 2016-09-27 | 1 | -15/+14 |
|\ \ \ | | | | | | | | | fix knife list_commands() | ||||
| * | | | fix knife list_commands()lcg/fix-knife-list-commands | Lamont Granquist | 2016-09-27 | 1 | -15/+14 |
|/ / / | | | | | | | | | | | | | | | | this was not supposed to be private Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | | | Bump version of chef to 12.14.98 by Chef Versioner.v12.14.98 | Chef Versioner | 2016-09-27 | 4 | -8/+8 |
| | | | |||||
* | | | revert mixlib-install (#5385) | Matt Wrock | 2016-09-26 | 2 | -1/+5 |
| | | | |||||
* | | | Bump version of chef to 12.14.97 by Chef Versioner.v12.14.97 | Chef Versioner | 2016-09-26 | 4 | -8/+8 |
| | | | |||||
* | | | update dependencies (#5384) | Matt Wrock | 2016-09-26 | 6 | -87/+82 |
| |/ |/| | |||||
* | | Bump version of chef to 12.14.96 by Chef Versioner.v12.14.96 | Chef Versioner | 2016-09-24 | 4 | -8/+8 |
| | | |||||
* | | Merge pull request #5355 from coderanger/solaris-r | Noah Kantrowitz | 2016-09-23 | 4 | -141/+178 |
|\ \ | | | | | | | Don't use -r for users or groups on Solaris. | ||||
| * \ | Merge branch 'master' into solaris-r | Noah Kantrowitz | 2016-09-23 | 34 | -214/+378 |
| |\ \ | |/ / |/| | | |||||
* | | | Bump version of chef to 12.14.95 by Chef Versioner.v12.14.95 | Chef Versioner | 2016-09-23 | 4 | -8/+8 |
| | | | |||||
* | | | Merge pull request #5360 from gbagnoli/array_literals_attributes | Lamont Granquist | 2016-09-23 | 4 | -4/+71 |
|\ \ \ | | | | | | | | | Chef 12 Attribute Regression | ||||
| * | | | modify attributes and nodes tests for deeply converting_values | Lamont Granquist | 2016-09-23 | 3 | -45/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | slightly more succinct and strict about types, also trying to keep the attributes tests associated with attributes even though we mix them all up like crazy anyway... Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
| * | | | Call convert_value in AttrArray constructor | Giacomo Bagnoli | 2016-09-21 | 1 | -1/+21 |
| | | | | |||||
| * | | | Convert attributes defined as literal arrays | Giacomo Bagnoli | 2016-09-21 | 3 | -4/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VividMash, unlike Mash, does not recursively convert values inside arrays, just the array itself. As such, hashes inside arrays are not converted to *Mash, introducing a behaviour that differs from Chef 11, e.g. having this attr defined node['foo'] = [ { 'attr' => 'value' } ] in Chef 11 `node[:foo][0][:attr]` returns `'value'` while in Chef 12 it returns `nil` This commit fixes VividMash so arrays are recursively converted and the behaviour restored. Plus, immutablize merge_all result, so to be sure that hashes contained in Arrays are properly immutablized as well, so not existing attributes are not automatically vivified (thus returning an empty VividMash instead of nil) This problem was first reported in chef/chef#2871. Signed-off-by: Giacomo Bagnoli <gbagnoli@gmail.com> | ||||
* | | | | Bump version of chef to 12.14.94 by Chef Versioner.v12.14.94 | Chef Versioner | 2016-09-23 | 4 | -8/+8 |
| | | | | |||||
* | | | | Merge pull request #5374 from tas50/contributing | Lamont Granquist | 2016-09-23 | 1 | -25/+11 |
|\ \ \ \ | |_|_|/ |/| | | | Improvements to the contributing doc | ||||
| * | | | Remove the Github queries | Tim Smith | 2016-09-22 | 1 | -9/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | These don't really fit in a contributing doc for the project as a whole Signed-off-by: Tim Smith <tsmith@chef.io> |