summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge pull request #2003 from opscode/mcquin/transfer_trusted_certsClaire McQuin2014-09-156-0/+74
| |\ \ | | |/ | |/|
| | * Fix typomcquin/transfer_trusted_certsClaire McQuin2014-09-151-1/+1
| | * Update for trusted cert transfer during bootstrap.Claire McQuin2014-09-081-0/+1
| | * reliably stub cert transfer testsClaire McQuin2014-09-081-7/+11
| | * Stub reading of validation keyClaire McQuin2014-09-081-0/+2
| | * 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-085-27/+24
| | * Use :trusted_certs_dir from Chef::Config, only grab .crt and .pem filesClaire McQuin2014-09-083-4/+4
| | * add trusted_certs_dir to generated configClaire McQuin2014-09-081-0/+4
| | * Transfer trusted certs during bootstrapClaire McQuin2014-09-085-0/+64
| * | Merge pull request #1979 from opscode/cdoherty-reboot-coreChris Doherty2014-09-1212-11/+436
| |\ \
| | * | Improve the action and throw-label names.Chris Doherty2014-09-124-9/+12
| | * | Re-implement immediate reboot using throw/catch, so all the end-of-runChris Doherty2014-09-104-13/+34
| | * | Add #reboot! to Rebooter for immediate rebooting; make Rebooter stateless;Chris Doherty2014-09-102-19/+43
| | * | Rename actions to :request_reboot_on_successful_run and :reboot_interrupt_run.Chris Doherty2014-09-104-11/+31
| | * | Elaborate the specs a bit to make sure we're generating the correct reboot sh...Chris Doherty2014-09-102-17/+29
| | * | test against Windows string.Chris Doherty2014-09-101-1/+1
| | * | Chef::Rebooter -> Chef::Platform::RebooterChris Doherty2014-09-103-27/+28
| | * | Support whyrun.Chris Doherty2014-09-101-10/+16
| | * | Modulify.Chris Doherty2014-09-101-2/+2
| | * | Repair hacky use of rspec.Chris Doherty2014-09-102-12/+6
| | * | Spec for the actual reboot code.Chris Doherty2014-09-102-5/+77
| | * | Update comment.Chris Doherty2014-09-101-1/+1
| | * | 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
| | * | reboot_pending? no longer has unsupported platforms, so remove the test for it.Chris Doherty2014-09-101-7/+1
| | * | -h is halt, -r is reboot.Chris Doherty2014-09-101-1/+1
| | * | Various tidying-up.Chris Doherty2014-09-103-9/+7
| | * | Add unit spec for reboot data in RunContext.Chris Doherty2014-09-101-0/+15
| | * | Add spec/functional/resource/reboot_spec.rb.Chris Doherty2014-09-101-0/+75
| | * | '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
| * | | Merge pull request #1901 from opscode/dont-prepend-to-relative-pathsChris Doherty2014-09-125-30/+49
| |\ \ \
| | * | | Random wrong canonicalize() -> PathHelper.paths_eql?().Chris Doherty2014-09-121-5/+5
| | * | | Remove unnecessary variable.Chris Doherty2014-09-121-2/+1
| | * | | Stop using homegrown canonicalize() and use Chef::Util::PathHelper.paths_eql?.Chris Doherty2014-09-122-17/+17
| | * | | Don't change the working directory to something that probably gets deleted: W...Chris Doherty2014-09-121-1/+0
| | * | | Test for github issue 1842: handle relative paths correctly on Windows.Chris Doherty2014-09-121-2/+27
| | * | | 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-113-3/+54
| |\ \ \
| | * | | [master/12] Fix whyrun_safe_ruby_block regressionPhil Dibowitz2014-09-093-3/+54
| * | | | Merge pull request #2033 from opscode/lcg/1898lamont-granquist2014-09-103-1/+17
| |\ \ \ \
| | * | | | add changelog for pr/1898Lamont Granquist2014-09-101-0/+2
| | * | | | 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-102-3/+18
| * | | | | Merge pull request #2032 from opscode/lcg/1785lamont-granquist2014-09-105-42/+55
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | |