summaryrefslogtreecommitdiff
path: root/lib/chef/dsl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't activate cheffish and chef-provisioning until its DSL is usedjk/lazy-activationJohn Keiser2015-12-093-1/+148
* extract declare_resource to a mixin and extend APILamont Granquist2015-12-012-73/+111
* use Chef::VersionConstraint::Platform in value_for_platformJordan Evans2015-10-241-3/+3
* remove pending reboot check for HKLM\SOFTWARE\Microsoft\Updates\UpdateExeVola...mwrock/reboot_pendingMatt Wrock2015-09-101-1/+2
* Rename log.deprecation to log_deprecationJohn Keiser2015-09-012-4/+4
* Pass deprecations through formatter instead of logsJohn Keiser2015-09-012-5/+4
* Make reboot_pending? look for CBS RebootPendingjhs/fix-reboot_pendingJeremiah Snapp2015-08-111-1/+1
* Add current_value_does_not_exist! API, pretty up the outputJohn Keiser2015-07-311-2/+4
* Deprecate passing more than 1 argument to create a resourcejk/3634John Keiser2015-07-061-4/+6
* Don't accept multiple parameters in recipe DSL (just name)John Keiser2015-07-061-4/+4
* Rename Chef::DSL::Recipe::Everything -> FullDSLJohn Keiser2015-06-231-1/+1
* Create the `action :name do ... end` syntax for ResourceJohn Keiser2015-06-231-2/+20
* Make resource_for_short_name look up the canonical resourcejk/automatic-automatic-nameJohn Keiser2015-06-081-1/+1
* Make use_automatic_resource_name automaticJohn Keiser2015-06-081-0/+1
* Move method_missing to the bottomJohn Keiser2015-06-021-46/+43
* Make resource deprecation warnings once-only; fix recipe DSL tests back upJohn Keiser2015-06-021-0/+1
* Narrow resolvers to only look at parts of the map we supportJohn Keiser2015-06-021-11/+0
* Merge branch 'master' into namelessNoah Kantrowitz2015-05-291-0/+2
|\
| * include powershell_out in DSL placesLamont Granquist2015-05-291-0/+2
* | Allow nameless resources again to match release semantics.Noah Kantrowitz2015-05-221-2/+2
|/
* Move LWRP class deprecation warning to const_missingJohn Keiser2015-05-131-5/+11