summaryrefslogtreecommitdiff
path: root/spec/unit/recipe_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Use __dir__ instead of getting the dir of __FILE__Tim Smith2020-09-091-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Improve errors around loading YAML recipesBryan McLellan2020-03-231-0/+68
* Remove the canonical DSLLamont Granquist2020-03-031-1/+1
* Style/SymbolProcLamont Granquist2019-07-051-1/+1
* Style/ClassCheckLamont Granquist2019-07-051-2/+2
* WIP: Remove audit mode from chef-clientTim Smith2019-03-111-5/+0
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-13/+13
* Convert node map to last-writer-wins for tiesLamont Granquist2018-01-221-4/+4
* make nameless properties opt-inLamont Granquist2017-03-301-5/+0
* remove specLamont Granquist2017-03-301-5/+0
* Chef-13: Support nameless resources and remove deprecated multi-arg resourcesLamont Granquist2017-03-301-4/+8
* fix error messages for method_missing removalLamont Granquist2017-03-211-2/+2
* Chef-13: remove method_missing from the DSLLamont Granquist2017-03-211-2/+2
* Chef-13: Remove declare_resource create_if_missing APILamont Granquist2017-03-141-7/+0
* Chef-13 remove resource cloning and 3694 warningsLamont Granquist2017-03-021-157/+1
* add global and per-resource toggles for resource cloning behaviorLamont Granquist2016-11-161-0/+32
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-11/+11
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-7/+8
* tweak 3694 warningsLamont Granquist2016-07-011-0/+21
* Convert the 3694 warning to a deprecation so it will be subject to the usual ...Noah Kantrowitz2016-06-101-6/+10
* ignore deprecation warning in testLamont Granquist2016-04-151-0/+1
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-7/+4
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-4/+4
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-2/+2
* Use double quotes by defaultThom May2016-01-141-2/+2
* extract declare_resource to a mixin and extend APILamont Granquist2015-12-011-13/+35
* Route all tags access through Chef::Node#{tags,tag}Jos Backus2015-10-201-6/+6
* Stop initializing node tags hereJos Backus2015-10-201-1/+1
* Add a test for correct tags initializationJos Backus2015-10-201-0/+4
* Missed a test.Noah Kantrowitz2015-07-191-2/+0
* Remove warnings from tests too.Noah Kantrowitz2015-07-191-2/+0
* Fix ancillary tests.Noah Kantrowitz2015-06-291-3/+3
* Sort identical "provides" alphabetically (for backcompat)John Keiser2015-06-181-8/+8
* Only automatically set resources that do class X < Chef::Resource,jk/3524John Keiser2015-06-161-0/+4
* Overwrite resource_name with providesJohn Keiser2015-06-081-4/+0
* allow include_recipe from LWRP provider codeLamont Granquist2015-06-041-0/+30
* Clean up match code to get rid of TODOJohn Keiser2015-06-021-6/+10
* Remove ambiguous resolution warning test (it is no longer ambiguous)John Keiser2015-06-021-7/+0
* Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-011-2/+2
* Add use_automatic_resource_nameJohn Keiser2015-06-011-0/+4
* Deprecate automatic method_missing and Chef::Resource lookupJohn Keiser2015-05-131-1/+1
* add resource_resolver and resource_priority_mapLamont Granquist2015-04-151-0/+39
* Removed after_created and added test to recipe_specNolan Davidson2015-03-271-0/+9
* Add integration point for ps_credential dslJay Mundrawala2015-03-201-0/+4
* Merge pull request #2758 from chef/mcquin/control_groupSerdar Sutay2015-02-111-1/+1
|\