summaryrefslogtreecommitdiff
path: root/lib/chef/resource_collection/resource_list.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Style/EmptyLiteralLamont Granquist2019-07-051-1/+1
* fix bugs from Style/SymbolArray autocorrect copLamont Granquist2019-07-021-1/+1
* Style/MethodCallWithoutArgsParenthesesLamont Granquist2019-07-021-1/+1
* Style/SymbolArrayLamont Granquist2019-07-021-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+2
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-3/+3
* Extract Action Collection from Data CollectorLamont Granquist2019-03-111-1/+1
* Kill JSON auto inflate with firetm/remove_json_autoinflateThom May2017-03-141-0/+6
* add better resource manipulation APILamont Granquist2016-04-151-0/+10
* add some @yield docsLamont Granquist2016-03-041-0/+1
* remove unused block argumentslcg/chefstyle-perfLamont Granquist2016-02-231-1/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.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-4/+4
* Delegate Array methods rather than hardcoding into the ResourceList class.sersut/resource-list-specsSerdar Sutay2014-10-211-20/+9
* Add pending specs for resource list.Serdar Sutay2014-10-201-1/+0
* 1) No longer allowing multiple args passed to ResourceCollection#<< 2) removi...tyler-ball2014-10-171-12/+0
* Added some documentation and cleaned up unecessary TODOs. Added first round ...tyler-ball2014-10-161-10/+23
* Moving resource_set and resource_list so they are hidden from consumers more ...tyler-ball2014-10-161-0/+100