summaryrefslogtreecommitdiff
path: root/spec/unit/provider/service
Commit message (Expand)AuthorAgeFilesLines
* fixes Style/Semicolon coplcg/style-semicolonLamont Granquist2016-11-141-1/+1
* service - upstart restart - service status managed via attr_accessorAbhishekKr2016-09-101-4/+9
* Merge branch 'master' of https://github.com/chef/chefAbhishekKr2016-09-106-46/+69
|\
| * 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-12/+27
| * fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-175-32/+40
* | service - upstart restart - fixing specs and call of stopAbhishekKr2016-06-291-2/+4
|/
* Improved test coverage for behavior with *_command.Noah Kantrowitz2016-03-151-0/+14
* rubocop fixesDavide Cavalca2016-03-071-4/+4
* add a test for user servicesDavide Cavalca2016-03-041-8/+34
* Extend service resource to support systemd user servicesDavide Cavalca2016-03-031-36/+36
* spec nitsDavide Cavalca2016-02-221-4/+4
* add tests for is_masked?Davide Cavalca2016-02-221-0/+33
* rework to use service resource directly instead of subclassingDavide Cavalca2016-02-221-1/+2
* initial attempt at spec updateDavide Cavalca2016-02-221-1/+32
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-095-13/+13
* auto fixing some rubocopsLamont Granquist2016-02-095-13/+13
* autofixing whitespace copsLamont Granquist2016-02-0515-124/+123
* auto-fixing some easy copschefstyle/fixesLamont Granquist2016-02-031-1/+1
* 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-027-7/+7
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-0217-18/+18
* Use double quotes by defaultThom May2016-01-1417-124/+124
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-132-20/+20
* fix Lint/DuplicatedKeylcg/duplicated-keysLamont Granquist2016-01-131-3/+6
* fix some lint copsLamont Granquist2016-01-122-2/+2
* fixes #3521 correcting format of user name passed to policy apis and does not...Matt Wrock2015-12-291-27/+18
* Correcting regex for upstart_stateJustin Seubert2015-11-231-0/+19
* overhaul solaris SMF service providerlcg/3187Dave Eddy2015-10-231-39/+110
* Remove pesky whitespacemcquin/remove-constClaire McQuin2015-09-211-1/+0
* Remove should from spec textClaire McQuin2015-09-211-28/+28
* Use letClaire McQuin2015-09-211-169/+170
* Safely clean up Win32 namespace after specsClaire McQuin2015-09-211-3/+14
* fix supports hash issues in service providersLamont Granquist2015-08-253-22/+40
* spec and code fixes for run_levelsLamont Granquist2015-08-191-20/+50
* CHEF-5372: Support specific run_levels for RedHat serviceRobby Dyer2015-08-181-0/+34
* Merge pull request #3657 from stefanor/upstart-status_commandThom May2015-08-131-7/+11
|\
| * shell_out! returns an object not an integerStefano Rivera2015-07-091-7/+11
* | Don't use shell_out! on "lssrc -g" as it will raise an exception if the servi...Julian C. Dunn2015-08-061-3/+3
* | Fixed platform_Version logicNate Walck2015-07-211-3/+3
* | Add 10.11 to macosx_spec.rbNate Walck2015-07-211-2/+2
|/
* Remove volatile pending testdanielsdeleo2015-05-231-12/+0
* Replace AIX unreliable service group parsing mechanism.Julian C. Dunn2015-05-051-11/+26
* Merge pull request #3051 from mikedodge04/macosx_service_updatePhil Dibowitz2015-04-111-203/+230
|\
| * adding assert for plistMike Dodge2015-04-011-0/+2
| * added requsted chagnesMike Dodge2015-03-261-0/+1
| * addressed each of the commentsMike Dodge2015-03-251-16/+0
| * added tests for 100% of use casesMike Dodge2015-03-121-193/+201
| * Updated tests to match new logicMike Dodge2015-03-121-17/+24
| * First pass at fixing the unit testsMike Dodge2015-03-121-30/+55