summaryrefslogtreecommitdiff
path: root/spec/unit/provider
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix apt_repository uri single/double quotes and spacesVivek Singh2019-12-021-5/+5
* | Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-0810-19/+19
* | Merge pull request #9047 from jaymzh/fix_enableLamont Granquist2019-11-042-6/+79
|\ \
| * | Fix enable on indirect unitsPhil Dibowitz2019-11-042-6/+79
* | | Updates for Chefstyle with Rubocop 0.75.1Tim Smith2019-11-042-2/+2
|/ /
* | Merge pull request #8961 from jeremyhage/fix-windows-package-path-envTim Smith2019-10-141-1/+1
|\ \
| * | Avoid a PATH environment variable update before a windows package installJeremy HAGE2019-10-081-1/+1
* | | Update windows_service to ignore run_as_user caseJason Barnett2019-10-101-3/+23
|/ /
* | Merge pull request #8765 from MsysTechnologiesllc/Kapil/MSYS-1015_chocolatey_...Lamont Granquist2019-09-181-35/+50
|\ \ | |/ |/|
| * Fix for chocolatey_package fails using extra optionsKapil Chouhan2019-09-091-35/+50
* | Merge pull request #8869 from MsysTechnologiesllc/Kapil/MSYS-1094_user_resour...Tim Smith2019-09-101-22/+38
|\ \
| * | Fix for MSYS-1094 user resource does not handle a gid specified as a stringKapil chouhan2019-09-101-22/+38
| |/
* | Merge pull request #8775 from chef/ryancragun/mac_userTim Smith2019-09-092-0/+39
|\ \ | |/ |/|
| * Add mac_user resource that is compatible with macOS >= 10.14Ryan Cragun2019-07-242-0/+39
* | convert chocolatey resource to use shell_out splat argsLamont Granquist2019-09-031-30/+34
* | Merge pull request #8756 from MsysTechnologiesllc/dh/MSYS-1033_fix_ifconfig_b...Tim Smith2019-08-231-0/+11
|\ \
| * | fix regex matching interface name with dashdheerajd-msys2019-08-061-0/+11
| |/
* | zypper_package upgrade action not working (#8462)Lamont Granquist2019-08-071-0/+9
|\ \ | |/ |/|
| * fix zypper_package upgrade provider and unit tests to verifyJeremy Chalfant2019-06-131-0/+9
* | fix 4 copsLamont Granquist2019-07-0514-80/+135
* | Style/StringLiteralsInInterpolationLamont Granquist2019-07-052-2/+2
* | Style/RegexpLiteralLamont Granquist2019-07-055-29/+29
* | Style/NegatedIfLamont Granquist2019-07-051-1/+1
* | Style/EmptyLiteralLamont Granquist2019-07-051-1/+1
* | tweak Lint/BlockAlignmentLamont Granquist2019-07-023-29/+29
* | Layout/MultilineMethodCallIndentationLamont Granquist2019-07-021-146/+146
* | Style/MethodCallWithoutArgsParenthesesLamont Granquist2019-07-0216-120/+120
* | Style/SymbolArrayLamont Granquist2019-07-025-5/+5
* | fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-027-79/+79
* | fixes for chefstyle bumpLamont Granquist2019-07-023-10/+10
* | Parse day param value into stringVivek Singh2019-07-021-1/+6
|/
* Fix service enable idempotency in sles11 (#8256)dheerajd-msys2019-05-231-2/+2
* Merge pull request #8307 from MsysTechnologiesllc/Kapil/MSYS-986_Move_respons...Tim Smith2019-05-074-172/+190
|\
| * Move response_file and response_file_variables out of base package resourceKapil Chouhan2019-05-074-172/+190
* | - Added a warning in case user is using a `environment` for an entry that can...btm/MSYS-979vijaymmali19902019-05-031-20/+123
|/
* Prevent accidentally configuring windows_service propertiesJason Barnett2019-04-151-14/+0
* Fixes #8195Jason Barnett2019-03-271-24/+3
* Fix #8080Jason Barnett2019-03-081-0/+25
* Refactor windows_service unit testsJason Barnett2019-03-081-56/+134
* Ensure that a new blank line `\n\n` is added when appending a new mount point...Gavin Reynolds2019-03-041-1/+9
* Merge pull request #8228 from chef/user_cleanupTim Smith2019-02-193-48/+42
|\
| * Fix mistake I made in a specTim Smith2019-02-191-1/+1
| * Fix the comment specTim Smith2019-02-191-2/+1
| * Improve the lets in the dscl provider specsTim Smith2019-02-191-19/+15
| * Fix bad spec descriptionsTim Smith2019-02-191-2/+2
| * Remove the legacy useradd user providerTim Smith2019-02-191-1/+0
| * Convert the user resource to use the resource DSLTim Smith2019-02-191-24/+24
* | chocolatey_package private source specVivek Singh2019-02-141-0/+29
* | Authentication on chocolatey_packageVivek Singh2019-02-121-1/+1
|/
* Update the functional spec and provider behavior to matchJoshua Justice2019-02-071-8/+0