summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: Allow action :nothing for windows_package, ips_package, paludis_packa...Julian C. Dunn2015-02-044-4/+4
* Merge pull request #2847 from juliandunn/remove-opscode-from-bootstrapJulian C. Dunn2015-02-041-1/+1
|\
| * Make chef-full bootstrap use chef.io URL.Julian C. Dunn2015-02-021-1/+1
* | fix LWRP constant lookupsLamont Granquist2015-02-033-6/+2
|/
* Merge pull request #2833 from chef/tball/merging-2698Tyler Ball2015-01-281-15/+14
|\
| * use context in conjunction with let as opposed to local variables and require...David Crowder2015-01-281-0/+1
| * fix error in tests where shell_out was being expected incorrectlyDavid Crowder2015-01-281-1/+1
| * use shell_out! where appropriate and revert incorrectly scoped variableDavid Crowder2015-01-281-3/+3
| * Fix #2663 - refactor to use shell_out in rpm providerDavid Crowder2015-01-281-15/+13
* | Merge pull request #2739 from ranjib/ssl_fetch_requireLamont Granquist2015-01-281-1/+1
|\ \
| * | 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 chefdkTroy Ready2015-01-151-1/+2
* | | Merge pull request #2823 from chef/lcg/mergesLamont Granquist2015-01-2717-92/+39
|\ \ \
| * | | fix rebase confict errorLamont Granquist2015-01-271-8/+0
| * | | Add comments to trusted_certs_contentBryan McLellan2015-01-271-0/+5
| * | | Util::Diff: remove Object::Encoding existence check (ruby 1.8 specific, issue...Xabier de Zuazo2015-01-271-4/+1
| * | | Provider::User: remove gecos#force_encoding existence check (ruby 1.8 specifi...Xabier de Zuazo2015-01-271-1/+1
| * | | EncryptedDataBagItem: remove Cipher#auth_data method existence check (ruby 1....Xabier de Zuazo2015-01-271-3/+0
| * | | Resource: use #const_defined? with arity 2 (ruby < 2 specific, issues #2497, ...Xabier de Zuazo2015-01-271-8/+10
| * | | Use default argument values for #define_method and avoid exceptions (ruby < 2...Xabier de Zuazo2015-01-272-7/+3
| * | | 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 H...Xabier de Zuazo2015-01-271-2/+2
| * | | 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-271-14/+2
| * | | add banner for knife serve commandDavid Radcliffe2015-01-271-0/+3
* | | | Improve policy ChefFS supportpolicyfile-native-api-supportdanielsdeleo2015-01-275-5/+56
* | | | Add policyfile native support to policy builderdanielsdeleo2015-01-271-1/+22
* | | | Add ChefFS data handling for policiesdanielsdeleo2015-01-272-0/+14
* | | | Add policy support to ChefFS configurationdanielsdeleo2015-01-271-4/+25
* | | | Add policy_path for ChefFS policyfile supportdanielsdeleo2015-01-271-0/+4
|/ / /
* | | Merge pull request #2717 from chef/tball/guard_interpreterTyler Ball2015-01-263-1/+9
|\ \ \
| * | | Fixing #2694 - resource guards are executed in why_run modetball/guard_interpretertyler-ball2015-01-053-1/+9
* | | | Merge remote-tracking branch 'habermann24/patch-1' into tball/merging-2707tyler-ball2015-01-261-1/+1
|\ \ \ \
| * | | | Ruby 2.2 Issue:: data_bag_item.rb:161: warning: circular argument reference -...Jan2014-12-281-1/+1
* | | | | Merge pull request #2774 from chef/jdm/powershell-2348Jay Mundrawala2015-01-261-2/+2
|\ \ \ \ \
| * | | | | Fix up powershell scriptJay Mundrawala2015-01-191-2/+2
| | |_|/ / | |/| | |
* | | | | fix masterLamont Granquist2015-01-251-3/+1
* | | | | Merge pull request #2808 from chef/lcg/2448Lamont Granquist2015-01-251-0/+148
|\ \ \ \ \
| * | | | | Update copyright notices in Chef::Org-related filesSteven Danna2015-01-251-0/+18
| * | | | | Make name argument mandatory for Chef::Org.newSteven Danna2015-01-251-3/+2
| * | | | | Remove Org#add_user_to_group functionSteven Danna2015-01-251-12/+0
| * | | | | Add Chef::Org model classSteven Danna2015-01-251-0/+143
* | | | | | Merge pull request #2771 from drag00n/drag00n/updateloghelpLamont Granquist2015-01-251-1/+1
|\ \ \ \ \ \
| * | | | | | Update chef-client help with auto.drag00n2015-01-171-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #2741 from drag00n/drag00n/fixknifetypoLamont Granquist2015-01-251-1/+1
|\ \ \ \ \ \
| * | | | | | Fix typo cab to candrag00n2015-01-111-1/+1
| |/ / / / /