summaryrefslogtreecommitdiff
path: root/lib/chef/resource_collection.rb
Commit message (Expand)AuthorAgeFilesLines
* Chef-15: Remove copyright dateslcg/remove-copyright-dates-chef-15Lamont Granquist2020-04-131-1/+1
* Fix typoVivek Singh2020-04-081-1/+1
* Add unified_mode switch for resourcesLamont Granquist2019-08-121-0/+6
* fix bugs from Style/SymbolArray autocorrect copLamont Granquist2019-07-021-2/+2
* Style/MethodCallWithoutArgsParenthesesLamont Granquist2019-07-021-1/+1
* Style/SymbolArrayLamont Granquist2019-07-021-2/+2
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+2
* Merge pull request #8570 from artem-forks/delete_resourceLamont Granquist2019-05-231-2/+3
|\
| * Fix delete_resource for resourcesArtem Sidorenko2019-05-201-2/+3
* | 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-4/+4
* Kill JSON auto inflate with firetm/remove_json_autoinflateThom May2017-03-141-0/+10
* add better resource manipulation APILamont Granquist2016-04-151-0/+5
* Make notifications recursive.lcg/notify-scopesLamont Granquist2016-04-041-4/+46
* convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-121-2/+2
* autofixing whitespace copsLamont Granquist2016-02-051-3/+3
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* 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-5/+5
* Fixing documentation errortball/doc-fixtyler-ball2014-10-291-3/+1
* 1) No longer allowing multiple args passed to ResourceCollection#<< 2) removi...tyler-ball2014-10-171-26/+13
* Fixing ruby 1.9.3 build errorstball/bsd_package_nametyler-ball2014-10-171-5/+8
* Cleaning up based on review commentstyler-ball2014-10-171-18/+7
* Added some documentation and cleaned up unecessary TODOs. Added first round ...tyler-ball2014-10-161-9/+8
* Moving resource_set and resource_list so they are hidden from consumers more ...tyler-ball2014-10-161-2/+2
* Refactoring ResourceCollection interface to be backwards compatiable, all spe...tyler-ball2014-10-161-10/+53
* Finishing all code changes to split resource collection into 2 data containerstyler-ball2014-10-161-122/+26
* first attempt at refactoring ResourceCollection into two objectstyler-ball2014-10-161-154/+54
* Modify wording in exceptionLamont Granquist2014-08-201-1/+1
* Add insert_at to resource_collectionJohn Keiser2014-08-201-8/+17
* remove JSON gem usageLamont Granquist2014-08-111-4/+6
* Revert "remove #to_json Monkeytpatching"Lamont Granquist2014-08-091-6/+4
* remove #to_json MonkeypatchingLamont Granquist2014-08-091-4/+6
* Normalize whitespace on all filesSeth Vargo2013-09-261-1/+1
* [CHEF-4135] Add resource query validation to resource collectiondanielsdeleo2013-05-301-3/+41
* improved error messagePaul Mooring2013-04-121-1/+1
* returning self from << method as suggested by BryanKannan Manickam2013-04-111-0/+1
* removed duplicate for push in resource_collectionKannan Manickam2013-04-111-8/+3
* [CHEF-3681] cleanup whitespace in ResourceCollectiondanielsdeleo2012-12-271-21/+21
* [CHEF-3681] define #empty? for resource_collectiondanielsdeleo2012-12-271-0/+4
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+217
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-174/+0
* Resource collection should no longer reject duplicate resourcesAdam Jacob2008-10-051-3/+0
* Added template support, changed license to Apache v 2Adam Jacob2008-08-161-13/+11
* Huge amount of work, covering openid, clients, and all sorts of server stuffAdam Jacob2008-06-091-2/+3
* Working on network layerAdam Jacob2008-05-191-0/+20
* Adding chef-solo command, config examples, Chef::Log class, Chef::Log::Format...Adam Jacob2008-04-081-0/+3
* Added rcov coverage, lots of tests, definitions, node supportAdam Jacob2008-03-101-0/+155