summaryrefslogtreecommitdiff
path: root/lib/chef/resource/powershell_script.rb
Commit message (Expand)AuthorAgeFilesLines
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* As per the review commentsNimesh-Msys2019-02-041-0/+36
* fix Style/HashSyntaxLamont Granquist2018-07-021-2/+2
* Add / update descriptionsTim Smith2018-03-261-8/+9
* Add descriptions and @since comments to all resourcesTim Smith2017-12-191-0/+8
* set default guard_interpreter to powershell_scriptTor Magnus Rakvåg2017-03-301-1/+1
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-3/+3
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-1/+1
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* Overwrite resource_name with providesJohn Keiser2015-06-081-2/+0
* Add use_automatic_resource_nameJohn Keiser2015-06-011-1/+1
* Make resource_name call providesJohn Keiser2015-06-011-0/+1
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-1/+1
* provider_resolver migration from provider_mappingLamont Granquist2015-03-041-0/+2
* fix specsLamont Granquist2015-02-231-2/+0
* fixes Lint/UselessAccessModifierLamont Granquist2015-02-231-2/+2
* powershell_script and batch resource guard_interpeter default to parent resourceAdam Edwards2014-10-231-2/+0
* CR feedback: fix misleading method name for setting inheritance, validate cla...Adam Edwards2014-03-291-1/+1
* CR feedback: clean up convert boolean expressions and add testsAdam Edwards2014-03-291-8/+10
* CR feedback: move inheritance to class level, add tests for convert_boolean_trueAdam Edwards2014-03-291-1/+2
* CR feedback: boolean variable should use boolean false instead of ambiguous nilAdam Edwards2014-03-291-1/+1
* Guard resource new specs and spec fixesAdam Edwards2014-03-291-1/+1
* CHEF-4553: Add spec tests and fix broken examplesAdam Edwards2014-03-291-3/+2
* Method name change, ignore translated attributes that are not defined for the...Adam Edwards2014-03-291-1/+1
* Interpolated boolean return support for powershell_scriptadamedx2014-03-291-1/+21
* Normalize whitespace on all filesSeth Vargo2013-09-261-3/+3
* OC-8337: Architecture functional test coverageadamedx2013-06-251-2/+2
* OC-8337: Add architecture functional test coverage, fix resource name collisionadamedx2013-06-251-0/+31