Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update script resource deprecation waringscript_resource | Tim Smith | 2018-09-17 | 1 | -2/+2 |
| | | | | | | Also update todos to be YARD. Signed-off-by: Tim Smith <tsmith@chef.io> | ||||
* | mechanical conversion of most debug log statements to trace | Thom May | 2018-03-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Thom May <thom@chef.io> | ||||
* | cleans up the remaining new/current_resource ivarslcg/remove-ivars | Lamont Granquist | 2017-02-15 | 1 | -2/+2 |
| | | | | | | switches from using ivars to accessors for getters Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
* | Fixing review comments | nimisha | 2017-02-02 | 1 | -4/+4 |
| | | | | Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com> | ||||
* | Alternate user execute resource code review feedack | adamedx | 2017-02-02 | 1 | -3/+7 |
| | |||||
* | Rubocop violations in execute resource alternate user implementation | adamedx | 2017-02-02 | 1 | -6/+8 |
| | |||||
* | Windows alternate user support for execute resources | Adam Edwards | 2017-02-02 | 1 | -4/+34 |
| | |||||
* | Update all auth email address from opscode.com and getchef.com to chef.io. | Noah Kantrowitz | 2016-02-02 | 1 | -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 Kantrowitz | 2016-02-02 | 1 | -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 Kantrowitz | 2016-02-02 | 1 | -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 default | Thom May | 2016-01-14 | 1 | -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 specs | Nolan Davidson | 2015-10-06 | 1 | -0/+1 |
| | |||||
* | Use attr_accessor for script resource provider | Jay Mundrawala | 2014-12-17 | 1 | -1/+4 |
| | |||||
* | Execute and Script Resource improvements | Lamont Granquist | 2014-12-08 | 1 | -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 Resolver | Lamont Granquist | 2014-10-24 | 1 | -0/+6 |
| | | | | | makes resource and provider class resolution more dynamic. begins deprecation of Chef::Platform static mapping. | ||||
* | Normalize whitespace on all files | Seth Vargo | 2013-09-26 | 1 | -1/+1 |
| | |||||
* | Add functional tests for exit code and flags, fix architecture test verification | adamedx | 2013-06-25 | 1 | -1/+6 |
| | |||||
* | OC-4739: Merge functional tests, Win2k3 compatibility | adamedx | 2013-02-19 | 1 | -8/+1 |
| | |||||
* | OC-4739: OC-4748: Refactor tests to share examples across batch and ↵ | adamedx | 2013-02-19 | 1 | -1/+1 |
| | | | | powershell resource specs | ||||
* | OC-4739: OC-4748: Create powershell and batch providers in core Chef | adamedx | 2013-02-19 | 1 | -1/+15 |
| | |||||
* | [OC-3564] move core Chef to the repo root \o/ \m/ | Seth Chisamore | 2012-10-30 | 1 | -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 Zygmuntowicz | 2008-10-08 | 1 | -35/+0 |
| | | | | all with proper deps | ||||
* | Adding script support! | Adam Jacob | 2008-09-04 | 1 | -0/+35 |