summaryrefslogtreecommitdiff
path: root/lib/chef/mixin
Commit message (Expand)AuthorAgeFilesLines
* make deprecation warnings actual deprecation warningsLamont Granquist2016-04-251-1/+1
* remove duping the args hashlcg/shell_out_syntaxLamont Granquist2016-04-251-1/+0
* tighter code from @coderangerLamont Granquist2016-04-251-10/+5
* modernize shell_out method syntaxLamont Granquist2016-04-251-16/+11
* remove global_resource_collectionLamont Granquist2016-04-111-4/+0
* readability tweakLamont Granquist2016-04-111-2/+4
* fix logic in updating new_resourceLamont Granquist2016-04-111-3/+4
* add notifying_block and subcontext_block to chefLamont Granquist2016-04-111-0/+54
* Obvious fix: Update lamont@getchef.com email to lamont@chef.ioadamedx/lamont-emailAdam Edwards2016-04-041-1/+1
* Fix proxified socketSalim Alam2016-03-211-2/+6
* lazy module inclusion into DSL moduleslcg/use-and-lazy-module-includeLamont Granquist2016-03-151-0/+77
* Merge pull request #4706 from chef/lcg/chefstyle-andorLamont Granquist2016-03-153-3/+3
|\
| * chefstyle Style/AndOr fixesLamont Granquist2016-03-143-3/+3
* | Issue 4334: Because set(property, nil) gets turned into get(property), add a ...cd/fix-spurious-warningsChris Doherty2016-03-111-2/+2
|/
* Fix property coercion in both places, because they were different and Noah Kantrowitz2016-03-091-1/+1
* Merge pull request #4617 from chef/lcg/chefstyle-perfLamont Granquist2016-03-044-5/+8
|\
| * add some @yield docsLamont Granquist2016-03-042-0/+2
| * remove unused block argumentslcg/chefstyle-perfLamont Granquist2016-02-232-2/+2
| * Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-233-3/+4
* | ensure paths maintain utf-8ness in non ascii encodingsumlautMatt Wrock2016-02-241-1/+1
|/
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-193-7/+7
* deal with 0.37.2 renamed copsLamont Granquist2016-02-182-2/+2
* convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-122-2/+2
* pull rubocop 0.37.2 into chefstyleLamont Granquist2016-02-122-6/+6
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-092-4/+4
* auto fixing some rubocopsLamont Granquist2016-02-093-6/+6
* autofixing whitespace copsLamont Granquist2016-02-0521-96/+81
* Merge branch 'smurawski/dsc_resource_converge_logging'Steven Murawski2016-02-031-0/+2
|\
| * Allow PowerShellTypeCoercions to translate Chef::Node::ImmutableArraysmurawski/dsc_resource_converge_loggingSteven Murawski2016-02-031-1/+2
| * Allow PowerShellTypeCoercions to translate Chef::Node::ImmutableMashSteven Murawski2016-02-031-0/+1
* | Allow multiple property_types in `is`jk/property-is-multiple-typesJohn Keiser2016-02-031-9/+20
|/
* Update for chef.io domain in copyright lines too.Noah Kantrowitz2016-02-021-1/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-0228-34/+34
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-0224-24/+24
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-0236-41/+41
* Fix nil with properties:John Keiser2016-01-271-1/+11
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-2/+2
* Use double quotes by defaultThom May2016-01-1428-87/+87
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-133-11/+11
* Merge pull request #4388 from chef/lcg/more-rubocop-lintThom May2016-01-131-2/+2
|\
| * more rubocop fixeslcg/more-rubocop-lintLamont Granquist2016-01-121-2/+2
* | really fix copslcg/really-fix-copsLamont Granquist2016-01-121-8/+6
|/
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-1/+1
* Adding proxifier dependency and leveraging its ability to make TCPSocket.new ...tyler-ball2015-12-091-0/+38
* just use extendLamont Granquist2015-12-021-14/+9
* dpkg multipackage and bonus fixesLamont Granquist2015-12-022-2/+49
* Make modules with properties work and inherit as expectedjk/property_mixinJohn Keiser2015-10-201-8/+7
* Move properties into a mixin module (verbatim move)John Keiser2015-10-201-0/+303
* Add test for nonzero systemctl exit codeJohn Keiser2015-09-281-1/+1
* Merge pull request #3510 from ckaushik/issue_2513Thom May2015-09-021-0/+1
|\