summaryrefslogtreecommitdiff
path: root/lib/chef/application/windows_service_manager.rb
Commit message (Expand)AuthorAgeFilesLines
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* Update more help descriptionsTim Smith2019-05-021-7/+8
* fix Style/MutableConstantLamont Granquist2018-07-021-3/+3
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-35/+35
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-1/+1
* fix Style/MultilineIfModifierLamont Granquist2016-12-061-4/+6
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-2/+2
* autofixing whitespace copsLamont Granquist2016-02-051-2/+2
* Update all auth email address from opscode.com and getchef.com to chef.io.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-2/+2
* windows service uses log fileMatt Wrock2015-11-051-3/+2
* Add ability to specify dependencies in chef-service-manager.Kartik Null Cating-Subramanian2015-07-241-7/+9
* Make service manager tests pass.Kartik Null Cating-Subramanian2015-07-201-1/+1
* Add flag to windows_service_manager to delay start.Kartik Null Cating-Subramanian2015-07-201-12/+17
* Enable Windows services to run as a different user (CHEF-4921). This adds :ru...cdoherty-enhance-win-serviceChris Doherty2014-12-191-2/+8
* [CHEF-5150] chef-service-manager: don't create interactive servicePierre Ynard2014-04-101-0/+3
* Add version parameter to chef-service-manager.sersut2013-10-041-0/+8
* Rearrange comments based on PR feedback.sersut2013-03-011-6/+9
* Tests, documentation and better error handling for windows service manager.sersut2013-03-011-3/+21
* Refactor windows_service_manager slightly so that we can reuse it in differen...sersut2013-02-271-43/+36
* Create chef-service-manager using distro/service_manager.rb to control chef-s...sersut2013-02-151-0/+165