summaryrefslogtreecommitdiff
path: root/lib/chef/provider/windows_task.rb
Commit message (Expand)AuthorAgeFilesLines
* Handle `interactive_enabled` property in windows_task resourceNimesh2018-10-301-6/+11
* Move iso8601 gem to windows only gemspecTim Smith2018-10-251-1/+1
* Add support for localized system account to windows_task resourceAnton Kvashenkin2018-10-161-1/+10
* added functional testdheerajd-msys2018-07-261-8/+6
* update for idempotent and test casedheerajd-msys2018-07-261-3/+8
* [MSYS-854]support for task on batterydheerajd-msys2018-07-261-0/+2
* Add support for setting task priorityvasu11052018-07-251-1/+6
* Handling quotes in Windows Task commandsnimesh-msys2018-07-231-2/+2
* Attribute -> Property in additional placesTim Smith2018-07-101-1/+1
* fix Style/MutableConstantLamont Granquist2018-07-021-4/+4
* fix Style/TrailingCommaInHashLiteralLamont Granquist2018-07-021-5/+5
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-7/+7
* 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