summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service
Commit message (Expand)AuthorAgeFilesLines
* 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
* Actually, we need to return empty string if run_levels if emptyRobby Dyer2015-08-181-1/+1
* CHEF-5372: Making levels def cleaner - thanks @sersutRobby Dyer2015-08-181-2/+1
* CHEF-5372: Support specific run_levels for RedHat serviceRobby Dyer2015-08-181-4/+20
* remove use of self.provides?Lamont Granquist2015-08-186-28/+16
* Merge pull request #3657 from stefanor/upstart-status_commandThom May2015-08-131-1/+1
|\
| * shell_out! returns an object not an integerStefano Rivera2015-07-091-1/+1
* | Don't use shell_out! on "lssrc -g" as it will raise an exception if the servi...Julian C. Dunn2015-08-061-1/+1
* | Merge remote-tracking branch 'upstream/master'Nate Walck2015-07-206-1/+12
|\ \ | |/
| * Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-066-1/+12
* | Added support for 10.11 and added function for evaluating OS X versions for f...Nate Walck2015-06-251-1/+5
|/
* Sort identical "provides" alphabetically (for backcompat)John Keiser2015-06-185-10/+0
* Bring back platform mapping resolution call, fix automatic ubuntu provider testsJohn Keiser2015-06-021-1/+0
* Use the central priority map for `provides`John Keiser2015-06-021-0/+1
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-1/+1
* Fix ruby warning for unused local variabledanielsdeleo2015-05-231-1/+1