summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Expand windows_service specsTim Smith2018-11-151-4/+4
* Remove service_name property that's already part of serviceTim Smith2018-11-151-4/+0
* Remove duplicate identity and state_attrs in other service resourcesTim Smith2018-11-151-2/+0
* Add more validation_messages to propertiesvalidationsTim Smith2018-11-031-0/+1
* Add descriptions and introduced fields to windows_taskTim Smith2018-08-311-21/+26
* Attributes -> Properties in a few more resourcesTim Smith2018-07-101-1/+1
* fix Style/MutableConstantLamont Granquist2018-07-021-1/+1
* Modify the provides for all resources from cookbooks so chef winsprovidesTim Smith2018-04-061-1/+1
* Remove a few more provides and update the resolver specTim Smith2018-03-071-1/+1
* Set identity on windows_service properlywin_serviceTim Smith2018-03-041-3/+1
* Add more introduced and description fields to resourcesdescriptions_v2Tim Smith2018-02-221-3/+3
* chefstyle -aJason Barnett2018-01-261-3/+3
* Fix existing tests and add new onesJason Barnett2018-01-261-17/+21
* Add :create, :delete, and :configure actions to the windows_service resourceJason Barnett2018-01-251-33/+72
* Revert "add create and delete actions for windows_service"Lamont Granquist2018-01-221-72/+33
* Merge pull request #6595 from jasonwbarnett/feature/add-action_create-to-wind...Thom May2018-01-221-33/+72
|\
| * add :create, :delete, and :configure actions to the windows_service resource.Jason Barnett2017-11-231-33/+72
* | Add descriptions and @since comments to all resourcesTim Smith2017-12-191-0/+3
|/
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-3/+3
* autofixing whitespace copsLamont Granquist2016-02-051-4/+4
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-1/+1
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-3/+3
* Overwrite resource_name with providesJohn Keiser2015-06-081-1/+0
* Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-011-1/+2
* Add use_automatic_resource_nameJohn Keiser2015-06-011-1/+1
* Make resource_name call providesJohn Keiser2015-06-011-0/+1
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-2/+1
* Enable Windows services to run as a different user (CHEF-4921). This adds :ru...cdoherty-enhance-win-serviceChris Doherty2014-12-191-0/+18
* Turn off the alternative resource name tests for windows service andpackage.Serdar Sutay2014-10-281-0/+1
* Make sure the event log related capability is turned off on Windows 2003 boxe...Serdar Sutay2014-10-281-1/+0
* Make sure windows_service and windows_package resources are found with the ne...Serdar Sutay2014-10-281-1/+2
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-2/+1
* CHEF-5022: Add tests for #set_start_type and cleanupBryan McLellan2014-08-121-2/+1
* CHEF-5022: Don't use provides in the resourceBryan McLellan2014-08-121-1/+4
* CHEF-5022: Add configure_startup actionBryan McLellan2014-08-121-1/+2
* CHEF-5022: Differentiate between Windows service startup_typesBryan McLellan2014-08-121-0/+50