summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Groups should not exist before managing groups that don't exist in testsbtm/group-should-not-existBryan McLellan2015-05-281-0/+5
| | | | Attempting to solve an intermittent issue, or at least help identify it.
* Increase the Timeout::timeout in execute timeout testBryan McLellan2015-05-281-2/+9
| | | | | | | | | | | Issue #2175 found that execute resource timeouts weren't working on Windows but mixlib-shellout was waiting 600 seconds for the test to fail and still raising. Timeout was added in #2686 to make sure the test failed in this case. We're currently seeing intermittant failures on a FreeBSD tester, which is likely a performance issue. But it's possible that we're seeing another issue that we don't yet understand, so I don't want to throw away the regression test yet.
* Merge pull request #3439 from chef/lcg/windows-doesnt-have-unameLamont Granquist2015-05-281-1/+1
|\ | | | | windows does not have uname
| * windows does not have unamelcg/windows-doesnt-have-unameLamont Granquist2015-05-271-1/+1
|/ | | | although appveyor does, so must have cygwin?
* Update CHANGELOG for #3358, #3431Bryan McLellan2015-05-271-1/+3
| | | | | Closes #3431 Closes #3358
* remove cruftClaire McQuin2015-05-271-2/+0
|
* Give captured exception a meaningful nameClaire McQuin2015-05-272-7/+7
|
* Raise errors at the end of the client run, for proper exiting.Claire McQuin2015-05-273-28/+56
|
* remove configuration optionClaire McQuin2015-05-275-93/+30
|
* Revert "Add CLI option --audit-as-warning"Claire McQuin2015-05-271-5/+0
| | | | This reverts commit 6e88071320032ad18f3b7d5940673f4ad6563c5d.
* Add CLI option --audit-as-warningClaire McQuin2015-05-271-0/+5
|
* Skip adding backtrace to error message if unset.Claire McQuin2015-05-271-1/+5
|
* refactor ohai stubs, remove hardcodingClaire McQuin2015-05-272-17/+18
|
* Remove unused method definitionClaire McQuin2015-05-271-4/+0
|
* Use shared contexts and shared examples to minimize code duplication.Claire McQuin2015-05-273-418/+378
|
* Save and report audit phase failure on run_completed or run_failed.Claire McQuin2015-05-273-14/+91
|
* Mark run failed on failed audits unless configured to audit as warning.Claire McQuin2015-05-275-132/+203
| | | | Remove unnecessary newline from RunFailedWrappingError backtrace
* Added spec for #3394Jay Mundrawala2015-05-271-0/+25
|
* Fix backups on windows for the file resourceJay Mundrawala2015-05-271-1/+9
| | | | | | | | The backup utility was using Dir.[], which on breaks with \ in the path name. This code is replaces with listing the directory and matching the correct files This should solve #3394.
* Merge pull request #3429 from chef/scotthain-changelogScott Hain2015-05-261-1/+1
|\ | | | | Update CHANGELOG.md
| * Update CHANGELOG.mdScott Hain2015-05-261-1/+1
|/
* update changelog for https://github.com/chef/chef/pull/3195danielsdeleo2015-05-261-0/+3
|
* Test format_for_display when given keys don't exist at alldanielsdeleo2015-05-261-0/+7
|
* follow comment https://github.com/chef/chef/pull/3195#discussion_r28006205sawanoboly2015-05-261-2/+2
|
* write spec for d15df60bf493ece1d92bdadb6753d76beedaad73sawanoboly2015-05-261-0/+7
|
* recover regression of #2338sawanoboly2015-05-261-1/+1
|
* Merge pull request #3406 from chef/lcg/fix-windows-path-bugLamont Granquist2015-05-262-4/+13
|\ | | | | add unicode WM_SETTINGCHANGE broadcast
| * add CHANGELOG.mdlcg/fix-windows-path-bugLamont Granquist2015-05-261-2/+2
| |
| * add windows guardLamont Granquist2015-05-261-1/+1
| |
| * add unicode WM_SETTINGCHANGE broadcastLamont Granquist2015-05-261-2/+11
|/ | | | helps powershell pick up the env change settings.
* Merge pull request #3418 from chef/lcg/add-shell_out-to-resourceLamont Granquist2015-05-263-0/+18
|\ | | | | add shell_out to resources
| * add CHANGELOG.mdlcg/add-shell_out-to-resourceLamont Granquist2015-05-261-0/+2
| |
| * add shell_out to resourcesLamont Granquist2015-05-262-0/+16
|/ | | | allows for using shell_out! and friends in not_if/only_if blocks
* Move `skip` for useradd test to metadatadanielsdeleo2015-05-261-8/+7
| | | | | Otherwise we run useradd provider prior to the before block with the example-level `skip` being called.
* Merge pull request #3397 from chef/lcg/directory-missing-owner-validation-checkLamont Granquist2015-05-263-143/+214
|\ | | | | Lcg/directory missing owner validation check
| * add CHANGELOG.mdlcg/merge3390Lamont Granquist2015-05-261-8/+12
| | | | | | | | plus fix some OCD formatting issues
| * rewrite specs for directoryLamont Granquist2015-05-261-135/+199
| | | | | | | | | | | | - new specs use real directories rather than stubbing File - new specs easily adds lots of missed coverage for windows due to avoiding stub-hell - adds specs for the owner/group not existing
| * directory resource needs to call FAC for DRRLamont Granquist2015-05-261-0/+3
| | | | | | | | | | | | | | | | the directory resource completely overrides DRR from the file resource, but is missing the call into FAC in order to validation the owner and group. fixes issue #3390
* | Merge pull request #3419 from chef/shain/fix_cliScott Hain2015-05-261-0/+6
|\ \ | | | | | | Fix cli issue with unset chef_repo_path
| * | Fix cli issue with unset chef_repo_pathshain/fix_cliScott Hain2015-05-221-0/+6
| | |
* | | Fix overridden method `skip` causing arity failuresdanielsdeleo2015-05-261-10/+3
| |/ |/|
* | Bump all version numbersThom May2015-05-264-4/+5
| |
* | Purge pending specscleanup-pendingdanielsdeleo2015-05-2315-133/+24
| | | | | | | | RSpec isn't a bug database
* | Fix ruby warning for unused local variabledanielsdeleo2015-05-231-1/+1
| |
* | Remove volatile pending testdanielsdeleo2015-05-231-12/+0
|/
* Display policy name and ID during the chef rundanielsdeleo2015-05-224-0/+56
|
* Remove old TODO commentdanielsdeleo2015-05-221-3/+3
|
* Update CHANGELOG for #3398shain/fix_cli_errorJay Mundrawala2015-05-211-0/+1
|
* Merge pull request #3398 from chef/jdm/1848Jay Mundrawala2015-05-217-23/+82
|\ | | | | Allow spaces in files for remote_file
| * Added spec for as_urijdm/1848Jay Mundrawala2015-05-211-0/+10
| |