summaryrefslogtreecommitdiff
path: root/spec/unit/provider/windows_task_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Style/MethodCallWithoutArgsParenthesesLamont Granquist2019-07-021-1/+1
* Parse day param value into stringVivek Singh2019-07-021-1/+6
* Add support for localized system account to windows_task resourceAnton Kvashenkin2018-10-161-0/+1
* fix Style/TrailingCommaInHashLiteralLamont Granquist2018-07-021-1/+1
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-15/+15
* [MSYS-809] Fix for command resource does not handle commands with argumentsvasu11052018-05-151-0/+9
* [MSYS-752] windows task rewrite using wind32-taskschedulerVasu11052018-04-241-579/+282
* Fixed chefstyle issuesVasu11052018-01-051-17/+17
* Added new specs and updated code to handle more scenariosVasu11052018-01-051-0/+94
* Merge pull request #6654 from MsysTechnologiesllc/vasundhara/chef_windows_tas...Tim Smith2017-12-111-4/+11
|\
| * [MSYS-731] Fix for [chef] windows_task resource isn't idempotent for any commandVasu11052017-12-111-4/+11
* | invalid date error on windows_task with frequency :on_logonnimisha2017-12-081-0/+16
|/
* Unit tests for invalid date and starttime errornimisha2017-11-151-0/+27
* Merge pull request #6394 from chef/ash/add_none_frequency_to_windows_task_res...Bryan McLellan2017-10-131-0/+28
|\
| * Fix spec and review commentsash/add_none_frequency_to_windows_task_resourceNAshwini2017-09-201-1/+1
| * Fixed the failing specs.NAshwini2017-09-201-1/+1
| * Added none frequency to windows task resourceNAshwini2017-09-201-0/+28
* | Fix another testjdm/win-task-start-dayJay Mundrawala2017-09-251-3/+3
* | Fix unit testsJay Mundrawala2017-09-251-2/+2
|/
* [MSYS-594] windows_task resource is not idempotent when specifying start_time...Harikesh Kolekar2017-09-111-0/+113
* [MSYS-586] Allow windows_task create action to update tasks. (#6193)Harikesh Kolekar2017-07-171-0/+40
* Removed config file and chcp commandnimisha2017-04-051-2/+3
* Added unit testcases for windows_task providernimisha2017-04-031-0/+391