summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* [CHEF-3249] Fix nested partials; add a test for that.Andrea Campi2012-12-142-0/+9
* [CHEF-3249] Accept an optional 'source' option to override the actual path to...Andrea Campi2012-12-141-0/+14
* [CHEF-3249] Add tests to verify that variables passed to a partial properly r...Andrea Campi2012-12-141-0/+16
* [CHEF-3249] Refactor template name resolution out to a separate class for DRY...Andrea Campi2012-12-141-8/+48
* [CHEF-3249] Basic implementation of partials in templates.Andrea Campi2012-12-141-0/+41
* swap arguments on File.joinsdelano2012-12-141-3/+3
* use Dir.tmpdir for remote_directory spec testssdelano2012-12-141-3/+3
* Fix directory_spec on Windows.sersut2012-12-141-4/+7
* Marking more tests not to run on Win2k3sersut2012-12-142-2/+2
* Disable link tests on Windows Server 2003 since symlink is not yet supported ...sersut2012-12-143-1/+10
* CHEF-2627: Return non-zero exit code when any ssh command failsMatthew Horan & Ryan Ong2012-12-141-5/+40
* CHEF-2627: Exit with non-zero exit code when ssh command failsMatthew Horan & Ryan Ong2012-12-142-2/+57
* CHEF-3660: rename files that didn't play nice with git rebasesdelano2012-12-131-0/+0
* CHEF-3660: add functional tests for executing FileUtils.cp_r(:preserve) on sy...sdelano2012-12-131-1/+17
* CHEF-3660: use FileUtils.cp_r to copy directories in deploy_providersdelano2012-12-132-4/+4
* [CHEF-3632] All providers have whyrun enabled by default due to RemoteDirectoryXabier de Zuazo2012-12-131-0/+4
* CHEF-3688 remove stale attribute read protectionAdam Jacob2012-12-122-199/+2
* [CHEF-3662] ApiClient includes private key in JSON if presentdanielsdeleo2012-12-121-16/+19
* [CHEF-3662] knife client reregister uses ApiClient#reregisterdanielsdeleo2012-12-121-22/+23
* [CHEF-3662] ApiClient can set a private key from JSONdanielsdeleo2012-12-121-17/+22
* [CHEF-3680] don't invalidate computed attributes on dupdanielsdeleo2012-12-111-0/+11
* [CHEF-3680] #merge isn't destructive, #merge! isdanielsdeleo2012-12-111-1/+1
* [CHEF-3662] fix spec for ruby 1.8.7danielsdeleo2012-12-061-1/+2
* [CHEF-3662] ApiClient can reregister itselfdanielsdeleo2012-12-061-0/+67
* Fixes CHEF-3639: 'knife index rebuild' no longer works with Chef Server 11Christopher Maier2012-12-051-33/+96
|\
| * Use ui.confirm in nag instead of custom logicChristopher Maier2012-12-041-27/+0
| * Total rewrite of knife index rebuild testsChristopher Maier2012-12-041-33/+123
* | [CHEF-3663] Search for .chef in ENV[PWD] if setdanielsdeleo2012-12-051-0/+23
|/
* CHEF-3555: Fix unit tests on windowsBryan McLellan2012-12-041-1/+1
* CHEF-3555: fix knife cookbook site install when StringBryan McLellan2012-12-031-2/+12
* [CHEF-3376] fix doc typodanielsdeleo2012-11-301-1/+1
* [CHEF-3376] move recipe compilation to CookbookCompilerdanielsdeleo2012-11-301-0/+4
* [CHEF-3376] make CookbookCompiler take a RunContextdanielsdeleo2012-11-301-5/+2
* [CHEF-3376] extract CookbookCompiler specsdanielsdeleo2012-11-302-139/+180
* [CHEF-3376] Load all filetypes in run_list orderdanielsdeleo2012-11-301-17/+99
* [CHEF-3376] Update fixture cookbooks for run_context testsdanielsdeleo2012-11-3039-0/+61
* Add a dummy Chef::Sandbox class back inChristopher Maier2012-11-281-0/+8
* Add test to verify "auto-inflation" of JSON into Ruby classesChristopher Maier2012-11-281-0/+8
* Rename so RSpec will pick the file up and run the testsChristopher Maier2012-11-281-0/+0
* break out of read loop after timeoutdanielsdeleo2012-11-211-5/+6
* break out of read loop after timeoutdanielsdeleo2012-11-211-2/+3
* fix race condition in reading outputdanielsdeleo2012-11-211-3/+4
* remove debug output from chef-shell testdanielsdeleo2012-11-211-2/+0
* disable ohai plugins for shell func testsdanielsdeleo2012-11-212-1/+9
* Fix chef-shell functional tests for linuxdanielsdeleo2012-11-211-6/+47
* hide `require 'pty'` from windowsdanielsdeleo2012-11-211-1/+3
* use full path to chef-shell in functional testdanielsdeleo2012-11-211-1/+3
* set default log level to :auto in bootstrapdanielsdeleo2012-11-211-1/+1
* Fix chef-shell for log_level == :autodanielsdeleo2012-11-201-0/+53
* Change default output to formatters when in consoledanielsdeleo2012-11-203-3/+215