summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use chef.io addresses for current Chef employeesssd/add-mailmapSteven Danna2015-01-291-50/+63
| | | | | Current chef employees who have been contributing with a Chef-related email address now use chef.io as their primary email.
* Add .mailmap for top contributorsSteven Danna2015-01-291-0/+104
|
* Merge pull request #2793 from chef/jdm/maintainerSteven Murawski2015-01-281-0/+2
|\ | | | | Can I maintain things?
| * Add as Windows maintainerjdm/maintainerJay Mundrawala2015-01-231-0/+1
| |
| * Add as core maintainerJay Mundrawala2015-01-231-0/+1
| |
* | Merge pull request #2833 from chef/tball/merging-2698Tyler Ball2015-01-283-102/+113
|\ \ | | | | | | Merging https://github.com/chef/chef/pull/2698
| * | Adding changelog updates for https://github.com/chef/chef/pull/2698tball/merging-2698tyler-ball2015-01-281-0/+2
| | |
| * | use context in conjunction with let as opposed to local variables and ↵David Crowder2015-01-282-62/+62
| | | | | | | | | | | | require shellout explicitly in the provider
| * | fix error in tests where shell_out was being expected incorrectlyDavid Crowder2015-01-282-4/+4
| | |
| * | switch to the let syntax for the rpm spec tests instead of a before block ↵David Crowder2015-01-281-74/+82
| | | | | | | | | | | | with instance variables
| * | use shell_out! where appropriate and revert incorrectly scoped variableDavid Crowder2015-01-282-10/+10
| | |
| * | Fix #2663 - refactor to use shell_out in rpm providerDavid Crowder2015-01-282-30/+31
| | |
* | | Merge pull request #2739 from ranjib/ssl_fetch_requireLamont Granquist2015-01-281-1/+1
|\ \ \ | | | | | | | | Fix require statement on knife ssl fetch
| * | | fix requireRanjib Dey2015-01-101-1/+1
| | | |
* | | | Merge pull request #2760 from troyready/msng_plug_msgLamont Granquist2015-01-281-1/+2
|\ \ \ \ | |_|/ / |/| | | Update knife missing gem message for ChefDK
| * | | update knife missing gem message for chefdkTroy Ready2015-01-151-1/+2
| | | |
* | | | Merge pull request #2829 from juliandunn/userdel-error-test-fixLamont Granquist2015-01-281-1/+1
|\ \ \ \ | | | | | | | | | | Fixed typo in test from #2823.
| * | | | Fixed typo in test from #2823.Julian C. Dunn2015-01-281-1/+1
|/ / / / | | | | | | | | | | | | See https://github.com/chef/chef/commit/f445869cfa26b17e22a4266c58907b3619b749ae#commitcomment-9471756
* | | | Merge pull request #2780 from chef/btm/disable-windows-leak-testsBryan McLellan2015-01-271-2/+2
|\ \ \ \ | | | | | | | | | | Disable win32 memory leak tests
| * | | | Disable win32 memory leak testsbtm/disable-windows-leak-testsBryan McLellan2015-01-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The values here are arbitrarily set and don't work well on ephemeral slaves because they're not necesssairly stable when the tests start running. So we'll mark them as volatile until someone decides what to do with them, mostly to preserve the code.
* | | | | Add space so GFM recognizes the ordered listdanielsdeleo2015-01-271-0/+1
| | | | |
* | | | | Merge branch 'chef-io-readme'danielsdeleo2015-01-271-18/+20
|\ \ \ \ \
| * | | | | Be clear that we want PRs against masterdanielsdeleo2015-01-271-1/+2
| | | | | |
| * | | | | Update copyright for 2015danielsdeleo2015-01-271-1/+1
| | | | | |
| * | | | | Replace wiki link with short dev process instructionsdanielsdeleo2015-01-271-4/+5
| | | | | |
| * | | | | Update installer links for chef.iodanielsdeleo2015-01-271-2/+2
| | | | | |
| * | | | | Learn Chef is at learn.chef.iodanielsdeleo2015-01-271-2/+2
| | | | | |
| * | | | | Convert opscode.com and getchef.com to chef.io in READMEdanielsdeleo2015-01-271-12/+12
|/ / / / /
* | | | | Merge pull request #2823 from chef/lcg/mergesLamont Granquist2015-01-2730-176/+91
|\ \ \ \ \ | | | | | | | | | | | | Lcg/merges
| * | | | | add md filesLamont Granquist2015-01-271-0/+12
| | | | | |
| * | | | | fix rebase confict errorLamont Granquist2015-01-271-8/+0
| | | | | |
| * | | | | Add comments to trusted_certs_contentBryan McLellan2015-01-271-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's initially confusing why #trusted_certs has commands embedded in the certificates. I've added comments to try to reduce that confusion for the next person.
| * | | | | Clean all RSpec test filters related to Ruby 1.8.7 (issue #2497)Xabier de Zuazo2015-01-275-31/+5
| | | | | |
| * | | | | Util::Diff: remove Object::Encoding existence check (ruby 1.8 specific, ↵Xabier de Zuazo2015-01-272-10/+7
| | | | | | | | | | | | | | | | | | | | | | | | issue #2497)
| * | | | | Provider::User: remove gecos#force_encoding existence check (ruby 1.8 ↵Xabier de Zuazo2015-01-272-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | specific, issue #2497)
| * | | | | EncryptedDataBagItem: remove Cipher#auth_data method existence check (ruby ↵Xabier de Zuazo2015-01-273-30/+1
| | | | | | | | | | | | | | | | | | | | | | | | 1.8 specific, issue #2497)
| * | | | | Resource: use #const_defined? with arity 2 (ruby < 2 specific, issues #2497, ↵Xabier de Zuazo2015-01-271-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | #2503)
| * | | | | Use default argument values for #define_method and avoid exceptions (ruby < ↵Xabier de Zuazo2015-01-272-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | 2 specific, issue #2497)
| * | | | | LWRPBase#attribute: fix the ArgumentError description to include 0 lengthXabier de Zuazo2015-01-271-1/+1
| | | | | |
| * | | | | chef/run_context comment: use "predictable" word instead of "preserved" for ↵Xabier de Zuazo2015-01-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Hash ordering description
| * | | | | Remove some RUBY_VERSION < 2 comparisons (ruby < 2 specific, issue #2497)Xabier de Zuazo2015-01-272-8/+1
| | | | | |
| * | | | | Update some ruby 1.8 related comments (issue #2497)Xabier de Zuazo2015-01-272-5/+4
| | | | | |
| * | | | | Use #define_method instead of #class_eval (ruby 1.8 specific, issue #2497)Xabier de Zuazo2015-01-275-43/+21
| | | | | |
| * | | | | Mixin::Securable: remove ruby 1.8 specific code (issue #2497)Xabier de Zuazo2015-01-271-4/+1
| | | | | |
| * | | | | Remove binread functions (ruby 1.8 specific, issue #2497)Xabier de Zuazo2015-01-272-24/+3
| | | | | |
| * | | | | userdel functional test fixkaustubh-d2015-01-271-5/+18
| | | | | |
| * | | | | define dummynode for specsawanoboly2015-01-271-4/+8
| | | | | |
| * | | | | add banner for knife serve commandDavid Radcliffe2015-01-271-0/+3
| | | | | |
* | | | | | Merge branch 'policyfile-native-api-support'danielsdeleo2015-01-2710-8/+216
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Improve policy ChefFS supportpolicyfile-native-api-supportdanielsdeleo2015-01-275-5/+56
| | | | | |