summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service/windows.rb
Commit message (Expand)AuthorAgeFilesLines
* 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-131-1/+1
* Use the action DSL consistentlyLamont Granquist2020-03-021-3/+3
* Update windows_service to ignore run_as_user caseJason Barnett2019-10-101-1/+1
* Style/RegexpLiteralLamont Granquist2019-07-051-1/+1
* tweak Lint/BlockAlignmentLamont Granquist2019-07-021-2/+2
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-3/+3
* Convert require to require_relativeLamont Granquist2019-05-081-3/+3
* Prevent accidentally configuring windows_service propertiesJason Barnett2019-04-151-14/+4
* Fixes #8195Jason Barnett2019-03-271-4/+11
* Fix #8080Jason Barnett2019-03-081-16/+18
* Remove potentially sensitive info from the logsp/fix-7634Stuart Preston2018-09-181-1/+1
* fix Style/MutableConstantLamont Granquist2018-07-021-11/+11
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-1/+1
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-2/+2
* fix Style/HashSyntaxLamont Granquist2018-07-021-2/+2
* Fix :configure_startup action to configure delayed startJason Barnett2018-05-251-0/+2
* Avoid lookups for rights of 'LocalSystem' in windows serviceBryan McLellan2018-03-291-1/+2
* mechanical conversion of most debug log statements to traceThom May2018-03-261-27/+27
* Remove platfom restrictions in provides and don't require providersTim Smith2018-03-071-1/+1
* Add description property to converge configure actionJason Barnett2018-01-271-1/+1
* chefstyle -aJason Barnett2018-01-261-27/+27
* Fix existing tests and add new onesJason Barnett2018-01-261-71/+81
* Add :create, :delete, and :configure actions to the windows_service resourceJason Barnett2018-01-251-11/+175
* Revert "add create and delete actions for windows_service"Lamont Granquist2018-01-221-175/+11
* add :create, :delete, and :configure actions to the windows_service resource.Jason Barnett2017-11-231-11/+175
* support why-run by defaultlcg/default-whyrun-supportedLamont Granquist2017-03-011-5/+1
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-2/+3
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-16/+16
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* fixes #3521 correcting format of user name passed to policy apis and does not...Matt Wrock2015-12-291-58/+11
* Bring back platform mapping resolution call, fix automatic ubuntu provider testsJohn Keiser2015-06-021-1/+0
* Enable Windows services to run as a different user (CHEF-4921). This adds :ru...cdoherty-enhance-win-serviceChris Doherty2014-12-191-1/+99
* Make sure windows_service and windows_package resources are found with the ne...Serdar Sutay2014-10-281-0/+1
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-0/+4
* CHEF-5022: Rename start_type to current_start_typeBryan McLellan2014-08-121-7/+7
* CHEF-5022: leave enabled to nil for all other statesBryan McLellan2014-08-121-1/+6
* CHEF-5022: Add configure_startup actionBryan McLellan2014-08-121-32/+67
* CHEF-5022: Differentiate between Windows service startup_typesBryan McLellan2014-08-121-11/+37
* fixing all the extra blank linesLamont Granquist2014-07-291-1/+0
* add shell_out to base provider codeLamont Granquist2014-07-291-2/+0
* remove threads from nonessential code piecesLamont Granquist2014-07-161-11/+14
* add worker threadCHEF-4600Claire McQuin2014-06-181-8/+10
* fix indentingClaire McQuin2014-06-181-5/+5