summaryrefslogtreecommitdiff
path: root/lib/chef/mixin/command.rb
Commit message (Expand)AuthorAgeFilesLines
* Chef-13: remove deprecated run_command API entirelyLamont Granquist2017-03-311-194/+0
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-2/+2
* formally deprecate run_commandLamont Granquist2016-12-201-0/+1
* add some @yield docsLamont Granquist2016-03-041-0/+1
* remove unused block argumentslcg/chefstyle-perfLamont Granquist2016-02-231-1/+1
* Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-231-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-4/+4
* 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-7/+7
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* Refactor handle_command_failures method.Ryota Arai2013-11-261-12/+11
* Mark popen4 tests "volatile" to prevent spurious Ci failuresdanielsdeleo2013-10-181-0/+20
* Normalize whitespace on all filesSeth Vargo2013-09-261-14/+14
* solaris9, 10 on some failures for example invalid mins in crontab fails with ...kaustubh-d2013-08-041-4/+13
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+164
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-206/+0
* A whole bunch of missing changes!Adam Jacob2008-10-071-3/+3
* Adding default node configAdam Jacob2008-09-221-1/+1
* Updating command to have a default returns argument of 0Adam Jacob2008-09-081-0/+1
* yagn - removing whereisAdam Jacob2008-09-081-18/+0
* Adding script support!Adam Jacob2008-09-041-9/+28
* Adding in execute supportAdam Jacob2008-09-011-0/+204