summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_task.rb
Commit message (Expand)AuthorAgeFilesLines
* More consist descriptions for resource name propertiesTim Smith2019-02-061-1/+1
* windows_task resource: allow non-system users without password for interactiv...Nimesh2019-01-071-8/+17
* Make sure we define windows_task resource on *nix systemstask_fixTim Smith2018-11-081-231/+230
* - Added `description` property on windows_task resourcekapil chouhan2018-10-301-0/+4
* Add support for localized system account to windows_task resourceAnton Kvashenkin2018-10-161-238/+240
* Update descriptions in more windows resourcesTim Smith2018-08-311-2/+1
* Fix typo in windows_task descriptionTim Smith2018-08-311-1/+1
* More description fixesTim Smith2018-08-311-3/+4
* Add additional property descriptions using those on the docs siteTim Smith2018-08-291-34/+80
* added functional testdheerajd-msys2018-07-261-3/+3
* fix reviews commentdheerajd-msys2018-07-261-2/+6
* [MSYS-854]support for task on batterydheerajd-msys2018-07-261-0/+2
* Add support for setting task priorityvasu11052018-07-251-0/+2
* Bump version of ISO8601 to latest (0.11.0)nimesh-msys2018-07-241-2/+2
* fix Style/MutableConstantLamont Granquist2018-07-021-3/+3
* [MSYS-809] Fix for command resource does not handle commands with argumentsvasu11052018-05-151-1/+1
* Fix for failing functional spec on adhoc buildbtm/MSYS-752_buildvasu11052018-04-241-7/+1
* [MSYS-752] windows task rewrite using wind32-taskschedulerVasu11052018-04-241-57/+123
* Modify the provides for all resources from cookbooks so chef winsprovidesTim Smith2018-04-061-1/+1
* Remove platfom restrictions in provides and don't require providersTim Smith2018-03-071-1/+1
* Add more introduced and description fields to resourcesdescriptions_v2Tim Smith2018-02-221-4/+4
* Fix windows_task idle_time validationalgaut2018-02-061-4/+4
* fixed functional testdheerajd-msys2018-01-161-1/+1
* Fix style errordheerajd-msys2018-01-161-1/+0
* Fix rspecsdheerajd-msys2018-01-161-1/+2
* fix validation for idle_timedheerajd-msys2018-01-161-2/+4
* Fixed review comments.Vasu11052018-01-051-4/+5
* Added new specs and updated code to handle more scenariosVasu11052018-01-051-4/+5
* chef#6638 fixed random_delay and execution_time_limit property not idempotent...Vasu11052018-01-051-28/+1
* Add descriptions and @since comments to all resourcesTim Smith2017-12-191-0/+3
* Fix for readability and a failing testTim Smith2017-12-151-1/+1
* Avoid a few initializers in resources by using the DSL we haveTim Smith2017-12-151-10/+4
* Don't use .match? which is Ruby 2.4+ onlyTim Smith2017-12-141-2/+4
* Fix the time regex and improve the error messageTim Smith2017-12-081-1/+1
* These are all input validation errors so they should raise ArgumentError not ...more_taskTim Smith2017-12-081-7/+5
* Use integer for numeric evaluationTim Smith2017-12-081-2/+3
* Properly handle an ISO8601 duration of 0 secondsTim Smith2017-12-081-2/+1
* Improve the integer/string warning messageTim Smith2017-12-071-2/+2
* Validate the start_date is correctly passedTim Smith2017-12-071-1/+4
* Explain what PT72H isTim Smith2017-12-071-1/+1
* allow random_delay and execution_time_limit to be integers and properly validateTim Smith2017-12-071-22/+24
* Validate that starttime is actually in HH:mm formatTim Smith2017-12-071-4/+5
* Improve the passwordless user error, logic, and testsimproved_task_loggingTim Smith2017-12-061-7/+6
* Attribute -> Property and remove double spacesTim Smith2017-12-061-10/+10
* Clarify that we're talking about the 1 and only SYSTEM user hereTim Smith2017-12-061-1/+1
* Added none frequency to windows task resourceNAshwini2017-09-201-7/+12
* Merge pull request #6105 from Stromweld/patch-1Matt Wrock2017-05-101-2/+2
|\
| * Updated to fix day validation with monthly frequencyCorey Hemminger2017-04-281-2/+2
* | Adding functional specs for windows_task resource (#6067)Nimisha Sharad2017-05-081-1/+1
|/
* Fixed review comments by thommaynimisha2017-04-061-1/+1