summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service
Commit message (Expand)AuthorAgeFilesLines
...
* DCO, comment for motive of :upstart_service_runningAbhishekKr2016-10-061-0/+1
* service - upstart restart - service status managed via attr_accessorAbhishekKr2016-09-101-8/+19
* Merge branch 'master' of https://github.com/chef/chefAbhishekKr2016-09-105-13/+17
|\
| * Use symbols instead of strings as keys for systemd user property (#5241)Joshua Miller2016-08-261-2/+2
| * Use upstart goal state as service statusEvan Gilman2016-08-241-3/+3
| * fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-172-4/+5
| * fixing Style/MultilineTernaryOperator copLamont Granquist2016-08-161-2/+5
| * autofixing Style/MultilineIfThen copLamont Granquist2016-08-161-1/+1
| * autofixing Style/AccessModifierIndentation copLamont Granquist2016-08-161-1/+1
* | service - upstart restart - fixing specs and call of stopAbhishekKr2016-06-291-2/+2
* | service - upstart restart does not uses latest job config, need start/stopAbhishekKr2016-06-281-1/+5
|/
* Merge pull request #4709 from coderanger/init_commandNoah Kantrowitz2016-04-051-4/+10
|\
| * Fix some nits. [ci skip]Noah Kantrowitz2016-04-051-3/+3
| * Restore the :enable check but only look for service_missing and give a cleare...Noah Kantrowitz2016-03-151-0/+6
| * Setting init_command should be accepted instead of specific command overrides.Noah Kantrowitz2016-03-141-2/+2
* | chefstyle Style/AndOr fixesLamont Granquist2016-03-147-11/+11
|/
* s/escape_glob/escape_glob_dir/lcg/fix-escape-globLamont Granquist2016-03-103-3/+3
* Merge pull request #4661 from davide125/systemd-userPhil Dibowitz2016-03-082-11/+49
|\
| * error out if provider doesn't support user servicesDavide Cavalca2016-03-042-0/+9
| * double quotes to make rubocop happyDavide Cavalca2016-03-031-6/+6
| * Extend service resource to support systemd user servicesDavide Cavalca2016-03-031-11/+40
* | Merge pull request #4617 from chef/lcg/chefstyle-perfLamont Granquist2016-03-043-5/+5
|\ \ | |/ |/|
| * Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-233-5/+5
* | add tests for is_masked?Davide Cavalca2016-02-221-1/+1
* | is_masked? fixDavide Cavalca2016-02-221-1/+1
* | rubocop doesn't like single quotesDavide Cavalca2016-02-221-1/+1
* | rework to use service resource directly instead of subclassingDavide Cavalca2016-02-221-33/+1
* | rework to use a subclassed SystemdService resourceDavide Cavalca2016-02-221-0/+33
* | Extend service resource to support maskingDavide Cavalca2016-02-221-0/+15
|/
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-193-4/+4
* deal with 0.37.2 renamed copsLamont Granquist2016-02-182-3/+3
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-092-2/+2
* autofixing whitespace copsLamont Granquist2016-02-0512-28/+29
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-022-3/+3
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-026-6/+6
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-0217-17/+17
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-183-3/+3
* Use double quotes by defaultThom May2016-01-1417-92/+92
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-2/+2
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-122-5/+5
* fixes #3521 correcting format of user name passed to policy apis and does not...Matt Wrock2015-12-291-58/+11
* Correcting regex for upstart_stateJustin Seubert2015-11-231-3/+3
* overhaul solaris SMF service providerlcg/3187Dave Eddy2015-10-231-17/+43
* REALLY adding explicit error msg if init.d script or custom command is not fo...ad/3992-redhat-serviceandy-dufour2015-09-291-1/+1
* Adding check for custom command in redhat service provider and providing more...andy-dufour2015-09-291-1/+3
* fix supports hash issues in service providersLamont Granquist2015-08-256-11/+13
* spec and code fixes for run_levelsLamont Granquist2015-08-191-24/+33
* Ensure non-specified runlevels are disabledRobby Dyer2015-08-181-3/+14