summaryrefslogtreecommitdiff
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge pull request #5472 from chef/COOL-597/address-suse-test-failuresTom Duffield2016-10-211-0/+90
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Raise error if suse group manager adds non-existent userCOOL-597/address-suse-test-failuresTom Duffield2016-10-201-0/+90
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #5479 from chef/lcg/rubocop-0.44.1Lamont Granquist2016-10-201-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fixes for rubocop 0.44.1 enginelcg/rubocop-0.44.1Lamont Granquist2016-10-201-1/+1
| |/ / / / / / / /
* | | | | | | | | Attributes: add tests for regression in 12.0 fixed recentlyLamont Granquist2016-10-201-0/+28
|/ / / / / / / /
* | | | | | | | Implement `--config-option` CLI opt for knifedan/config-option-in-knifedanielsdeleo2016-10-181-0/+31
* | | | | | | | Merge pull request #5430 from MsysTechnologiesllc/nim/double_quotes_issueMatt Wrock2016-10-141-1/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | Verifying powershell stdout in specsNimishaS2016-10-101-0/+2
| * | | | | | | | running powershell specs for only windowsNimishaS2016-10-071-1/+1
| * | | | | | | | Fixed double quotes issue in powershell_outNimishaS2016-10-071-0/+22
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Refactored Chef::Provider::User to short circuit and provider better comparis...Geoffrey Hichborn2016-10-131-0/+6
| |_|/ / / / / |/| | | | | |
* | | | | | | Adding support for rfc 62 exit code 213Jeremy J. Miller2016-10-061-0/+10
|/ / / / / /
* | | | | | Merge pull request #5417 from chef/lcg/issue5089Thom May2016-10-061-0/+15
|\ \ \ \ \ \
| * | | | | | add a spec for the fix to #5089Lamont Granquist2016-10-051-0/+15
* | | | | | | Revert Handling double quotes in powershell_outMatt Wrock2016-10-051-13/+32
* | | | | | | Merge pull request #5408 from coderanger/solaris-mNoah Kantrowitz2016-10-061-1/+9
|\ \ \ \ \ \ \
| * | | | | | | Fix solaris handling for -m/-M behavior. Fixes #5403.Noah Kantrowitz2016-10-051-1/+9
* | | | | | | | Merge pull request #5381 from MsysTechnologiesllc/nim/double_quotes_parsing_e...Bryan McLellan2016-10-051-32/+13
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Raising Mixlib::ShellOut::ShellCommandFailed exceptionNimishaS2016-10-031-1/+1
| * | | | | | | Handling double quotes. Added specsNimishaS2016-09-301-32/+13
* | | | | | | | Merge pull request #5319 from tas50/apt_update_specsThom May2016-10-041-17/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | Test apt_update on non-linux behaviorTim Smith2016-09-141-17/+25
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #5314 from chef/tm/raw_keyThom May2016-10-041-0/+50
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Allow raw_key to override the configured signing_keytm/raw_keyThom May2016-09-141-0/+50
| |/ / / / / /
* | | | | | | Merge pull request #5359 from MsysTechnologiesllc/ali/windows_registry_key_re...Bryan McLellan2016-09-303-10/+122
|\ \ \ \ \ \ \
| * | | | | | | Allow deletion of registry_key without the need for users to pass type and da...aliasgar162016-09-303-10/+122
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #5377 from MsysTechnologiesllc/nim/dsc_failure_reported_wa...Bryan McLellan2016-09-301-4/+10
|\ \ \ \ \ \ \
| * | | | | | | set erroraction stop instead of continueNimishaS2016-09-301-4/+10
| |/ / / / / /
* | | | | | | Fixed review commentsVasu11052016-09-301-11/+38
* | | | | | | Added resource and provider for cab packageVasu11052016-09-302-0/+229
|/ / / / / /
* | | | | | Merge pull request #5379 from chef/localMatt Wrock2016-09-291-4/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | revert --local filter for gems installed from pathslocalMatt Wrock2016-09-231-4/+2
* | | | | | Merge branch 'master' into solaris-rNoah Kantrowitz2016-09-237-2/+151
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #5360 from gbagnoli/array_literals_attributesLamont Granquist2016-09-232-1/+50
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | modify attributes and nodes tests for deeply converting_valuesLamont Granquist2016-09-233-45/+50
| | * | | | | Convert attributes defined as literal arraysGiacomo Bagnoli2016-09-211-0/+44
| * | | | | | Handling Errno::ETIMEDOUT (#5358)Nimisha Sharad2016-09-221-0/+1
| * | | | | | drop warn all the way down to debuglcg/ignore-unknown-metdata-rb-fieldsLamont Granquist2016-09-211-1/+1
| * | | | | | ignore unknown metadata fields in metadata.rbLamont Granquist2016-09-211-0/+19
| | |_|/ / / | |/| | | |
| * | | | | Merge pull request #5351 from chef/lcg/node-presenter-tweaksLamont Granquist2016-09-211-1/+22
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | add spec around node['class'] vs. node.class behaviorlcg/node-presenter-tweaksLamont Granquist2016-09-201-0/+7
| | * | | | add another spec for chef_environmentLamont Granquist2016-09-201-1/+8
| | * | | | fix method_access and array handling in node presenterLamont Granquist2016-09-201-1/+8
| * | | | | Fixed undefined short_cksum method issue and checksum in uppercase issue for ...Aliasgar162016-09-202-0/+59
| |/ / / /
* | | | | Style fixes.Noah Kantrowitz2016-09-202-13/+12
* | | | | Add a test for the new Solaris behavior.Noah Kantrowitz2016-09-201-0/+8
* | | | | Refactor groupadd tests to a more normal RSpec layout. Noah Kantrowitz2016-09-201-96/+107
* | | | | Add a test for create_user to make sure we have no `-r`s.Noah Kantrowitz2016-09-191-0/+10
* | | | | Refactor these tests to be less repeat-y.Noah Kantrowitz2016-09-191-41/+36
|/ / / /
* | | | Renamed supress_log_resource_count to count_log_resource_updatesnimisha2016-09-161-5/+5