summaryrefslogtreecommitdiff
path: root/lib/chef/provider/windows_task.rb
Commit message (Expand)AuthorAgeFilesLines
* [MSYS-586] Allow windows_task create action to update tasks. (#6193)Harikesh Kolekar2017-07-171-71/+92
* Fixed review comments by thommaynimisha2017-04-061-1/+0
* Removed config file and chcp commandnimisha2017-04-051-4/+12
* Fixed Rubocop style issues and review commentsnimisha2017-03-311-398/+411
* Using chcp 437 and fixed some bugsnimisha2017-03-311-5/+7
* Accepting random_delay and execution_time_limit in secondsnimisha2017-03-311-1/+1
* Fixed Idempotency checknimisha2017-03-311-25/+141
* Removed :change action. Moved validations to after_creatednimisha2017-03-311-153/+39
* Updated random_delay implementation and added execution_time_limit propertynimisha2017-03-311-9/+20
* Added support for random_delay optionnimisha2017-03-311-12/+29
* Adding windows_task resourcenimisha2017-03-311-0/+366