summaryrefslogtreecommitdiff
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
* Using LOGON32_LOGON_NEW_CREDENTIALS instead of LOGON32_LOGON_NETWORKnimisha2017-09-051-1/+1
* Fixing specsnimisha2017-09-055-234/+19
* Access remote_file resource source files as alternate user on Windowsadamedx2017-09-052-22/+27
* Windows thread alternate user impersonation supportadamedx2017-09-052-0/+408
* Windows user identity user name and credntial validationAdam Edwards2017-09-051-0/+201
* Merge pull request #6359 from kzw/issue.6350Thom May2017-09-041-0/+55
|\
| * implement feedback from reviewkzwin2017-09-021-1/+22
| * test without stubkzwin2017-08-291-0/+4
| * lintedkzwin2017-08-281-16/+16
| * handle apple gitkzwin2017-08-281-0/+30
* | missing spec fixlcg/immutablize-speedupLamont Granquist2017-08-281-1/+1
* | speed up immutabilizationLamont Granquist2017-08-281-3/+11
|/
* enable Lint/PercentStringArraylcg/rubocop.ymlLamont Granquist2017-08-241-1/+1
* Merge pull request #6295 from MsysTechnologiesllc/nim/windows_pathTim Smith2017-08-172-0/+103
|\
| * Using FFI instead of Win32apinimisha2017-08-161-24/+0
| * Fixing Appveyor issuesnimisha2017-08-161-2/+17
| * Fixed specsnimisha2017-08-162-0/+112
* | Merge pull request #6314 from chef/btm/chef-shell-jsonTim Smith2017-08-161-58/+82
|\ \
| * | Unit tests for json attribs and chef-shellbtm/chef-shell-jsonBryan McLellan2017-08-101-58/+82
* | | Merge pull request #6316 from twk3/deep-merge-preserve-vivid-nilTim Smith2017-08-161-0/+7
|\ \ \ | |_|/ |/| |
| * | Fix rubocop styling issue in node_specDJ Mountney2017-08-111-1/+1
| * | Fix an issue where DeepMerge overwrites nil valuesDJ Mountney2017-08-101-0/+7
| |/
* | And fix the resource name.Noah Kantrowitz2017-08-131-1/+1
* | Better spec label.Noah Kantrowitz2017-08-131-1/+1
* | Ignore validation errors in Resource#to_text.Noah Kantrowitz2017-08-131-0/+8
* | Merge pull request #6321 from chef/preference_actionTim Smith2017-08-101-1/+1
|\ \
| * | Fix the apt_preference action to be removepreference_actionTim Smith2017-08-101-1/+1
* | | Maintain compat with old zypper_repo resource used in cookbookszypper2Tim Smith2017-08-101-0/+16
|/ /
* | Add zypper_repository resourceTim Smith2017-08-091-0/+49
|/
* Merge pull request #6307 from Happycoil/better_multidsc_errorThom May2017-08-091-2/+2
|\
| * throw readable errors if multiple dsc resources are foundTor Magnus Rakvåg2017-08-071-2/+2
* | add option to enable unprivileged symlink creation on windows (#6236)Dan Sedlacek2017-08-081-0/+73
* | MSYS-631 Added tests for Chef::Provider::Package::Windows::RegistryUninstallE...piyushawasthi2017-08-082-4/+57
|/
* Set explicit page size for every search requestssd/always-forwardSteven Danna2017-07-311-18/+13
* Fix typosAkira Kitada2017-07-301-1/+1
* Merge pull request #5529 from chef/tas50/apt_preferenceTim Smith2017-07-272-0/+128
|\
| * Disable pref file test on Windowstas50/apt_preferenceTim Smith2017-05-121-1/+2
| * Rework the cleanup logic and always use the santized name + testing improvementsTim Smith2017-05-121-13/+36
| * Testing updatesTim Smith2017-05-121-7/+3
| * Chefstyle fixesTim Smith2017-05-121-2/+2
| * Check the content of the preference fileTim Smith2017-05-121-1/+2
| * Test that the sanitized names workTim Smith2017-05-121-7/+5
| * Wire up provider/resource and use constants so we can testTim Smith2017-05-121-14/+25
| * Require pin/pin_priority and update copyrightsTim Smith2017-05-122-2/+2
| * Initial apt_preference commitTim Smith2017-05-122-0/+98
* | [MSYS-629] Added username/password validation for elevated option (#6293)Nimisha Sharad2017-07-261-1/+21
* | use ServerAliveInterval option if exists in ssh_config.sawanoboly2017-07-251-1/+7
* | fix a busted speclcg/fix-nil-maintainerLamont Granquist2017-07-211-3/+3
* | chef server rejects metadata with nil maintainerLamont Granquist2017-07-201-3/+3
* | fix retries on JSON POST requests when negotiating protocol versionLamont Granquist2017-07-202-4/+81