summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_task.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve heredoc readbility with indentsheredoc_indentTim Smith2021-09-281-95/+95
* Fix markdown code blocksTim Smith2021-05-111-1/+1
* Resolve chefstyle warningsTim Smith2021-05-071-1/+1
* Move idempotency logs to debugPhil Dibowitz2021-03-061-5/+5
* add backup functionality to windows_taskkimbernator2021-01-181-0/+12
* Update lib/chef/resource/windows_task.rb Tim Smith2020-10-281-1/+1
* Add examples to windows_service and correct some formattingTim Smith2020-10-281-1/+2
* whitespacelcg/unified-mode-doneLamont Granquist2020-10-261-10/+1
* Final batch of unified_mode providersLamont Granquist2020-10-261-26/+635
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-2/+2
* Update & add resource descriptions for documentation generationTim Smith2020-05-271-2/+2
* Get lib/ free of spelling violations.Pete Higgins2020-05-181-6/+6
* Align all our comments with the codeTim Smith2020-05-061-13/+13
* Add more examples to resourcesTim Smith2020-04-301-1/+1
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-1/+114
* More resource formatting and wording updatesTim Smith2020-04-291-1/+1
* Format some descriptions to remove magic quotesTim Smith2020-04-291-3/+3
* More resource documentation formatting / clarity improvementsTim Smith2020-04-291-5/+6
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Updated introudced version for start_when_available optionVasu11052020-04-051-1/+1
* Remove the canonical DSLLamont Granquist2020-03-031-2/+1
* Add a default_description in windows_tasktask_descriptionTim Smith2020-02-041-1/+2
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-2/+2
* Style/RegexpLiteralLamont Granquist2019-07-051-2/+2
* Style/SymbolArrayLamont Granquist2019-07-021-15/+15
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+2
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-31/+31
* Change some more require to require_relativeLamont Granquist2019-05-101-1/+1
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* Add start_when_available support to windows_taskVivek Singh2019-04-261-0/+4
* More consist descriptions for resource name propertiesTim Smith2019-02-061-1/+1
* windows_task resource: allow non-system users without password for interactiv...Nimesh2019-01-071-8/+17
* Make sure we define windows_task resource on *nix systemstask_fixTim Smith2018-11-081-231/+230
* - Added `description` property on windows_task resourcekapil chouhan2018-10-301-0/+4
* Add support for localized system account to windows_task resourceAnton Kvashenkin2018-10-161-238/+240
* Update descriptions in more windows resourcesTim Smith2018-08-311-2/+1
* Fix typo in windows_task descriptionTim Smith2018-08-311-1/+1
* More description fixesTim Smith2018-08-311-3/+4
* Add additional property descriptions using those on the docs siteTim Smith2018-08-291-34/+80
* added functional testdheerajd-msys2018-07-261-3/+3
* fix reviews commentdheerajd-msys2018-07-261-2/+6
* [MSYS-854]support for task on batterydheerajd-msys2018-07-261-0/+2
* Add support for setting task priorityvasu11052018-07-251-0/+2
* Bump version of ISO8601 to latest (0.11.0)nimesh-msys2018-07-241-2/+2
* fix Style/MutableConstantLamont Granquist2018-07-021-3/+3
* [MSYS-809] Fix for command resource does not handle commands with argumentsvasu11052018-05-151-1/+1
* Fix for failing functional spec on adhoc buildbtm/MSYS-752_buildvasu11052018-04-241-7/+1
* [MSYS-752] windows task rewrite using wind32-taskschedulerVasu11052018-04-241-57/+123
* Modify the provides for all resources from cookbooks so chef winsprovidesTim Smith2018-04-061-1/+1