Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all traces of pedant, preferring to run the equivalent testing more ↵cd/nuke-pedant | Chris Doherty | 2015-11-09 | 8 | -255/+0 |
| | | | | easily from chef/chef-zero. | ||||
* | Merge pull request #4130 from chef/lcg/lazy-socketless-require | Lamont Granquist | 2015-11-04 | 1 | -2/+9 |
|\ | | | | | lazy the socketless require in Chef::HTTP | ||||
| * | thread-safe performant lazy requirelcg/lazy-socketless-require | Lamont Granquist | 2015-11-04 | 1 | -1/+5 |
| | | |||||
| * | add more verbose info/clarity to comment block | Lamont Granquist | 2015-11-04 | 1 | -2/+3 |
| | | |||||
| * | lazy the socketless require in Chef::HTTP | Lamont Granquist | 2015-11-04 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | if this is always required then everything that uses Chef::HTTP will load up chef-zero which will load up Webrick, which does DNS lookups of the current host which causes a DNS lookup and possible timeout. it also likely isn't doing pretty things to chef-client memory usage and load times there as well. | ||||
* | | Add tests for Chef::HTTP retry behavior | danielsdeleo | 2015-11-04 | 1 | -1/+103 |
| | | |||||
* | | Add connection resets to HTTP retry cases | danielsdeleo | 2015-11-04 | 1 | -1/+1 |
| | | |||||
* | | Skip retries of certificate verification failures | danielsdeleo | 2015-11-04 | 1 | -1/+1 |
| | | |||||
* | | Re-raise SSL errors after retry w/ correct class | danielsdeleo | 2015-11-04 | 1 | -2/+2 |
| | | |||||
* | | Add in retry for possible transient SSL errors | glasschef | 2015-11-04 | 1 | -0/+7 |
|/ | |||||
* | Merge pull request #4134 from chef/lcg/follow-bundler | Lamont Granquist | 2015-11-04 | 1 | -1/+5 |
|\ | | | | | update bundler continuously | ||||
| * | use older bundler+rubygems for nowlcg/follow-bundler | Lamont Granquist | 2015-11-03 | 1 | -1/+5 |
|/ | |||||
* | Roadmap updates for Windows12.3.0 | Bryan McLellan | 2015-10-30 | 1 | -10/+9 |
| | |||||
* | Merge pull request #4090 from chef/ssd/rehash-cheffs | Steven Danna | 2015-10-29 | 3 | -1/+23 |
|\ | | | | | Improve detection of ChefFS-based commands in `knife rehash` | ||||
| * | Improve detection of ChefFS-based commands in `knife rehash`ssd/rehash-cheffs | Steven Danna | 2015-10-29 | 3 | -1/+23 |
|/ | | | | | | | | | | | | ChefFS-based commands have a superclass (Chef::ChefFS::Knife) which defines its own inherited method that calls super. This breaks our detection of where the subcommand is defined since the file with the definition is no longer at the top of the call stack. This commit special-cases subclasses with a superclass of Chef::ChefFS::Knife to account for this. Fixes #4089 | ||||
* | Make Property.derive create derived properties of the same typejk/custom_properties | John Keiser | 2015-10-28 | 2 | -1/+49 |
| | |||||
* | Updated changelogtfitch/bootstrap-no-color | Kartik Null Cating-Subramanian | 2015-10-28 | 1 | -0/+1 |
| | |||||
* | Updated --no-color unit tests based on feedback from btm and Kartik | Tyler Fitch | 2015-10-28 | 1 | -11/+11 |
| | |||||
* | Update knife bootstrap command to honor --no-color flag in chef-client run ↵ | Tyler Fitch | 2015-10-28 | 2 | -4/+12 |
| | | | | that is part of the bootstrap process. | ||||
* | Merge pull request #4116 from chef/lcg/chef-version-md-files | Lamont Granquist | 2015-10-28 | 2 | -433/+23 |
|\ | | | | | add md files for chef_version/ohai_version merge | ||||
| * | typofix | Lamont Granquist | 2015-10-28 | 1 | -1/+1 |
| | | |||||
| * | add md files for chef_version/ohai_version merge | Lamont Granquist | 2015-10-28 | 2 | -433/+23 |
|/ | |||||
* | Merge pull request #4081 from chef/lcg/chef-version | Lamont Granquist | 2015-10-28 | 10 | -14/+353 |
|\ | | | | | RFC-037: add chef_version and ohai_version metadata | ||||
| * | add integration test for the client sidelcg/chef-version | Lamont Granquist | 2015-10-26 | 1 | -0/+20 |
| | | |||||
| * | fix use as an accessor | Lamont Granquist | 2015-10-26 | 1 | -2/+2 |
| | | |||||
| * | add @raises doc for #validate! | Lamont Granquist | 2015-10-26 | 1 | -0/+3 |
| | | |||||
| * | add YARD docs | Lamont Granquist | 2015-10-26 | 3 | -11/+64 |
| | | |||||
| * | use #any? and comment the logic | Lamont Granquist | 2015-10-26 | 1 | -4/+3 |
| | | |||||
| * | stub #validate! method | Lamont Granquist | 2015-10-26 | 1 | -0/+2 |
| | | |||||
| * | fix some busted specs | Lamont Granquist | 2015-10-26 | 2 | -4/+4 |
| | | |||||
| * | improve error message, add more tests | Lamont Granquist | 2015-10-26 | 5 | -10/+123 |
| | | |||||
| * | validate | Lamont Granquist | 2015-10-26 | 5 | -0/+41 |
| | | |||||
| * | extend metadata to include chef_version and ohai_version | Lamont Granquist | 2015-10-26 | 2 | -9/+117 |
| | | |||||
* | | Merge branch 'chasebolt-sensitive' | John Keiser | 2015-10-27 | 2 | -7/+92 |
|\ \ | |||||
| * | | Change plural to singular | John Keiser | 2015-10-27 | 2 | -9/+9 |
| | | | |||||
| * | | test for default valuechasebolt-sensitive | Chase Bolt | 2015-10-27 | 1 | -0/+24 |
| | | | |||||
| * | | tests and style | Chase Bolt | 2015-10-27 | 2 | -2/+50 |
| | | | |||||
| * | | removing @sensitive in favor of sensitive | Chase Bolt | 2015-10-27 | 1 | -3/+3 |
| | | | |||||
| * | | suppressing sensitive properties, refactored | Chase Bolt | 2015-10-27 | 1 | -7/+20 |
|/ / | |||||
* | | Merge pull request #4065 from AgentMeerkat/bryant-lippert-maintainer | Thom May | 2015-10-27 | 2 | -1/+7 |
|\ \ | |/ |/| | bryant-lippert-maintainer | ||||
| * | removed "Bryant Lippert / agentmeerkat" from Maintainers.md and added it to ↵ | Bryant Lippert | 2015-10-26 | 2 | -2/+7 |
| | | | | | | | | Maintainers.toml. Executed the rake command to re-generate the maintainers. | ||||
| * | bryant-lippert-maintainer | Bryant Lippert | 2015-10-16 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #4105 from chef/lcg/merges | Lamont Granquist | 2015-10-24 | 26 | -88/+263 |
|\ \ | | | | | | | Lcg/merges | ||||
| * | | add CHANGELOG.mdlcg/merges | Lamont Granquist | 2015-10-24 | 1 | -1/+29 |
| | | | |||||
| * | | allow generate_checksum to use StringIO | Jay Mundrawala | 2015-10-24 | 1 | -1/+5 |
| | | | |||||
| * | | Use SHA256 instead for registry_key when data is not displayable | Jay Mundrawala | 2015-10-24 | 2 | -3/+3 |
| | | | |||||
| * | | fix tests for my change | Aubrey Holland | 2015-10-24 | 1 | -1/+1 |
| | | | |||||
| * | | fix errors when files go away during chown | Aubrey Holland | 2015-10-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The deploy resource attempts to change the owner of all files in the deploy directory, but it breaks when files are removed during the process. This is because FileUtils::chown_R gets a list of the files and then walks through and updates them, and if that takes any time at all then files may be deleted during the process. When this happens, the deploy will fail with Errno::ENOENT. chown_R takes an options hash with :force as one of the available options, and the only thing it does is stop errors from being raised under these circumstances. | ||||
| * | | Update registration.rb | James Michael DuPont | 2015-10-24 | 1 | -1/+1 |
| | | | | | | | | | just output the abs path | ||||
| * | | better error reporting | James Michael DuPont | 2015-10-24 | 1 | -1/+2 |
| | | |