summaryrefslogtreecommitdiff
path: root/lib/chef/dsl
Commit message (Expand)AuthorAgeFilesLines
* add the resources() dsl method to providerslcg/fix-resources-dsl-methodLamont Granquist2018-04-121-1/+23
* mechanical conversion of most debug log statements to traceThom May2018-03-262-8/+8
* rubocop fixes from engine bump to 0.54.0lcg/rubocop-fixesLamont Granquist2018-03-211-2/+2
* Merge branch 'master' into sp/powershell_execStuart Preston2018-03-071-8/+1
|\
| * Remove support for Windows 20032k3Tim Smith2018-03-021-8/+1
* | Initial commit of new Chef PowerShell supportStuart Preston2018-03-031-0/+2
|/
* Remove previously deprecated mixins and Chef::DSL::Recipe::FullDSLchef14_deprecationsTim Smith2018-01-015-32/+6
* Deprecate property namespace magicLamont Granquist2017-06-081-1/+9
* Chef-13: fix notifying array resourcesLamont Granquist2017-03-311-1/+1
* make nameless properties opt-inLamont Granquist2017-03-301-4/+4
* Chef-13: Support nameless resources and remove deprecated multi-arg resourcesLamont Granquist2017-03-301-5/+4
* Chef-13: Simplify DSL creationLamont Granquist2017-03-211-6/+0
* Chef-13: remove method_missing from the DSLLamont Granquist2017-03-212-79/+1
* Chef-13: Remove declare_resource create_if_missing APILamont Granquist2017-03-142-18/+12
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-135-43/+39
* Make docker? return booleanAndrew Brown2016-12-121-2/+2
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-162-4/+4
* Fix a few bad copyrightsTim Smith2016-10-205-5/+5
* 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
* disable Style/OptionalArgumentsLamont Granquist2016-08-161-1/+1
* Also clear notifications when deleting a resource.Noah Kantrowitz2016-07-281-1/+9
* Add `chef_data_bag_item` to Cheffish DSL methodscheffish-data-bag-itemdanielsdeleo2016-07-191-0/+1
* Switch to node attributes for docker detectionAndrew Brown2016-05-301-2/+5
* Style fixesAndrew Brown2016-05-301-1/+1
* File atomic update default: false on docker filesAndrew Brown2016-05-301-0/+13
* typeofix thanks @ranjiblcg/universal-dslLamont Granquist2016-05-171-1/+1
* update for feedback from stevenLamont Granquist2016-05-173-0/+3
* create 'universal' DSLLamont Granquist2016-05-163-20/+81
* 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
* add notifying_block and subcontext_block to chefLamont Granquist2016-04-111-5/+7
* rearrange dsl mixinslcg/dsl-rearrangementLamont Granquist2016-03-183-63/+132
* rub some YARD on deprecation commentLamont Granquist2016-03-171-1/+1
* deprecate Chef::DSL::Recipe::FullDSLlcg/deprecate-fulldslLamont Granquist2016-03-161-18/+16
* lazy module inclusion into DSL moduleslcg/use-and-lazy-module-includeLamont Granquist2016-03-151-2/+7
* 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-0511-31/+26
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-029-11/+11
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-028-8/+8
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-0213-13/+13
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-183-6/+6
* Use double quotes by defaultThom May2016-01-1412-41/+41
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-132-2/+2