summaryrefslogtreecommitdiff
path: root/lib/chef/provider/windows_task.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed chefstylevasundhara/Fix_for_windows_task_not_idempotent_windows19_16Vasu11052020-01-161-1/+0
* Fix for windows task not idempotent on the windows19 and windows 16Vasu11052020-01-161-2/+3
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-4/+4
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* Parse day param value into stringVivek Singh2019-07-021-2/+2
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-4/+4
* Add start_when_available support to windows_taskVivek Singh2019-04-261-3/+6
* windows_task: Minor fix while setting command and arguments of taskNimesh-Msys2019-02-041-3/+2
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-15/+15
* windows_task resource: allow non-system users without password for interactiv...Nimesh2019-01-071-2/+2
* Merge pull request #7777 from MsysTechnologiesllc/Kapil/MSYS-913_add_descript...Bryan McLellan2018-11-011-0/+8
|\
| * - Added `description` property on windows_task resourcekapil chouhan2018-10-301-0/+8
* | 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