summaryrefslogtreecommitdiff
path: root/lib/chef/resource/script.rb
Commit message (Expand)AuthorAgeFilesLines
* Chef-15: Remove copyright dateslcg/remove-copyright-dates-chef-15Lamont Granquist2020-04-131-1/+1
* Turn on unified_mode for 35 core resourcesLamont Granquist2019-10-281-0/+2
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* Fixed failing spec need to call super before as to set the command to nil for...Vasu11052019-01-301-1/+1
* Attribute -> Property in additional placesTim Smith2018-07-101-1/+1
* Fixes from the reviewTim Smith2018-07-101-1/+1
* Add more resource descriptionsTim Smith2018-03-161-4/+5
* Remove platfom restrictions in provides and don't require providersTim Smith2018-03-071-1/+2
* Add descriptions and @since comments to all resourcesTim Smith2017-12-191-0/+4
* Chef 13: script resources (and e.g. bash) require 'code' propertyLamont Granquist2017-02-281-26/+4
* Chef-13 break: script and all its subclasses now errors on 'command' propertyLamont Granquist2017-02-281-8/+4
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-3/+3
* autofixing whitespace copsLamont Granquist2016-02-051-5/+5
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* 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-2/+2
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-3/+3
* Improve sentencesTim Smith2015-10-181-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-1/+1
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-1/+0
* Add "provides" to all resourcesJohn Keiser2015-05-131-0/+1
* Execute and Script Resource improvementsLamont Granquist2014-12-081-0/+11
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-0/+1
* Set the :default_guard_interpreter to :default so that the script resource gu...Serdar Sutay2014-10-201-0/+1
* Enable guard_interpreters for the execute resource and set the default interp...Serdar Sutay2014-10-161-25/+0
* CR feedback: fix misleading method name for setting inheritance, validate cla...Adam Edwards2014-03-291-4/+3
* CR feedback: move inheritance to class level, add tests for convert_boolean_trueAdam Edwards2014-03-291-17/+22
* Guard resource new specs and spec fixesAdam Edwards2014-03-291-1/+12
* Refactor to move inheritance to script and derived resourcesAdam Edwards2014-03-291-0/+10
* Normalize whitespace on all filesSeth Vargo2013-09-261-5/+5
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+63
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-51/+0
* yagn - removing whereisAdam Jacob2008-09-081-0/+2
* Adding script support!Adam Jacob2008-09-041-0/+49