summaryrefslogtreecommitdiff
path: root/lib/chef/provider/windows_task.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7293 from MsysTechnologiesllc/vasundhara/MSYS-822_fix_for...Bryan McLellan2018-06-141-5/+3
|\
| * fix for task is not idempotent when task name includes parent foldervasu11052018-06-141-5/+3
* | Fix for windows_task getting created when wrong username and password provide...vasu11052018-06-141-2/+2
|/
* [MSYS-817] fix for windows_task does not parse backslashes in the command pro...vasu11052018-05-171-0/+1
* Removed todo commentsVasu11052018-05-151-1/+0
* [MSYS-809] Fix for command resource does not handle commands with argumentsvasu11052018-05-151-0/+15
* Fix for why runvasu11052018-05-021-13/+13
* Fix for delete task with task_namevasu11052018-05-021-1/+1
* [MSYS-752] windows task rewrite using wind32-taskschedulerVasu11052018-04-241-454/+473
* mechanical conversion of most debug log statements to traceThom May2018-03-261-24/+24
* Remove platfom restrictions in provides and don't require providersTim Smith2018-03-071-1/+1
* remove punctuation for consistencyTor Magnus Rakvåg2018-02-071-7/+7
* remove contractionsTor Magnus Rakvåg2018-02-071-7/+7
* plural to singular, consistent use of contractionsTor Magnus Rakvåg2018-02-061-3/+3
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-2/+2
* Fixed review comments.Vasu11052018-01-051-2/+2
* Fixed chefstyle issueVasu11052018-01-051-4/+4
* Fixed chefstyle issuesVasu11052018-01-051-4/+4
* Added new specs and updated code to handle more scenariosVasu11052018-01-051-10/+26
* chef#6638 fixed random_delay and execution_time_limit property not idempotent...Vasu11052018-01-051-2/+16
* Merge pull request #6654 from MsysTechnologiesllc/vasundhara/chef_windows_tas...Tim Smith2017-12-111-3/+8
|\
| * Removed pry statementVasu11052017-12-111-1/+0
| * [MSYS-731] Fix for [chef] windows_task resource isn't idempotent for any commandVasu11052017-12-111-3/+9
* | invalid date error on windows_task with frequency :on_logonnimisha2017-12-081-10/+8
|/
* Use converge_by to perform actual resource updatesTim Smith2017-12-051-19/+19
* Clarify why we're not doing anything hereTim Smith2017-12-051-2/+2
* Add debug logging for the task existingTim Smith2017-12-051-0/+6
* Fix typos that prevented loggingTim Smith2017-12-051-2/+2
* Fixed invalid date and Invalid starttime errorNimishaS2017-11-021-1/+18
* Merge pull request #6394 from chef/ash/add_none_frequency_to_windows_task_res...Bryan McLellan2017-10-131-4/+19
|\
| * Fix spec and review commentsash/add_none_frequency_to_windows_task_resourceNAshwini2017-09-201-2/+2
| * Added none frequency to windows task resourceNAshwini2017-09-201-4/+19
* | Fix chefstyle issueJay Mundrawala2017-09-251-1/+1
* | Only accept MM/DD/YYYY for windows_task start_dayJay Mundrawala2017-09-251-2/+6
|/
* [MSYS-594] windows_task resource is not idempotent when specifying start_time...Harikesh Kolekar2017-09-111-54/+108
* [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