summaryrefslogtreecommitdiff
path: root/lib/chef/resource/powershell_script.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor resource guard interpreter.refactor-resource-guard-interpreterPete Higgins2020-10-161-1/+1
* More resource documentation improvementTim Smith2020-10-151-6/+6
* Update powershell_script description to match docs site.Pete Higgins2020-10-151-8/+5
* add interpreter to handle pwsh and powershell to powershell_scriptps_scriptmwrock2020-10-071-1/+7
* Simplify property definition.Pete Higgins2020-08-071-22/+1
* Convert set_or_return use to property, copy docs from docs site.Pete Higgins2020-08-071-9/+24
* Fix chefstyle violations.Pete Higgins2020-06-111-1/+1
* Remove shared initializer for WindowsScript.Pete Higgins2020-06-101-2/+4
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Add more typo fixesVivek Singh2020-04-071-1/+1
* Fix typoVivek Singh2020-04-061-2/+2
* Convert more resources to unified_modelcg/unified-mode4Lamont Granquist2020-04-011-0/+2
* Deprecate supports_powershell_execution_bypass? checkTim Smith2020-02-281-16/+6
* Remove all the code that checks for Windows Nanonano_supportTim Smith2020-02-281-2/+0
* 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