summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service
Commit message (Expand)AuthorAgeFilesLines
* Updating For Ruby 3.1John McCrae2022-04-061-1/+1
* more ruby 3.0 fixesLamont Granquist2022-02-211-4/+4
* Fix systemd service state detectionLance Albertson2021-05-031-1/+1
* Resolve our chefstyle warningsredundant_beginsTim Smith2021-04-011-18/+12
* use full path for launchctl callsJeff Johnson2021-03-091-3/+3
* Move idempotency logs to debugPhil Dibowitz2021-03-066-23/+23
* Merge pull request #11038 from chef/legacy_upstartTim Smith2021-02-151-9/+2
|\
| * Remove an Upstart check for Ubuntu 8.04-9.04legacy_upstartTim Smith2021-02-121-9/+2
* | Don't make upstart service to service on any debian platform familiesnon_default_upstartTim Smith2021-02-121-4/+0
|/
* Handle sysv compat mode when checking enabled status for systemd serviceJoshua Miller2021-02-021-0/+5
* load_current_resource for systemd service more efficientlyJoshua Miller2021-01-041-10/+34
* Use casecmp instead of a case insensitive regexperf_bumpsTim Smith2020-12-211-2/+2
* Avoid declaring arrays in loopsTim Smith2020-10-161-1/+2
* Use Ruby 2.6 endless Range syntax007lva2020-09-241-1/+1
* Resolve Style/RedundantCondition copTim Smith2020-09-161-1/+1
* use autoloading for many required gemsmwrock2020-09-081-1/+1
* File.exists? -> File.exist?existTim Smith2020-08-127-10/+10
* Remove unnecessary Mixin::ShellOut in providersshell_outTim Smith2020-08-031-3/+0
* Update RuboCop config to Ruby 2.6Tim Smith2020-08-031-10/+10
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-115-9/+9
* Get lib/ free of spelling violations.Pete Higgins2020-05-182-2/+2
* Fixes and tests for Chef-16 regression in launchdLamont Granquist2020-05-131-0/+9
* Merge pull request #9812 from chef/lcg/fix-unified-mode-launchdLamont Granquist2020-05-061-2/+4
|\
| * Fix macOS sudo command.Pete Higgins2020-05-061-2/+4
* | Align all our comments with the codeTim Smith2020-05-061-3/+3
|/
* Remove the pointless helper methodTim Smith2020-04-241-6/+2
* Move the windows only timeout property from service to windows_serviceTim Smith2020-04-241-3/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-1312-12/+12
* Fix typoVivek Singh2020-04-061-1/+1
* Remove support in debian service init for old update-rcremove_legacy_updatercTim Smith2020-03-051-59/+3
* Merge pull request #9433 from chef/lcg/action-dslTim Smith2020-03-023-5/+5
|\
| * Use the action DSL consistentlyLamont Granquist2020-03-023-5/+5
* | Remove support for macOS < 10.12 in the service resourceTim Smith2020-02-281-10/+5
|/
* Merge pull request #8884 from robuye/debian-update-rcdTim Smith2020-02-101-26/+84
|\
| * bring back support for legacy update-rc.d syntaxrobuye2019-09-171-13/+73
| * update syntax of `update-rc.d` commands in enable & disable actionsrobuye2019-09-131-20/+18
* | Fix most Ruby 2.7 test failureslcg/ruby-2.7.0Lamont Granquist2020-01-211-13/+13
* | Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-088-24/+24
* | Fix enable on indirect unitsPhil Dibowitz2019-11-041-0/+16
* | Update windows_service to ignore run_as_user caseJason Barnett2019-10-101-1/+1
|/
* fix 4 copsLamont Granquist2019-07-051-1/+2
* Style/SymbolProcLamont Granquist2019-07-051-1/+1
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-053-5/+5
* Style/RegexpLiteralLamont Granquist2019-07-054-5/+5
* Style/NegatedIfLamont Granquist2019-07-052-6/+6
* Style/EmptyMethodLamont Granquist2019-07-021-2/+1
* tweak Lint/BlockAlignmentLamont Granquist2019-07-022-11/+11
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-025-0/+5
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-3/+3
* Target mode for systemd service helperLamont Granquist2019-05-291-1/+2