Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ensuring the node in the run_converge message is a node object and that it ↵adamleff/include-node-in-converge-messages | Adam Leff | 2016-06-28 | 1 | -1/+17 |
| | | | | gets serialized correctly | ||||
* | Adding node object to run_converge message, include ignore_failure property | Adam Leff | 2016-06-28 | 5 | -123/+15 |
| | | | | | | | | | | | | | Many use cases that involve consuming the run_converge messages and displaying them to end users include needing additional data about the node that generated the run_converge message. This change consolidates the run_converge and node_update message into a single message making it easier for users to filter run_converge messages based on attributes and criteria of the node itself. Additionally, the ignore_failure property on a resource is now included for each resource in the resource list so end users can decided whether the failure was a hard failure or a soft failure. | ||||
* | Bump version of chef to 12.12.6 by Chef Versioner.v12.12.6 | Chef Versioner | 2016-06-27 | 4 | -8/+8 |
| | |||||
* | Merge pull request #5060 from tas50/depbump | Tim Smith | 2016-06-27 | 1 | -12/+12 |
|\ | | | | | Update Gemfile.lock | ||||
| * | Update Gemfile.lock | Tim Smith | 2016-06-24 | 1 | -12/+12 |
| | | | | | | | | | | | | Bring in the latest Ohai for our next chef release Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | | Bump version of chef to 12.12.5 by Chef Versioner.v12.12.5 | Chef Versioner | 2016-06-24 | 4 | -8/+8 |
| | | |||||
* | | Merge pull request #5058 from ↵ | Adam Leff | 2016-06-24 | 5 | -59/+133 |
|\ \ | |/ |/| | | | | | chef/adamleff/IPO-196/add-unprocessed-resources-to-data-collector Expand data_collector resource list to include all resources | ||||
| * | Expand data_collector resource list to include all resources | Adam Leff | 2016-06-24 | 5 | -59/+133 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Historically when a Chef run fails, the event handlers only report on resources that have been processed during the run. This change allows the Data Collector to report those resources in the resource collection that have not yet been processed so users can better ascertain how much of their run was completed, and specifically what resources were not processed as a result of the Chef failure. Instead of building up a list of resources as they are processed, this change instead creates a resource report for each resource+action in the resource collection and then modifies each of those reports once the resource is processed. | ||||
* | | Merge pull request #5059 from chef/tm/correct_repo_path | Thom May | 2016-06-24 | 2 | -0/+14 |
|\ \ | |/ |/| | Ensure that chef-solo uses the expected repo dir | ||||
| * | Ensure that chef-solo uses the expected repo dirtm/correct_repo_path | Thom May | 2016-06-24 | 2 | -0/+14 |
|/ | | | | | | | | | Solo has always defaulted to `/var/chef` but local-mode uses the user's home directory, so we need to ensure that we set the correct path before entering local-mode. Fixes: #5051 Signed-off-by: Thom May <thom@may.lt> | ||||
* | Merge pull request #5048 from chef/fips_unit | Matt Wrock | 2016-06-23 | 2 | -1/+20 |
|\ | | | | | Turn off fips with an empty environment var | ||||
| * | turn off fips with an empty environment var | Matt Wrock | 2016-06-23 | 2 | -1/+20 |
| | | |||||
* | | Merge pull request #5052 from chef/andrewelizondo/client-d-not-cliend-d | Bryan McLellan | 2016-06-23 | 1 | -1/+1 |
|\ \ | | | | | | | correct typo in knife bootstrap context | ||||
| * | | correct typo in knife bootstrap context | Andre Elizondo | 2016-06-23 | 1 | -1/+1 |
| |/ | | | | | We want client_d, not cliend_d | ||||
* | | Merge pull request #5050 from chef/uninstall | Matt Wrock | 2016-06-23 | 2 | -14/+16 |
|\ \ | |/ |/| | fixes some uninstall scenarios by calling uninstall string directly | ||||
| * | fixes some uninstall scenarios by calling uninstall string directlyuninstall | Matt Wrock | 2016-06-22 | 2 | -14/+16 |
|/ | |||||
* | Merge pull request #4896 from chef/tm/include_knife_supermarket | Thom May | 2016-06-22 | 15 | -8/+294 |
|\ | | | | | Deprecate knife-supermarket gem | ||||
| * | Deprecate knife-supermarket gemtm/include_knife_supermarket | Thom May | 2016-05-05 | 15 | -8/+294 |
| | | | | | | | | | | | | | | Include all knife supermarket sub commands here, and allow all knife cookbook site commands to have a configurable supermarket URL. Signed-off-by: Thom May <thom@may.lt> | ||||
* | | Merge pull request #5046 from chef/tm/sorted_gems | Thom May | 2016-06-22 | 1 | -3/+9 |
|\ \ | | | | | | | correctly select current gem version | ||||
| * | | correctly select current gem versiontm/sorted_gems | Thom May | 2016-06-22 | 1 | -3/+9 |
| | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io> | ||||
* | | | Merge pull request #5037 from robdimarco/fix/issue-5027 | Steven Murawski | 2016-06-22 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix for #5027 - Remove bad variable reference | ||||
| * | | | Fix for #5027 - Remove bad variable reference | Rob Di Marco | 2016-06-20 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | | | | | | | A previous change introduced what appears to be a copy/paste bug. A guard condition from the children method was used in the make_child_entry incorrectly. This removes the reference to the non-existent variable `seen` | ||||
* | | | Merge pull request #4943 from chef/tm/knife_integration_tests | Thom May | 2016-06-22 | 44 | -52/+2496 |
|\ \ \ | | | | | | | | | Add a bunch of knife integration tests | ||||
| * | | | Add most common knife commands to integration teststm/knife_integration_tests | Thom May | 2016-06-22 | 44 | -52/+2496 |
|/ / / | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io> | ||||
* | | | Bump version of chef to 12.12.4 by Chef Versioner.v12.12.4 | Chef Versioner | 2016-06-21 | 4 | -8/+8 |
| | | | |||||
* | | | Merge pull request #5042 from chef/nokogiri | Matt Wrock | 2016-06-21 | 11 | -62/+61 |
|\ \ \ | | | | | | | | | Update Nokogiri | ||||
| * | | | update nokogiri and dependencies | Matt Wrock | 2016-06-21 | 11 | -62/+61 |
| |/ / | |||||
* | | | Merge pull request #5033 from chef/jk/crazy-version-bump | Lamont Granquist | 2016-06-21 | 3 | -18/+45 |
|\ \ \ | |/ / |/| | | Do not use bundle install to update Gemfile.lock after version bump | ||||
| * | | Do not use bundle install to update Gemfile.lock after version bumpjk/crazy-version-bump | John Keiser | 2016-06-17 | 3 | -18/+45 |
| | | | |||||
* | | | Bump version of chef to 12.12.3 by Chef Versioner.v12.12.3 | Chef Versioner | 2016-06-18 | 4 | -12/+12 |
| | | | |||||
* | | | Merge pull request #5036 from chef/omni_update | Matt Wrock | 2016-06-17 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | bumping omnibus and omnibus-software | ||||
| * | | | bumping omnibus and omnibus-software | Matt Wrock | 2016-06-17 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #5035 from chef/choco_fix | Matt Wrock | 2016-06-17 | 4 | -0/+0 |
|\ \ \ \ | |/ / / |/| | | | add an exit 0 to test choco packages so they dont break on 2008r2 with choco 0.9.10 | ||||
| * | | | add an exit 0 to test choco packages so they dont break on 2008r2 with choco ↵ | Matt Wrock | 2016-06-17 | 4 | -0/+0 |
| |/ / | | | | | | | | | | 0.9.10 | ||||
* | | | Merge pull request #5031 from chef/skip_dsc | Matt Wrock | 2016-06-17 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | skip and not pend failing dsc_script funcional test | ||||
| * | | skip and not pend failing dsc_script funcional testskip_dsc | Matt Wrock | 2016-06-17 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #5014 from chef/msys2 | Tyler Ball | 2016-06-16 | 11 | -81/+86 |
|\ \ | | | | | | | Updating omnibus dependencies to take advantage of new msys2 toolchain | ||||
| * | | Reverting kitchen-tests updates to try and get them passing in Travismsys2 | tyler-ball | 2016-06-16 | 2 | -37/+35 |
| | | | |||||
| * | | Manually adding ffi into the Gemfile.lock beacuse the rake:dependencies | tyler-ball | 2016-06-16 | 1 | -0/+1 |
| | | | | | | | | | | | | task is broken right now and corrupting the Gemfile.lock | ||||
| * | | Updating dependencies again | tyler-ball | 2016-06-16 | 4 | -41/+41 |
| | | | |||||
| * | | Ignoring the nokogiri CVE until we update to 1.6.8 | tyler-ball | 2016-06-16 | 3 | -5/+6 |
| | | | |||||
| * | | Making rake:dependencies work | tyler-ball | 2016-06-15 | 8 | -57/+53 |
| | | | |||||
| * | | Updating omnibus dependencies to take advantage of new msys2 toolchain | tyler-ball | 2016-06-14 | 3 | -32/+41 |
| | | | |||||
* | | | Merge pull request #5022 from coderanger/3694deprecation | Noah Kantrowitz | 2016-06-16 | 2 | -9/+14 |
|\ \ \ | |/ / |/| | | Convert the 3694 warning to a deprecation so it will be subject to the usual deprecation formatting (collected at the bottom, can be made an error, etc). | ||||
| * | | Convert the 3694 warning to a deprecation so it will be subject to the usual ↵ | Noah Kantrowitz | 2016-06-10 | 2 | -9/+14 |
| | | | | | | | | | | | | deprecation formatting (collected at the bottom, can be made an error, etc). | ||||
* | | | Merge pull request #5025 from chef/praj/FLOW-334/sensitive | PrajaktaPurohit | 2016-06-14 | 2 | -0/+17 |
|\ \ \ | | | | | | | | | Remote resource should respect sensitive flag | ||||
| * | | | Remote resource should respect sensitive flagpraj/FLOW-334/sensitive | Prajakta Purohit | 2016-06-13 | 2 | -0/+17 |
|/ / / | |||||
* | | | Merge pull request #5021 from chef/tc/deprecate-chef-cookbook-generate | Tyler Cloke | 2016-06-13 | 2 | -0/+5 |
|\ \ \ | |/ / |/| | | Deprecate `knife cookbook create` in favor of `chef generate cookbook`. | ||||
| * | | Deprecate `knife cookbook create` in favor of `chef generate cookbook`.tc/deprecate-chef-cookbook-generate | Tyler Cloke | 2016-06-10 | 2 | -0/+5 |
|/ / | |||||
* | | Merge pull request #5019 from chef/adamleff/node-uuid-fix | Adam Leff | 2016-06-10 | 2 | -9/+5 |
|\ \ | | | | | | | bug fix: correctly write out data collector metadata file |