summaryrefslogtreecommitdiff
path: root/lib/chef/provider/script.rb
Commit message (Collapse)AuthorAgeFilesLines
* Update script resource deprecation waringscript_resourceTim Smith2018-09-171-2/+2
| | | | | | Also update todos to be YARD. Signed-off-by: Tim Smith <tsmith@chef.io>
* mechanical conversion of most debug log statements to traceThom May2018-03-261-1/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* cleans up the remaining new/current_resource ivarslcg/remove-ivarsLamont Granquist2017-02-151-2/+2
| | | | | | switches from using ivars to accessors for getters Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Fixing review commentsnimisha2017-02-021-4/+4
| | | | Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
* Alternate user execute resource code review feedackadamedx2017-02-021-3/+7
|
* Rubocop violations in execute resource alternate user implementationadamedx2017-02-021-6/+8
|
* Windows alternate user support for execute resourcesAdam Edwards2017-02-021-4/+34
|
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/(Author.*?<[^@]+@)(?:opscode\\.com|getchef\\.com)(>)/\\1chef.io\\2/gi"
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
| | | Created via git ls-files | xargs perl -pi -e "s/(Copyright.*?), Opscode(,)? Inc(\.)?/\\1, Chef Software Inc./gi"
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* Use double quotes by defaultThom May2016-01-141-3/+3
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* Adding ksh resource and specsNolan Davidson2015-10-061-0/+1
|
* Use attr_accessor for script resource providerJay Mundrawala2014-12-171-1/+4
|
* Execute and Script Resource improvementsLamont Granquist2014-12-081-16/+22
| | | | | | | | | | | - Warning on incorrect usage of the command resource in any script resource - Warning on code in script resource being nil - Specs added to force deprecation of incorrect usage in Chef-13 - Specs added around the (supported) incorrect usage in Chef-12 - Cleanup+Modernization of providers and specs - Fixed some global state bugs around the Chef::Log.level in the spec tests
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-0/+6
| | | | | makes resource and provider class resolution more dynamic. begins deprecation of Chef::Platform static mapping.
* Normalize whitespace on all filesSeth Vargo2013-09-261-1/+1
|
* Add functional tests for exit code and flags, fix architecture test verificationadamedx2013-06-251-1/+6
|
* OC-4739: Merge functional tests, Win2k3 compatibilityadamedx2013-02-191-8/+1
|
* OC-4739: OC-4748: Refactor tests to share examples across batch and ↵adamedx2013-02-191-1/+1
| | | | powershell resource specs
* OC-4739: OC-4748: Create powershell and batch providers in core Chefadamedx2013-02-191-1/+15
|
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+57
| | | | The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!
* big refactor of the repo layout. move to a chef gem and a chef-server gem ↵Ezra Zygmuntowicz2008-10-081-35/+0
| | | | all with proper deps
* Adding script support!Adam Jacob2008-09-041-0/+35