summaryrefslogtreecommitdiff
path: root/lib/chef/dsl/declare_resource.rb
Commit message (Expand)AuthorAgeFilesLines
* Change some more require to require_relativeLamont Granquist2019-05-101-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* add the resources() dsl method to providerslcg/fix-resources-dsl-methodLamont Granquist2018-04-121-1/+23
* Deprecate property namespace magicLamont Granquist2017-06-081-1/+9
* Chef-13: fix notifying array resourcesLamont Granquist2017-03-311-1/+1
* Chef-13: Remove declare_resource create_if_missing APILamont Granquist2017-03-141-15/+9
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-1/+1
* Fix a few bad copyrightsTim Smith2016-10-201-1/+1
* remove dependency on Chef.run_context global stateLamont Granquist2016-10-181-1/+1
* remove block_given?lcg/edit_resource_scopeLamont Granquist2016-10-101-2/+2
* pass new_resource to edit_resource through instance_execLamont Granquist2016-10-101-1/+7
* Also clear notifications when deleting a resource.Noah Kantrowitz2016-07-281-1/+9
* how did that get there?lcg/fix-resources-api-issuesLamont Granquist2016-04-181-1/+1
* fix details in with_run_contextLamont Granquist2016-04-181-7/+7
* fix ! in yard commentlcg/resources-apiLamont Granquist2016-04-181-1/+1
* typofixLamont Granquist2016-04-151-1/+1
* add better resource manipulation APILamont Granquist2016-04-151-7/+182
* rm unnecessary mutexNathan Williams2016-03-111-4/+1
* fix deprecated Thread.exclusive with MutexNathan Williams2016-03-101-1/+2
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-1/+1
* 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
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-2/+2
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* extract declare_resource to a mixin and extend APILamont Granquist2015-12-011-0/+108