Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix stray double quoteslcg/fix-5012 | Lamont Granquist | 2016-07-11 | 2 | -4/+4 |
| | |||||
* | fix mixup in the test titles | Lamont Granquist | 2016-07-11 | 1 | -2/+2 |
| | |||||
* | add back method_missing support to set_unless | Lamont Granquist | 2016-07-11 | 2 | -0/+22 |
| | | | | closes #5012 | ||||
* | Bump version of chef to 12.12.21 by Chef Versioner.v12.12.21 | Chef Versioner | 2016-07-07 | 4 | -8/+8 |
| | |||||
* | Merge pull request #5080 from chef/tm/fix_tarball_extract | Thom May | 2016-07-07 | 7 | -28/+26 |
|\ | | | | | Use Mixlib::Archive to extract tarballs | ||||
| * | Use Mixlib::Archive to extract tarballs | Thom May | 2016-07-07 | 7 | -28/+26 |
|/ | | | | | | | this allows us to be truely cross platform, and also to ignore unsafe paths and permissions. Signed-off-by: Thom May <thom@chef.io> | ||||
* | Bump version of chef to 12.12.20 by Chef Versioner.v12.12.20 | Chef Versioner | 2016-07-07 | 4 | -8/+8 |
| | |||||
* | Merge pull request #5087 from chef/rel_notes | Matt Wrock | 2016-07-06 | 1 | -43/+21 |
|\ | | | | | update 12.12 release notes | ||||
| * | update 12.12 release notesrel_notes | Matt Wrock | 2016-07-06 | 1 | -43/+21 |
|/ | |||||
* | Bump version of chef to 12.12.19 by Chef Versioner.v12.12.19 | Chef Versioner | 2016-07-05 | 4 | -8/+8 |
| | |||||
* | Merge pull request #5081 from chef/lcg/remove-rubygems-blob | Lamont Granquist | 2016-07-05 | 1 | -0/+0 |
|\ | | | | | remove rubygems blob | ||||
| * | remove rubygems blob | Lamont Granquist | 2016-07-05 | 1 | -0/+0 |
|/ | | | | no longer used, it was removed from appveyor.yml in bbc1d6ebccbd7f22fea72a9c2b76ef19f3b5beb3 | ||||
* | Bump version of chef to 12.12.18 by Chef Versioner.v12.12.18 | Chef Versioner | 2016-07-05 | 4 | -8/+8 |
| | |||||
* | Merge pull request #5076 from chef/adamleff/ipo-277-uri-validation | Adam Leff | 2016-07-05 | 3 | -2/+60 |
|\ | | | | | Data Collector server URL validation, and disable on host down | ||||
| * | Updates to end-user error messages based on PR feedbackadamleff/ipo-277-uri-validation | Adam Leff | 2016-07-05 | 1 | -3/+3 |
| | | |||||
| * | Data Collector server URL validation, and disable on host down | Adam Leff | 2016-07-03 | 3 | -2/+60 |
| | | | | | | | | | | | | | | | | | | | | | | If a user configured data_collector.server_url in their Chef config as an empty string, we blissfully passed it along to Chef::HTTP which would eventually raise a TypeError when trying to dup the URI's host. This change validates the server_url when setting up the Data Collector and gives helpful error messages to the user. We also count Errno::EHOSTDOWN as an error worthy of disabling the Data Collector reporter for a given run if the user so chooses. | ||||
* | | Bump version of chef to 12.12.17 by Chef Versioner.v12.12.17 | Chef Versioner | 2016-07-05 | 4 | -8/+8 |
| | | |||||
* | | Merge pull request #5077 from chef/changes | Thom May | 2016-07-05 | 1 | -0/+28 |
|\ \ | | | | | | | Changelog updates for 12.12.13 | ||||
| * | | finalize 12.12.13 changelogchanges | Matt Wrock | 2016-07-01 | 1 | -33/+12 |
| | | | |||||
| * | | first pass changelog updates | Matt Wrock | 2016-07-01 | 1 | -0/+49 |
| | | | |||||
* | | | Bump version of chef to 12.12.16 by Chef Versioner.v12.12.16 | Chef Versioner | 2016-07-05 | 4 | -8/+8 |
| | | | |||||
* | | | Merge pull request #5073 from chef/praj/FLOW-370/acceptance_logging | Matt Wrock | 2016-07-05 | 2 | -13/+21 |
|\ \ \ | | | | | | | | | The kitchen logs per instance per suite for acceptance are now in ci | ||||
| * | | | upload kitchen per suite logs to cipraj/FLOW-370/acceptance_logging | Prajakta Purohit | 2016-07-01 | 2 | -13/+21 |
| | | | | |||||
* | | | | Bump version of chef to 12.12.15 by Chef Versioner.v12.12.15 | Chef Versioner | 2016-07-05 | 4 | -8/+8 |
| | | | | |||||
* | | | | Merge pull request #5079 from Tensibai/Fix_#5078_local_mode_repo_path | Thom May | 2016-07-05 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Fix #5078 using cwd parameter instead of Dir.pwd | ||||
| * | | | | Fix #5078 using cwd parameter instead of Dir.pwd | JOVE Bastien | 2016-07-04 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | Bump version of chef to 12.12.14 by Chef Versioner.v12.12.14 | Chef Versioner | 2016-07-02 | 4 | -8/+8 |
| | | | | |||||
* | | | | Merge pull request #5074 from tas50/tas50/dep | Lamont Granquist | 2016-07-01 | 1 | -8/+8 |
|\ \ \ \ | |_|/ / |/| | | | Update deps to include the latest ohai and chef-zero | ||||
| * | | | Update deps | Tim Smith | 2016-06-30 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | Bring in the latest chef-zero and ohai Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | | | | Bump version of chef to 12.12.13 by Chef Versioner.v12.12.13 | Chef Versioner | 2016-07-01 | 4 | -8/+8 |
| | | | | |||||
* | | | | Merge pull request #5075 from chef/lcg/3694-warnings | Lamont Granquist | 2016-07-01 | 3 | -3/+32 |
|\ \ \ \ | |_|_|/ |/| | | | tweak 3694 warnings | ||||
| * | | | revert the code cleanup | Lamont Granquist | 2016-07-01 | 2 | -9/+20 |
| | | | | | | | | | | | | | | | | unfortunately we can't have nice things | ||||
| * | | | tweak 3694 warnings | Lamont Granquist | 2016-07-01 | 4 | -23/+41 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | - clean up "ZenMaster" resource - clean up 3694 detection to use properties - unlazy the resource_name in the trivial resource check - fixes an issue with resources-as-definitions pattern emitting 3694 errors for trivial resources | ||||
* | | | Bump version of chef to 12.12.12 by Chef Versioner.v12.12.12 | Chef Versioner | 2016-07-01 | 4 | -8/+8 |
|/ / | |||||
* | | Bump version of chef to 12.12.11 by Chef Versioner.v12.12.11 | Chef Versioner | 2016-06-30 | 4 | -8/+8 |
| | | |||||
* | | Merge pull request #5072 from tas50/rack | Tim Smith | 2016-06-30 | 2 | -17/+20 |
|\ \ | | | | | | | Depend on rack < 2 | ||||
| * | | Comment why we're pinning rack | Tim Smith | 2016-06-30 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
| * | | Depend on rack < 2 | Tim Smith | 2016-06-30 | 2 | -17/+20 |
|/ / | | | | | | | | | | | | | | | Rack 2.0 was released today and it requires Ruby 2.2+ now, which is breaking Travis runs on anything that depends on Chef. This should get our builds running again. Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | | Bump version of chef to 12.12.10 by Chef Versioner.v12.12.10 | Chef Versioner | 2016-06-30 | 4 | -8/+8 |
| | | |||||
* | | Merge pull request #5065 from chef/adamleff/include-node-in-converge-messages | Adam Leff | 2016-06-30 | 5 | -124/+32 |
|\ \ | | | | | | | Adding node object to Data collector run_converge message | ||||
| * | | 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.9 by Chef Versioner.v12.12.9 | Chef Versioner | 2016-06-30 | 4 | -8/+8 |
| | | | |||||
* | | | Merge pull request #5029 from chef/lcg/attributes-v1.1 | Lamont Granquist | 2016-06-30 | 31 | -315/+852 |
|\ \ \ | | | | | | | | | Attributes v1.1 | ||||
| * | | | Attributes v1.1 changeslcg/attributes-v1.1 | Lamont Granquist | 2016-06-27 | 31 | -315/+852 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixes *_unless behavior and set_unless_value_present hack from Chef 12 - simplifies rm_* code - introduces functional read/write/unlink/exist? API - deprecates method_missing access to attributes for Chef 13 - deprecates set/set_unless aliases for Chef 14 - removes MultiMash mess that I wrote for Chef 13 https://github.com/chef/chef/pull/5029 for more details | ||||
* | | | Bump version of chef to 12.12.8 by Chef Versioner.v12.12.8 | Chef Versioner | 2016-06-29 | 4 | -8/+8 |
| | | | |||||
* | | | Merge pull request #5068 from maxlazio/remove_deprecated_thread_exclusive | Lamont Granquist | 2016-06-29 | 1 | -5/+5 |
|\ \ \ | |_|/ |/| | | Remove deprecated Thread.exclusive around require call. | ||||
| * | | Remove deprecated Thread.exclusive around require call. | Marin Jankovski | 2016-06-29 | 1 | -5/+5 |
|/ / | |||||
* | | Bump version of chef to 12.12.7 by Chef Versioner.v12.12.7 | Chef Versioner | 2016-06-28 | 4 | -8/+8 |
| | | |||||
* | | Merge pull request #5061 from tas50/kitchenbump | Lamont Granquist | 2016-06-28 | 1 | -13/+15 |
|\ \ | |/ |/| | Update cookbooks for integration tests |