summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove active support from chef specs.rm-active-supportsersut2013-06-252-8/+0
* Merge pull request #855 from opscode/adamed-8391-password-policyAdam Edwards2013-06-251-1/+14
|\
| * Clarify comments on Windows API behavior with direct link to documentationadamedx2013-06-251-3/+5
| * comments are always good.Ameya Varade2013-06-251-0/+9
| * handle local password policiesAmeya Varade2013-06-251-1/+3
|/
* Merge pull request #851 from opscode/adamed-OC-8337-windows-script-testsAdam Edwards2013-06-2510-72/+261
|\
| * Fix invalid assumption of non-nil code attribute and handle change to use -Fi...adamedx2013-06-252-3/+3
| * Fix Win2k3 32-bit status code test failuresadamedx2013-06-251-2/+4
| * Add functional tests for exit code and flags, fix architecture test verificationadamedx2013-06-254-45/+162
| * OC-8337: Fix 32-bit OS test breaksadamedx2013-06-251-9/+7
| * OC-8337: Architecture functional test coverageadamedx2013-06-256-13/+13
| * OC-8337: Add architecture functional test coverage, fix resource name collisionadamedx2013-06-253-7/+79
|/
* Merge pull request #847 from opscode/el-usermod-test-fixesSerdar Sutay2013-06-241-19/+52
|\
| * Expect user home dir to always be created on RHEL on more tests.sersut2013-06-241-4/+13
| * Expect user home dir to always be created on RHELdanielsdeleo2013-06-211-2/+9
| * Expect unlocking user w/o password to fail on slesdanielsdeleo2013-06-211-13/+30
|/
* Merge pull request #839 from opscode/lcg/yardlamont-granquist2013-06-212-0/+16
|\
| * add rake task for generating docs with YARDLamont Granquist2013-06-202-0/+16
* | Merge pull request #843 from opscode/lcg/warn-run-locklamont-granquist2013-06-211-1/+1
|\ \
| * | to see this on command line with default :auto level we need to warnLamont Granquist2013-06-201-1/+1
* | | Merge pull request #846 from opscode/fix-old-userdel-whiningSerdar Sutay2013-06-213-7/+19
|\ \ \
| * | | Skip test for username with quote where unsupported.danielsdeleo2013-06-211-0/+11
| * | | Ensure usermod -d option comes before -m.danielsdeleo2013-06-212-6/+7
| * | | Ignore exit status 12 when deleting test user accountdanielsdeleo2013-06-211-1/+1
* | | | Be more specific: check file? || symlink? instead of just directory?John Keiser2013-06-211-1/+2
* | | | CHEF-4307: Verify that chefignore is a file before reading it.John Keiser2013-06-212-7/+2
|/ / /
* | | Merge pull request #840 from opscode/lcg/cloexec_lockfilelamont-granquist2013-06-204-0/+18
|\ \ \ | |/ / |/| |
| * | add test, bitwise arithm, note about 1.8/1.9/2.0 differencesLamont Granquist2013-06-204-1/+14
| * | use F_CLOEXEC if we canLamont Granquist2013-06-141-0/+5
* | | Merge pull request #835 from opscode/net-ssh-multi-patchSerdar Sutay2013-06-202-0/+141
|\ \ \
| * | | Guard against unknown versions of net-ssh-multi in our monkey patch.sersut2013-06-201-79/+85
| * | | Monkey patch for net-ssh-multi that fixes the concurrency issues in net-ssh-m...sersut2013-06-202-0/+135
| | |/ | |/|
* | | Merge branch 'CHEF-4204'danielsdeleo2013-06-205-781/+624
|\ \ \
| * | | [CHEF-4204] Fix solaris tests to not access shadow file.danielsdeleo2013-06-203-94/+92
| * | | Pass useradd commands as argv array instead of sh command.danielsdeleo2013-06-205-725/+497
| * | | [CHEF-4204] Convert useradd provider to shelloutdanielsdeleo2013-06-203-132/+89
| * | | [CHEF-4204] silence shell out live stream in testsdanielsdeleo2013-06-201-0/+3
| * | | [CHEF-4204] fix ruby unused variable warningdanielsdeleo2013-06-201-1/+1
| * | | [CHEF-4204] add lock/unlock testsdanielsdeleo2013-06-201-0/+113
|/ / /
* | | Stub that /etc/network/interfaces really is there [on windows]Bryan McLellan2013-06-201-0/+1
|/ /
* | Merge pull request #833 from opscode/handle-new-depsolver-errorsSerdar Sutay2013-06-192-5/+61
|\ \
| * | Handle new 412 depsolver errors without any cookbook information.sersut2013-06-192-5/+61
* | | aix's error message for EPERM is like solaris'sLamont Granquist2013-06-191-7/+7
* | | CHEF-3521: Wrap the call to yum-dump.rb in a configurable timeout.Phil Dibowitz2013-06-193-32/+55
* | | [CHEF-972] fixed test unit/runner_spec.rb:379: only_if_called_times.should == 2Xabier de Zuazo2013-06-191-1/+1
* | | [CHEF-972] removed the #self.not_if method and the private constructor from C...Xabier de Zuazo2013-06-193-31/+19
* | | [CHEF-972] first line of conditional_action_nothing_spec.rb with an empty com...Xabier de Zuazo2013-06-191-1/+1
* | | [CHEF-972] replaced the CondidionalAction class by a ConditionalActionNothing...Xabier de Zuazo2013-06-194-112/+63
* | | [CHEF-972] added test for checking doc formatter output when action is :nothingXabier de Zuazo2013-06-191-0/+7
* | | [CHEF-972] created a ConditionalAction class to be used in resource#should_sk...Xabier de Zuazo2013-06-195-9/+164