summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update manpages for version bump10.18.210.16.6danielsdeleo2013-01-1848-96/+96
|
* missed a version.rb in version changedanielsdeleo2013-01-181-1/+1
|
* bump version to 10.18.2 for patch releasedanielsdeleo2013-01-1829-53/+53
|
* Merge branch 'CHEF-3771' into 10-stabledanielsdeleo2013-01-171-2/+5
|\
| * [CHEF-3771] align info in matched warningsdanielsdeleo2013-01-171-1/+1
| |
| * show location of old resourcedanielsdeleo2013-01-171-1/+2
| |
| * [CHEF-3771] fix spurious warnings about resource cloningdanielsdeleo2013-01-171-1/+3
|/
* bump to 10.18.1 for development && regen manpagesdanielsdeleo2013-01-1749-97/+97
|
* Bump version to 10.18.0 (final), regen manpages10.18.0danielsdeleo2013-01-1554-102/+102
|
* regen manpages10.18.0.rc.2danielsdeleo2013-01-1148-133/+133
|
* bump to 10.18.0 RC 2danielsdeleo2013-01-116-6/+6
| | | | Patches from 10.16.6 and a few other minor changes added.
* switch to rubygems/package_taskdanielsdeleo2013-01-114-10/+10
|
* back porting 841a8c363e1073f0509586ba917bf61d9af171e6 from masterLamont Granquist2013-01-111-2/+2
|
* Fix local variable usage in gemspecsdanielsdeleo2013-01-102-2/+2
|
* Merge branch 'extlib-update' into 10-stabledanielsdeleo2013-01-102-0/+3
|\
| * update extlib to at least 0.9.16danielsdeleo2013-01-102-0/+3
|/
* Merge branch '10.16.4-release' into 10-stableBryan McLellan2012-12-310-0/+0
|\
| * CHEF-3619: fix obsolete require of 'rake/rdoctask'10.16.4Bryan McLellan2012-12-252-2/+2
| | | | | | | | H/T: Adam Spiers <aspiers@suse.com>
| * swap arguments on File.joinsdelano2012-12-251-3/+3
| |
| * use Dir.tmpdir for remote_directory spec testssdelano2012-12-251-3/+3
| |
| * Fix directory_spec on Windows.sersut2012-12-251-4/+7
| |
| * Marking more tests not to run on Win2k3sersut2012-12-252-2/+2
| |
| * Disable link tests on Windows Server 2003 since symlink is not yet supported ↵sersut2012-12-253-1/+10
| | | | | | | | on this platform.
| * CHEF-3660: only monkeypatch on ruby 1.9 and earliersdelano2012-12-251-30/+32
| |
| * CHEF-3660: Add FileUtils::Entry_ monkey patchsdelano2012-12-252-0/+64
| | | | | | | | | | This change is equivalent to the changes made to core Ruby at: - https://github.com/ruby/ruby/commit/7d89ecdc523aab7b9908501b6743da2c26a53825
| * CHEF-3660: add functional tests for executing FileUtils.cp_r(:preserve) on ↵sdelano2012-12-252-1/+17
| | | | | | | | symlinks
| * CHEF-3660: use FileUtils.cp_r to copy directories in deploy_providersdelano2012-12-253-5/+5
| |
| * Switch template provider to FileUtils.cpBryan McLellan2012-12-251-1/+1
| | | | | | | | | | | | | | | | | | This reverses the changes made in CHEF-1396. When copying a file over an existing file, the permissions of the existing file are maintained. When moving the file the permissions of the source file are preserved. Since CHEF-1396, we now set permissions after copying (formerly moving) the file, but only do so if there are permissions specified by the user to be set.
| * fix binread for ruby 1.8danielsdeleo2012-12-241-0/+1
| |
| * remove deprecated `has_rdoc`danielsdeleo2012-12-241-1/+0
| |
| * fixes binmode issues on windowsdanielsdeleo2012-12-247-9/+50
| |
| * replace thin w/ webrick for func. test serverdanielsdeleo2012-12-247-28/+36
| |
* | Merge branch '10.16.4-release' into 10-stableBryan McLellan2012-12-241-0/+1
|\ \ | |/
| * CHEF-3718: pin systemu version for windowsLamont Granquist2012-12-241-0/+1
| |
| * Save @config[:knife] before testsBryan McLellan2012-12-241-0/+10
| | | | | | | | Stop trampling on the other tests bootstrap.
* | Merge branch '10.16.4-release' into 10-stableBryan McLellan2012-12-241-1/+2
|\ \ | |/
| * 10.16.4 releaseBryan McLellan2012-12-246-6/+6
| |
| * 10.16.4.rc.1Bryan McLellan2012-12-246-6/+6
| |
| * CHEF-3721: Pin moneta to < breaking 0.7.0 rewriteBryan McLellan2012-12-241-1/+2
| |
| * CHEF-3672: Add Ruby 1.9 based Ubuntu 12.10 Gems bootstrapBryan McLellan2012-12-241-0/+60
| |
| * [CHEF-3632] removed duplicated provider#whyrun_supported? methodXabier de Zuazo2012-12-241-4/+0
| |
| * [CHEF-3632] All providers have whyrun enabled by default due to RemoteDirectoryXabier de Zuazo2012-12-242-4/+7
| |
| * [CHEF-3597] Handle frozen strings in knife.rb chef_server_url var.Fletcher Nichol2012-12-242-1/+9
| |
* | Add version.rb files to .gitattributesBryan McLellan2012-12-241-0/+6
| | | | | | | | | | Ignore these files when merging because they're usually just a change to the version.
* | Stress tests randomly fail in Ci. Exclude themdanielsdeleo2012-12-202-2/+5
| | | | | | | | | | | | | | | | | | ...until someone has a chance to look at them in-depth and make them more stable. Conflicts: spec/spec_helper.rb spec/stress/win32/security_spec.rb
* | 10.18.0.rc.110.18.0.rc.1Bryan McLellan2012-12-196-6/+6
| |
* | Merge pull request #551 from opscode/knife-ssh-test-fixsersut2012-12-171-0/+2
|\ \ | | | | | | Reload original knife config after knife functional tests.
| * | Reload original knife config after knife functional tests.sersut2012-12-171-0/+2
|/ /
* | Merge branch 'CHEF-3689-10-stable' into 10-stabledanielsdeleo2012-12-142-8/+13
|\ \
| * | [CHEF-3689] register works when ApiClient returned from savedanielsdeleo2012-12-141-5/+10
| | |