summaryrefslogtreecommitdiff
path: root/spec/unit/provider/service
Commit message (Expand)AuthorAgeFilesLines
* File.exists? -> File.exist?existTim Smith2020-08-126-18/+19
* Merge pull request #10148 from chef/fix-spec_helper-requiresTim Smith2020-07-151-1/+1
|\
| * The spec/ directory is in the path.fix-spec_helper-requiresPete Higgins2020-07-131-1/+1
* | Use rspec constant stubbing.fix-windows-test-warningPete Higgins2020-07-131-6/+2
|/
* Align all our comments with the codeTim Smith2020-05-061-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-1312-12/+12
* some spec typosVivek Singh2020-04-071-1/+1
* Remove support in debian service init for old update-rcremove_legacy_updatercTim Smith2020-03-051-136/+38
* Don't run all the service specs twiceTim Smith2020-02-281-211/+209
* Remove support for macOS < 10.12 in the service resourceTim Smith2020-02-281-5/+3
* Merge pull request #8884 from robuye/debian-update-rcdTim Smith2020-02-101-26/+145
|\
| * bring back support for legacy update-rc.d syntaxrobuye2019-09-171-43/+142
| * update syntax of `update-rc.d` commands in enable & disable actionsrobuye2019-09-131-9/+29
* | Fix most Ruby 2.7 test failureslcg/ruby-2.7.0Lamont Granquist2020-01-211-24/+24
* | Fix enable on indirect unitsPhil Dibowitz2019-11-041-2/+26
* | Update windows_service to ignore run_as_user caseJason Barnett2019-10-101-3/+23
|/
* fix 4 copsLamont Granquist2019-07-054-37/+64
* tweak Lint/BlockAlignmentLamont Granquist2019-07-021-8/+8
* Style/MethodCallWithoutArgsParenthesesLamont Granquist2019-07-028-72/+72
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-1/+1
* Fix service enable idempotency in sles11 (#8256)dheerajd-msys2019-05-231-2/+2
* 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
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-156-17/+17
* Merge pull request #7484 from chef/attribute_to_propertiesTim Smith2018-07-177-16/+16
|\
| * Update wording in resource specs for attributes -> propertiesTim Smith2018-07-107-16/+16
* | Remove require mixlib/shellouts where not necessaryrequire_the_right_shelloutTim Smith2018-07-101-1/+0
|/
* fix Style/TrailingCommaInHashLiteralLamont Granquist2018-07-021-1/+1
* fix Style/UnneededInterpolationLamont Granquist2018-07-025-14/+14
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-022-3/+3
* fix Layout/DotPositionLamont Granquist2018-07-021-15/+15
* fix Layout/IndentHeredocLamont Granquist2018-07-026-86/+86
* fix Style/HashSyntaxLamont Granquist2018-07-0217-161/+161
* Merge pull request #7297 from jasonwbarnett/fix-windows-startupTim Smith2018-06-031-0/+5
|\
| * Fix :configure_startup action to configure delayed startJason Barnett2018-05-251-0/+5
* | convert shell_out_with_systems_locale to `default_env: true`lcg/remove-shell-out-with-systems-localeLamont Granquist2018-05-309-83/+83
|/
* Fix systemd_unit user property usageMal Graty2018-05-191-1/+1
* [Debian/Ubuntu] Detect init script service levelstm/ub_1404_serviceThom May2018-04-231-161/+41
* Avoid lookups for rights of 'LocalSystem' in windows serviceBryan McLellan2018-03-291-8/+9
* mechanical conversion of most debug log statements to traceThom May2018-03-262-7/+12
* Remove platfom restrictions in provides and don't require providersTim Smith2018-03-071-1/+1
* remove callers of passwd ohai plugintm/disable_chatty_ohaiThom May2018-02-071-10/+2
* Add description property to converge configure actionJason Barnett2018-01-271-1/+1
* Remove temporary lineJason Barnett2018-01-271-2/+0
* chefstyle -aJason Barnett2018-01-261-58/+58
* Fix existing tests and add new onesJason Barnett2018-01-261-19/+434
* Fix svcadm clear to only run in maintenance statejsinha/fix_svcadmJaymala Sinha2017-12-071-5/+6
* Merge pull request #6353 from mikedodge04/launchd2Tim Smith2017-09-061-1/+4
|\