summaryrefslogtreecommitdiff
path: root/lib/chef/resource_collection
Commit message (Collapse)AuthorAgeFilesLines
* First pass at fixing broken notificationstyler-ball2014-12-161-8/+8
| | | | | | Fixing some code I changed unecessarily Removing TODOs which are not necessary
* 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) ↵tyler-ball2014-10-171-12/+0
| | | | removing ResourceCollection#insert_at
* Cleaning up based on review commentstyler-ball2014-10-171-1/+3
|
* Added some documentation and cleaned up unecessary TODOs. Added first round ↵tyler-ball2014-10-163-13/+24
| | | | of specs for the new classes.
* Moving resource_set and resource_list so they are hidden from consumers more ↵tyler-ball2014-10-162-0/+269
| | | | since we don't want to change the resource_collection API yet
* Refactoring ResourceCollection interface to be backwards compatiable, all ↵tyler-ball2014-10-161-6/+13
| | | | specs continue to pass, removing ResourceSet and ResourceList from consumer knowledge
* Finishing all code changes to split resource collection into 2 data containerstyler-ball2014-10-161-0/+53
|
* Normalize whitespace on all filesSeth Vargo2013-09-261-22/+22
|
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+124
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!