summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 12.0.0.alpha.212.0.0.alpha.2danielsdeleo2014-09-151-1/+1
* Merge pull request #2003 from opscode/mcquin/transfer_trusted_certsClaire McQuin2014-09-154-0/+35
|\
| * Look for certs only if :trusted_certs_dir is not nilClaire McQuin2014-09-081-3/+5
| * Fetch certs in bootstrap_context.rb, not in templates to avoid copypasta.Claire McQuin2014-09-084-27/+19
| * Use :trusted_certs_dir from Chef::Config, only grab .crt and .pem filesClaire McQuin2014-09-082-3/+3
| * add trusted_certs_dir to generated configClaire McQuin2014-09-081-0/+4
| * Transfer trusted certs during bootstrapClaire McQuin2014-09-084-0/+37
* | Merge pull request #1979 from opscode/cdoherty-reboot-coreChris Doherty2014-09-128-4/+212
|\ \
| * | Improve the action and throw-label names.Chris Doherty2014-09-123-6/+9
| * | Re-implement immediate reboot using throw/catch, so all the end-of-runChris Doherty2014-09-103-2/+6
| * | Add #reboot! to Rebooter for immediate rebooting; make Rebooter stateless;Chris Doherty2014-09-101-7/+6
| * | Rename actions to :request_reboot_on_successful_run and :reboot_interrupt_run.Chris Doherty2014-09-102-9/+21
| * | Elaborate the specs a bit to make sure we're generating the correct reboot sh...Chris Doherty2014-09-101-5/+3
| * | Chef::Rebooter -> Chef::Platform::RebooterChris Doherty2014-09-102-23/+25
| * | Support whyrun.Chris Doherty2014-09-101-10/+16
| * | Modulify.Chris Doherty2014-09-101-2/+2
| * | Repair hacky use of rspec.Chris Doherty2014-09-101-9/+1
| * | Spec for the actual reboot code.Chris Doherty2014-09-101-5/+13
| * | Switch from class variables to class instance variables; tweak temporary logg...Chris Doherty2014-09-102-34/+24
| * | For deciding whether or not to actually reboot, use *only* our internal imple...Chris Doherty2014-09-101-2/+1
| * | In specs, and possibly elsewhere, Chef::DSL::RebootPending can get mixed in w...Chris Doherty2014-09-101-1/+2
| * | Remove the timestamp attribute, which isn't actually settable by the user.Chris Doherty2014-09-102-5/+0
| * | -h is halt, -r is reboot.Chris Doherty2014-09-101-1/+1
| * | Various tidying-up.Chris Doherty2014-09-102-7/+1
| * | 'timeout' -> 'delay_mins'; add a run_context() shim for RebootPending.Chris Doherty2014-09-104-10/+15
| * | Log shutdown command string.Chris Doherty2014-09-101-0/+10
| * | Move reboot data into run_context. (Dan D. confirms his prior opinions from h...Chris Doherty2014-09-104-19/+37
| * | First-pass changes for a core reboot resource. Still uses run_state instead o...Chris Doherty2014-09-107-3/+175
* | | Stop using homegrown canonicalize() and use Chef::Util::PathHelper.paths_eql?.Chris Doherty2014-09-121-1/+1
* | | Fix https://github.com/opscode/chef/issues/1842 by calling PathHelper.canonic...Chris Doherty2014-09-121-5/+1
* | | Merge pull request #2022 from jaymzh/12-whyrunPhil Dibowitz2014-09-111-1/+1
|\ \ \
| * | | [master/12] Fix whyrun_safe_ruby_block regressionPhil Dibowitz2014-09-091-1/+1
* | | | inverted if and removed elseNolan Davidson2014-09-101-4/+3
* | | | Fixed Issue 1882 by printing usage when chef-apply is run with no argumentsNolan Davidson2014-09-101-2/+7
* | | | move (generate|delete)_config out of the process of running-configsakazuki2014-09-101-3/+3
* | | | refacteringsakazuki2014-09-101-2/+1
* | | | fix bugsakazuki2014-09-101-2/+1
* | | | rewrite in the style of remote_directorysakazuki2014-09-101-6/+14
* | | | fix CHEF-4933sakazuki2014-09-101-11/+4
| |/ / |/| |
* | | rebaseKirill Shirinkin2014-09-101-2/+4
* | | Add ChefFS rdoc, format existing ChefFS rdoc correctlyjk/docJohn Keiser2014-09-094-22/+148
|/ /
* | remove setting the internal encodingLamont Granquist2014-09-081-1/+0
* | Marshall.dump can't dump an IOLamont Granquist2014-09-081-2/+4
* | spec and code fixes for upstart providerLamont Granquist2014-09-081-1/+1
* | spec and code fixes for subversion providerLamont Granquist2014-09-081-3/+3
* | force the default internal/external encodingLamont Granquist2014-09-082-0/+16
* | change run_command to shell_out in svn providerLamont Granquist2014-09-081-6/+6
* | add config option for the default_localeLamont Granquist2014-09-082-2/+38
* | fix shell_out/run_command usageLamont Granquist2014-09-0817-115/+71
* | unicode shell_out fixes plus mixlib-shellout 2.xLamont Granquist2014-09-081-16/+28
|/