summaryrefslogtreecommitdiff
path: root/spec/unit/provider
Commit message (Expand)AuthorAgeFilesLines
* Replace which apt-get check with simple debian check in apt resourcesTim Smith2017-09-141-1/+1
* [MSYS-594] windows_task resource is not idempotent when specifying start_time...Harikesh Kolekar2017-09-111-0/+113
* Refactor and add an additional unit testTom Doherty2017-09-111-1/+11
* Simplify and add unit test for default routeTom Doherty2017-09-111-0/+10
* Ensure we quote ETHTOOL/BONDING_OPTSTom Doherty2017-09-081-2/+2
* Fix unit tests for ethtool/bonding changeTom Doherty2017-09-081-4/+4
* Add options for bonding NICs on RHEL/CentosTom Doherty2017-09-071-0/+6
* Add support for specifying ETHTOOL_OPTS on Red HatTom Doherty2017-09-071-0/+2
* Merge pull request #6353 from mikedodge04/launchd2Tim Smith2017-09-061-1/+4
|\
| * specMike Dodge2017-08-261-1/+1
| * specMike Dodge2017-08-261-1/+4
* | Fixing specsnimisha2017-09-052-4/+5
* | Access remote_file resource source files as alternate user on Windowsadamedx2017-09-051-1/+6
* | 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
* | Using FFI instead of Win32apinimisha2017-08-161-24/+0
* | Fixing Appveyor issuesnimisha2017-08-161-2/+17
* | Fixed specsnimisha2017-08-161-0/+74
* | Fix the apt_preference action to be removepreference_actionTim Smith2017-08-101-1/+1
* | 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
* | | MSYS-631 Added tests for Chef::Provider::Package::Windows::RegistryUninstallE...piyushawasthi2017-08-082-4/+57
|/ /
* | Fix typosAkira Kitada2017-07-301-1/+1
* | Merge pull request #5529 from chef/tas50/apt_preferenceTim Smith2017-07-271-0/+87
|\ \
| * | 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
| * | 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-121-1/+1
| * | Initial apt_preference commitTim Smith2017-05-121-0/+53
* | | [MSYS-586] Allow windows_task create action to update tasks. (#6193)Harikesh Kolekar2017-07-171-0/+40
* | | Ensure the service_name is always escaped when using systemdDavide Cavalca2017-07-102-62/+65
* | | Merge pull request #6252 from chef/shain/enable_zypper_optionsLamont Granquist2017-07-101-0/+43
|\ \ \
| * | | Enable zypper package optionsshain/enable_zypper_optionsScott Hain2017-07-031-0/+43
* | | | [MSYS-590] Make mount idempotent on Aix (#6213)NAshwini2017-07-051-1/+33
|/ / /
* | | [ci skip] a typoLamont Granquist2017-06-301-1/+1
* | | fix execute resource to use shell_out_with_systems_localeLamont Granquist2017-06-303-22/+40
* | | fixes for rubocop 0.49.1 engineLamont Granquist2017-06-202-2/+2
* | | provider doesn't existing any moreLamont Granquist2017-05-251-49/+0
* | | convert breakpoint resource to a custom resourceLamont Granquist2017-05-251-22/+18
* | | Ensure that we check the embedded gem binary lasttm/gem_pathThom May2017-05-161-11/+14
|/ /
* | Merge pull request #6055 from coderanger/package-optionsThom May2017-04-2822-72/+72
|\ \
| * | Remove a whole bunch more stubbed property stuff.Noah Kantrowitz2017-04-1119-63/+63
| * | Clean up other uses of the allow(@new_resource).to receive(:options) pattern.Noah Kantrowitz2017-04-114-9/+9
* | | Fix manage_home on AIXtm/aix_manage_homeThom May2017-04-271-0/+97
|/ /
* | Fix expand_options to cope with arrays too.Noah Kantrowitz2017-04-101-2/+2