summaryrefslogtreecommitdiff
path: root/lib/chef/resource_collection
Commit message (Collapse)AuthorAgeFilesLines
* remove unused block argumentslcg/chefstyle-perfLamont Granquist2016-02-231-1/+1
|
* convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-121-1/+1
| | | | this looks nicer.
* pull rubocop 0.37.2 into chefstyleLamont Granquist2016-02-121-1/+1
| | | | | this is from the same ruleset that we had, but the new code catches more conditions.
* autofixing whitespace copsLamont Granquist2016-02-053-6/+6
| | | | | | | | | | | | | | | | | | | | | | 4174 Style/SpaceInsideHashLiteralBraces 1860 Style/SpaceAroundOperators 1336 Style/SpaceInsideBlockBraces 1292 Style/AlignHash 997 Style/SpaceAfterComma 860 Style/SpaceAroundEqualsInParameterDefault 310 Style/EmptyLines 294 Style/IndentationConsistency 267 Style/TrailingWhitespace 238 Style/ExtraSpacing 212 Style/SpaceBeforeBlockBraces 166 Style/MultilineOperationIndentation 144 Style/TrailingBlankLines 120 Style/EmptyLineBetweenDefs 101 Style/IndentationWidth 82 Style/SpaceAroundBlockParameters 40 Style/EmptyLinesAroundMethodBody 29 Style/EmptyLinesAroundAccessModifier 1 Style/RescueEnsureAlignment
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-023-3/+3
| | | Generated via git ls-files | xargs perl -pi -e "s/(Author.*?<[^@]+@)(?:opscode\\.com|getchef\\.com)(>)/\\1chef.io\\2/gi"
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-024-4/+4
| | | 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 defaultThom May2016-01-143-8/+8
| | | | | | | 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.
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
| | | | chefstyle -a fixed 1044 occurrances
* 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!