summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_task.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed Rubocop style issues and review commentsnimisha2017-03-311-237/+237
* Using chcp 437 and fixed some bugsnimisha2017-03-311-3/+7
* Accepting random_delay and execution_time_limit in secondsnimisha2017-03-311-2/+56
* Fixed Idempotency checknimisha2017-03-311-4/+9
* Removed :change action. Moved validations to after_creatednimisha2017-03-311-3/+102
* Updated random_delay implementation and added execution_time_limit propertynimisha2017-03-311-0/+10
* Added support for random_delay optionnimisha2017-03-311-0/+1
* Adding windows_task resourcenimisha2017-03-311-0/+64